COLOR #954E30

HEX: #954E30
RGB: (149,78,48)

Color info

#954E30 contains mainly red color. Web safe color of #954E30 is #996633 (or #963).

RGB color model

#954E30 color RGB value is (149,78,48).

  • red value is 149;
  • green value is 78;
  • blue value is 48.
RGB:
(149,78,48)
(58%,31%,19%)

RGB channels and saturation

R 149 of 255 = 58%
G 78 of 255 = 31%
B 48 of 255 = 19%

149
78
48

R + G + B ~ 36%. #954E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 78 + 48 = 275 (100%)
R 149 of 275 ~ 54.18%
G 78 of 275 ~ 28.36%
B 48 of 275 ~ 17.45%

%54.18
%28.36
%17.45

CMYK color model

#954E30 color CMYK value is (0,48,68,42).

  • cyan value is 0.00%
  • magenta value is 47.65%
  • yellow value is 67.79%
  • key color value is 41.57%
CMYK:
(0,48,68,42)
C0M48Y68K42 
(0%,48%,68%,42%)
(0.00/0.48/0.68/0.42)	

CMYK percentages

%0
%47.65
%67.79
%41.57

Codes

Color #954E30 in popluar color models

954E30
RGB1497848
HSL18°51.27%38.63%
HSB/HSV18°67.79%58.43%
CMYK0.00%47.65%67.79%
41.57%

Color #954E30 in popluar number systems.

HEX954E30
Decimal1497848
Binary100101011001110110000
Octal22511660

Shades and tints

Shades of #954E30

#954E30
(149,78,48)
#88472C
(136,71,44)
#7B4028
(123,64,40)
#6E3924
(110,57,36)
#613220
(97,50,32)
#542B1C
(84,43,28)
#472418
(71,36,24)
#3A1D14
(58,29,20)
#2D1610
(45,22,16)
#200F0C
(32,15,12)
#130808
(19,8,8)
#000000
(0,0,0)

Tints of #954E30

#954E30
(149,78,48)
#9E5E42
(158,94,66)
#A76E54
(167,110,84)
#B07E66
(176,126,102)
#B98E78
(185,142,120)
#C29E8A
(194,158,138)
#CBAE9C
(203,174,156)
#D4BEAE
(212,190,174)
#DDCEC0
(221,206,192)
#E6DED2
(230,222,210)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954E30 color. Also use rgb(149,78,48) instead hex code.

Text Font Color

.myTextColor { color: #954E30; }

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

This text font color is #954E30.


Background Color

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

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

This div background color is #954E30.


Border color

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

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

This div border color is #954E30.


Opacity

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

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

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

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

This text has shadow with #954E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954E30 on black background.


Color preview on white background

This text has color #954E30 on white background.



Black color preview on #954E30 background

This text has black color on #954E30 background.


White color preview on #954E30 background

This text has white color on #954E30 background.