COLOR #954331

HEX: #954331
RGB: (149,67,49)

Color info

#954331 contains mainly red color. Web safe color of #954331 is #993333 (or #933).

RGB color model

#954331 color RGB value is (149,67,49).

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

RGB channels and saturation

R 149 of 255 = 58%
G 67 of 255 = 26%
B 49 of 255 = 19%

149
67
49

R + G + B ~ 34%. #954331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 67 + 49 = 265 (100%)
R 149 of 265 ~ 56.23%
G 67 of 265 ~ 25.28%
B 49 of 265 ~ 18.49%

%56.23
%25.28
%18.49

CMYK color model

#954331 color CMYK value is (0,55,67,42).

  • cyan value is 0.00%
  • magenta value is 55.03%
  • yellow value is 67.11%
  • key color value is 41.57%
CMYK:
(0,55,67,42)
C0M55Y67K42 
(0%,55%,67%,42%)
(0.00/0.55/0.67/0.42)	

CMYK percentages

%0
%55.03
%67.11
%41.57

Codes

Color #954331 in popluar color models

954331
RGB1496749
HSL11°50.51%38.82%
HSB/HSV11°67.11%58.43%
CMYK0.00%55.03%67.11%
41.57%

Color #954331 in popluar number systems.

HEX954331
Decimal1496749
Binary100101011000011110001
Octal22510361

Shades and tints

Shades of #954331

#954331
(149,67,49)
#883D2D
(136,61,45)
#7B3729
(123,55,41)
#6E3125
(110,49,37)
#612B21
(97,43,33)
#54251D
(84,37,29)
#471F19
(71,31,25)
#3A1915
(58,25,21)
#2D1311
(45,19,17)
#200D0D
(32,13,13)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #954331

#954331
(149,67,49)
#9E5443
(158,84,67)
#A76555
(167,101,85)
#B07667
(176,118,103)
#B98779
(185,135,121)
#C2988B
(194,152,139)
#CBA99D
(203,169,157)
#D4BAAF
(212,186,175)
#DDCBC1
(221,203,193)
#E6DCD3
(230,220,211)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #954331; }

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

This text font color is #954331.


Background Color

.myBgColor { background-color: #954331; }

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

This div background color is #954331.


Border color

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

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

This div border color is #954331.


Opacity

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

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

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

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

This text has shadow with #954331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954331 on black background.


Color preview on white background

This text has color #954331 on white background.



Black color preview on #954331 background

This text has black color on #954331 background.


White color preview on #954331 background

This text has white color on #954331 background.