COLOR #954F43

HEX: #954F43
RGB: (149,79,67)

Color info

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

RGB color model

#954F43 color RGB value is (149,79,67).

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

RGB channels and saturation

R 149 of 255 = 58%
G 79 of 255 = 31%
B 67 of 255 = 26%

149
79
67

R + G + B ~ 38%. #954F43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 79 + 67 = 295 (100%)
R 149 of 295 ~ 50.51%
G 79 of 295 ~ 26.78%
B 67 of 295 ~ 22.71%

%50.51
%26.78
%22.71

CMYK color model

#954F43 color CMYK value is (0,47,55,42).

  • cyan value is 0.00%
  • magenta value is 46.98%
  • yellow value is 55.03%
  • key color value is 41.57%
CMYK:
(0,47,55,42)
C0M47Y55K42 
(0%,47%,55%,42%)
(0.00/0.47/0.55/0.42)	

CMYK percentages

%0
%46.98
%55.03
%41.57

Codes

Color #954F43 in popluar color models

954F43
RGB1497967
HSL37.96%42.35%
HSB/HSV55.03%58.43%
CMYK0.00%46.98%55.03%
41.57%

Color #954F43 in popluar number systems.

HEX954F43
Decimal1497967
Binary1001010110011111000011
Octal225117103

Shades and tints

Shades of #954F43

#954F43
(149,79,67)
#88483D
(136,72,61)
#7B4137
(123,65,55)
#6E3A31
(110,58,49)
#61332B
(97,51,43)
#542C25
(84,44,37)
#47251F
(71,37,31)
#3A1E19
(58,30,25)
#2D1713
(45,23,19)
#20100D
(32,16,13)
#130907
(19,9,7)
#000000
(0,0,0)

Tints of #954F43

#954F43
(149,79,67)
#9E5F54
(158,95,84)
#A76F65
(167,111,101)
#B07F76
(176,127,118)
#B98F87
(185,143,135)
#C29F98
(194,159,152)
#CBAFA9
(203,175,169)
#D4BFBA
(212,191,186)
#DDCFCB
(221,207,203)
#E6DFDC
(230,223,220)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954F43; }

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

This text font color is #954F43.


Background Color

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

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

This div background color is #954F43.


Border color

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

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

This div border color is #954F43.


Opacity

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

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

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

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

This text has shadow with #954F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954F43 on black background.


Color preview on white background

This text has color #954F43 on white background.



Black color preview on #954F43 background

This text has black color on #954F43 background.


White color preview on #954F43 background

This text has white color on #954F43 background.