COLOR #76471F

HEX: #76471F
RGB: (118,71,31)

Color info

#76471F contains mainly red and green colors. Web safe color of #76471F is #663333 (or #633).

RGB color model

#76471F color RGB value is (118,71,31).

  • red value is 118;
  • green value is 71;
  • blue value is 31.
RGB:
(118,71,31)
(46%,28%,12%)

RGB channels and saturation

R 118 of 255 = 46%
G 71 of 255 = 28%
B 31 of 255 = 12%

118
71
31

R + G + B ~ 29%. #76471F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 71 + 31 = 220 (100%)
R 118 of 220 ~ 53.64%
G 71 of 220 ~ 32.27%
B 31 of 220 ~ 14.09%

%53.64
%32.27
%14.09

CMYK color model

#76471F color CMYK value is (0,40,74,54).

  • cyan value is 0.00%
  • magenta value is 39.83%
  • yellow value is 73.73%
  • key color value is 53.73%
CMYK:
(0,40,74,54)
C0M40Y74K54 
(0%,40%,74%,54%)
(0.00/0.40/0.74/0.54)	

CMYK percentages

%0
%39.83
%73.73
%53.73

Codes

Color #76471F in popluar color models

76471F
RGB1187131
HSL28°58.39%29.22%
HSB/HSV28°73.73%46.27%
CMYK0.00%39.83%73.73%
53.73%

Color #76471F in popluar number systems.

HEX76471F
Decimal1187131
Binary1110110100011111111
Octal16610737

Shades and tints

Shades of #76471F

#76471F
(118,71,31)
#6C411D
(108,65,29)
#623B1B
(98,59,27)
#583519
(88,53,25)
#4E2F17
(78,47,23)
#442915
(68,41,21)
#3A2313
(58,35,19)
#301D11
(48,29,17)
#26170F
(38,23,15)
#1C110D
(28,17,13)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #76471F

#76471F
(118,71,31)
#825733
(130,87,51)
#8E6747
(142,103,71)
#9A775B
(154,119,91)
#A6876F
(166,135,111)
#B29783
(178,151,131)
#BEA797
(190,167,151)
#CAB7AB
(202,183,171)
#D6C7BF
(214,199,191)
#E2D7D3
(226,215,211)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76471F color. Also use rgb(118,71,31) instead hex code.

Text Font Color

.myTextColor { color: #76471F; }

<p style="color:#76471F">This sample text font color is #76471F.</p>

This text font color is #76471F.


Background Color

.myBgColor { background-color: #76471F; }

<div style="background-color:#76471F">Inner text</div>

This div background color is #76471F.


Border color

.myBorderColor { border: 1px solid #76471F; }

<div style="border:3px solid #76471F">Div</div>

This div border color is #76471F.


Opacity

.myOpacity80 { color: #76471F; opacity: 0.8; }

<p style="color:#76471F;opacity:0.8;">80%</p>

Text with #76471F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #76471F;}

<p style="text-shadow: 3px 3px 1px #76471F">Text here.</p>

This text has shadow with #76471F color.

.textShadow {text-shadow: 3px 3px 1px #76471F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76471F, 5px 5px 20px red">Text here.</p>

This text has shadow with #76471F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76471F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76471F, Direction=45, Strength=4)">Text</p>

This text has shadow with #76471F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #76471F;
  -webkit-box-shadow:	1px 1px 3px 2px #76471F;
  box-shadow:		1px 1px 3px 2px #76471F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76471F;
-webkit-box-shadow: 1px 1px 3px 2px #76471F;
box-shadow:1px 1px 3px 2px #76471F;">
Div content here</div>
This div box has shadow with color #76471F.

Preview

Color preview on black background

This text has color #76471F on black background.


Color preview on white background

This text has color #76471F on white background.



Black color preview on #76471F background

This text has black color on #76471F background.


White color preview on #76471F background

This text has white color on #76471F background.