COLOR #76412F

HEX: #76412F
RGB: (118,65,47)

Color info

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

RGB color model

#76412F color RGB value is (118,65,47).

  • red value is 118;
  • green value is 65;
  • blue value is 47.
RGB:
(118,65,47)
(46%,25%,18%)

RGB channels and saturation

R 118 of 255 = 46%
G 65 of 255 = 25%
B 47 of 255 = 18%

118
65
47

R + G + B ~ 30%. #76412F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 65 + 47 = 230 (100%)
R 118 of 230 ~ 51.3%
G 65 of 230 ~ 28.26%
B 47 of 230 ~ 20.43%

%51.3
%28.26
%20.43

CMYK color model

#76412F color CMYK value is (0,45,60,54).

  • cyan value is 0.00%
  • magenta value is 44.92%
  • yellow value is 60.17%
  • key color value is 53.73%
CMYK:
(0,45,60,54)
C0M45Y60K54 
(0%,45%,60%,54%)
(0.00/0.45/0.60/0.54)	

CMYK percentages

%0
%44.92
%60.17
%53.73

Codes

Color #76412F in popluar color models

76412F
RGB1186547
HSL15°43.03%32.35%
HSB/HSV15°60.17%46.27%
CMYK0.00%44.92%60.17%
53.73%

Color #76412F in popluar number systems.

HEX76412F
Decimal1186547
Binary11101101000001101111
Octal16610157

Shades and tints

Shades of #76412F

#76412F
(118,65,47)
#6C3C2B
(108,60,43)
#623727
(98,55,39)
#583223
(88,50,35)
#4E2D1F
(78,45,31)
#44281B
(68,40,27)
#3A2317
(58,35,23)
#301E13
(48,30,19)
#26190F
(38,25,15)
#1C140B
(28,20,11)
#120F07
(18,15,7)
#000000
(0,0,0)

Tints of #76412F

#76412F
(118,65,47)
#825241
(130,82,65)
#8E6353
(142,99,83)
#9A7465
(154,116,101)
#A68577
(166,133,119)
#B29689
(178,150,137)
#BEA79B
(190,167,155)
#CAB8AD
(202,184,173)
#D6C9BF
(214,201,191)
#E2DAD1
(226,218,209)
#EEEBE3
(238,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76412F color. Also use rgb(118,65,47) instead hex code.

Text Font Color

.myTextColor { color: #76412F; }

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

This text font color is #76412F.


Background Color

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

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

This div background color is #76412F.


Border color

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

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

This div border color is #76412F.


Opacity

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

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

Text with #76412F 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 #76412F;}

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

This text has shadow with #76412F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76412F on black background.


Color preview on white background

This text has color #76412F on white background.



Black color preview on #76412F background

This text has black color on #76412F background.


White color preview on #76412F background

This text has white color on #76412F background.