COLOR #957E12

HEX: #957E12
RGB: (149,126,18)

Color info

#957E12 contains mainly red and green colors. Web safe color of #957E12 is #996600 (or #960).

RGB color model

#957E12 color RGB value is (149,126,18).

  • red value is 149;
  • green value is 126;
  • blue value is 18.
RGB:
(149,126,18)
(58%,49%,7%)

RGB channels and saturation

R 149 of 255 = 58%
G 126 of 255 = 49%
B 18 of 255 = 7%

149
126
18

R + G + B ~ 38%. #957E12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 126 + 18 = 293 (100%)
R 149 of 293 ~ 50.85%
G 126 of 293 ~ 43%
B 18 of 293 ~ 6.14%

%50.85
%43

CMYK color model

#957E12 color CMYK value is (0,15,88,42).

  • cyan value is 0.00%
  • magenta value is 15.44%
  • yellow value is 87.92%
  • key color value is 41.57%
CMYK:
(0,15,88,42)
C0M15Y88K42 
(0%,15%,88%,42%)
(0.00/0.15/0.88/0.42)	

CMYK percentages

%0
%15.44
%87.92
%41.57

Codes

Color #957E12 in popluar color models

957E12
RGB14912618
HSL49°78.44%32.75%
HSB/HSV49°87.92%58.43%
CMYK0.00%15.44%87.92%
41.57%

Color #957E12 in popluar number systems.

HEX957E12
Decimal14912618
Binary10010101111111010010
Octal22517622

Shades and tints

Shades of #957E12

#957E12
(149,126,18)
#887311
(136,115,17)
#7B6810
(123,104,16)
#6E5D0F
(110,93,15)
#61520E
(97,82,14)
#54470D
(84,71,13)
#473C0C
(71,60,12)
#3A310B
(58,49,11)
#2D260A
(45,38,10)
#201B09
(32,27,9)
#131008
(19,16,8)
#000000
(0,0,0)

Tints of #957E12

#957E12
(149,126,18)
#9E8927
(158,137,39)
#A7943C
(167,148,60)
#B09F51
(176,159,81)
#B9AA66
(185,170,102)
#C2B57B
(194,181,123)
#CBC090
(203,192,144)
#D4CBA5
(212,203,165)
#DDD6BA
(221,214,186)
#E6E1CF
(230,225,207)
#EFECE4
(239,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957E12 color. Also use rgb(149,126,18) instead hex code.

Text Font Color

.myTextColor { color: #957E12; }

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

This text font color is #957E12.


Background Color

.myBgColor { background-color: #957E12; }

<div style="background-color:#957E12">Inner text</div>

This div background color is #957E12.


Border color

.myBorderColor { border: 1px solid #957E12; }

<div style="border:3px solid #957E12">Div</div>

This div border color is #957E12.


Opacity

.myOpacity80 { color: #957E12; opacity: 0.8; }

<p style="color:#957E12;opacity:0.8;">80%</p>

Text with #957E12 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 #957E12;}

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

This text has shadow with #957E12 color.

.textShadow {text-shadow: 3px 3px 1px #957E12, 3px 3px 1px red;}

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

This text has shadow with #957E12 primary color and red secondary color.


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

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

This text has shadow with #957E12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957E12 on black background.


Color preview on white background

This text has color #957E12 on white background.



Black color preview on #957E12 background

This text has black color on #957E12 background.


White color preview on #957E12 background

This text has white color on #957E12 background.