COLOR #954F12

HEX: #954F12
RGB: (149,79,18)

Color info

#954F12 contains mainly red color. Web safe color of #954F12 is #996600 (or #960).

RGB color model

#954F12 color RGB value is (149,79,18).

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

RGB channels and saturation

R 149 of 255 = 58%
G 79 of 255 = 31%
B 18 of 255 = 7%

149
79
18

R + G + B ~ 32%. #954F12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 79 + 18 = 246 (100%)
R 149 of 246 ~ 60.57%
G 79 of 246 ~ 32.11%
B 18 of 246 ~ 7.32%

%60.57
%32.11

CMYK color model

#954F12 color CMYK value is (0,47,88,42).

  • cyan value is 0.00%
  • magenta value is 46.98%
  • yellow value is 87.92%
  • key color value is 41.57%
CMYK: (0,47,88,42) C0M47Y88K42 (0%,47%,88%,42%) (0.00/0.47/0.88/0.42)

CMYK percentages

%0
%46.98
%87.92
%41.57

Codes

Color #954F12 in popluar color models

954F12
RGB1497918
HSL28°78.44%32.75%
HSB/HSV28°87.92%58.43%
CMYK0.00%46.98%87.92%
41.57%

Color #954F12 in popluar number systems.

HEX954F12
Decimal1497918
Binary10010101100111110010
Octal22511722

Shades and tints

Shades of #954F12

#954F12
(149,79,18)
#884811
(136,72,17)
#7B4110
(123,65,16)
#6E3A0F
(110,58,15)
#61330E
(97,51,14)
#542C0D
(84,44,13)
#47250C
(71,37,12)
#3A1E0B
(58,30,11)
#2D170A
(45,23,10)
#201009
(32,16,9)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #954F12

#954F12
(149,79,18)
#9E5F27
(158,95,39)
#A76F3C
(167,111,60)
#B07F51
(176,127,81)
#B98F66
(185,143,102)
#C29F7B
(194,159,123)
#CBAF90
(203,175,144)
#D4BFA5
(212,191,165)
#DDCFBA
(221,207,186)
#E6DFCF
(230,223,207)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954F12 color. Also use rgb(149,79,18) instead hex code.

Text Font Color

.myTextColor { color: #954F12; }

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

This text font color is #954F12.


Background Color

.myBgColor { background-color: #954F12; }

<div style="background-color:#954F12">Inner text</div>

This div background color is #954F12.


Border color

.myBorderColor { border: 1px solid #954F12; }

<div style="border:3px solid #954F12">Div</div>

This div border color is #954F12.


Opacity

.myOpacity80 { color: #954F12; opacity: 0.8; }

<p style="color:#954F12;opacity:0.8;">80%</p>

Text with #954F12 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 #954F12;}

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

This text has shadow with #954F12 color.

.textShadow {text-shadow: 3px 3px 1px #954F12, 3px 3px 1px red;}

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

This text has shadow with #954F12 primary color and red secondary color.


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

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

This text has shadow with #954F12 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #954F12; -webkit-box-shadow:	1px 1px 3px 2px #954F12; box-shadow:	1px 1px 3px 2px #954F12; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #954F12; -webkit-box-shadow: 1px 1px 3px 2px #954F12; box-shadow:1px 1px 3px 2px #954F12;">
Div content here</div>
This div box has shadow with color #954F12.

Preview

Color preview on black background

This text has color #954F12 on black background.


Color preview on white background

This text has color #954F12 on white background.



Black color preview on #954F12 background

This text has black color on #954F12 background.


White color preview on #954F12 background

This text has white color on #954F12 background.