COLOR #954914

HEX: #954914
RGB: (149,73,20)

Color info

#954914 contains mainly red color. Web safe color of #954914 is #993300 (or #930).

RGB color model

#954914 color RGB value is (149,73,20).

  • red value is 149;
  • green value is 73;
  • blue value is 20.
RGB:
(149,73,20)
(58%,29%,8%)

RGB channels and saturation

R 149 of 255 = 58%
G 73 of 255 = 29%
B 20 of 255 = 8%

149
73
20

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

Portions of RGB colors in percentages

R + G + B =
149 + 73 + 20 = 242 (100%)
R 149 of 242 ~ 61.57%
G 73 of 242 ~ 30.17%
B 20 of 242 ~ 8.26%

%61.57
%30.17

CMYK color model

#954914 color CMYK value is (0,51,87,42).

  • cyan value is 0.00%
  • magenta value is 51.01%
  • yellow value is 86.58%
  • key color value is 41.57%
CMYK:
(0,51,87,42)
C0M51Y87K42 
(0%,51%,87%,42%)
(0.00/0.51/0.87/0.42)	

CMYK percentages

%0
%51.01
%86.58
%41.57

Codes

Color #954914 in popluar color models

954914
RGB1497320
HSL25°76.33%33.14%
HSB/HSV25°86.58%58.43%
CMYK0.00%51.01%86.58%
41.57%

Color #954914 in popluar number systems.

HEX954914
Decimal1497320
Binary10010101100100110100
Octal22511124

Shades and tints

Shades of #954914

#954914
(149,73,20)
#884313
(136,67,19)
#7B3D12
(123,61,18)
#6E3711
(110,55,17)
#613110
(97,49,16)
#542B0F
(84,43,15)
#47250E
(71,37,14)
#3A1F0D
(58,31,13)
#2D190C
(45,25,12)
#20130B
(32,19,11)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #954914

#954914
(149,73,20)
#9E5929
(158,89,41)
#A7693E
(167,105,62)
#B07953
(176,121,83)
#B98968
(185,137,104)
#C2997D
(194,153,125)
#CBA992
(203,169,146)
#D4B9A7
(212,185,167)
#DDC9BC
(221,201,188)
#E6D9D1
(230,217,209)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954914 color. Also use rgb(149,73,20) instead hex code.

Text Font Color

.myTextColor { color: #954914; }

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

This text font color is #954914.


Background Color

.myBgColor { background-color: #954914; }

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

This div background color is #954914.


Border color

.myBorderColor { border: 1px solid #954914; }

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

This div border color is #954914.


Opacity

.myOpacity80 { color: #954914; opacity: 0.8; }

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

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

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

This text has shadow with #954914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954914 on black background.


Color preview on white background

This text has color #954914 on white background.



Black color preview on #954914 background

This text has black color on #954914 background.


White color preview on #954914 background

This text has white color on #954914 background.