COLOR #954823

HEX: #954823
RGB: (149,72,35)

Color info

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

RGB color model

#954823 color RGB value is (149,72,35).

  • red value is 149;
  • green value is 72;
  • blue value is 35.
RGB:
(149,72,35)
(58%,28%,14%)

RGB channels and saturation

R 149 of 255 = 58%
G 72 of 255 = 28%
B 35 of 255 = 14%

149
72
35

R + G + B ~ 33%. #954823 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 72 + 35 = 256 (100%)
R 149 of 256 ~ 58.2%
G 72 of 256 ~ 28.13%
B 35 of 256 ~ 13.67%

%58.2
%28.13
%13.67

CMYK color model

#954823 color CMYK value is (0,52,77,42).

  • cyan value is 0.00%
  • magenta value is 51.68%
  • yellow value is 76.51%
  • key color value is 41.57%
CMYK:
(0,52,77,42)
C0M52Y77K42 
(0%,52%,77%,42%)
(0.00/0.52/0.77/0.42)	

CMYK percentages

%0
%51.68
%76.51
%41.57

Codes

Color #954823 in popluar color models

954823
RGB1497235
HSL19°61.96%36.08%
HSB/HSV19°76.51%58.43%
CMYK0.00%51.68%76.51%
41.57%

Color #954823 in popluar number systems.

HEX954823
Decimal1497235
Binary100101011001000100011
Octal22511043

Shades and tints

Shades of #954823

#954823
(149,72,35)
#884220
(136,66,32)
#7B3C1D
(123,60,29)
#6E361A
(110,54,26)
#613017
(97,48,23)
#542A14
(84,42,20)
#472411
(71,36,17)
#3A1E0E
(58,30,14)
#2D180B
(45,24,11)
#201208
(32,18,8)
#130C05
(19,12,5)
#000000
(0,0,0)

Tints of #954823

#954823
(149,72,35)
#9E5837
(158,88,55)
#A7684B
(167,104,75)
#B0785F
(176,120,95)
#B98873
(185,136,115)
#C29887
(194,152,135)
#CBA89B
(203,168,155)
#D4B8AF
(212,184,175)
#DDC8C3
(221,200,195)
#E6D8D7
(230,216,215)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #954823 color. Also use rgb(149,72,35) instead hex code.

Text Font Color

.myTextColor { color: #954823; }

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

This text font color is #954823.


Background Color

.myBgColor { background-color: #954823; }

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

This div background color is #954823.


Border color

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

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

This div border color is #954823.


Opacity

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

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

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

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

This text has shadow with #954823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #954823 on black background.


Color preview on white background

This text has color #954823 on white background.



Black color preview on #954823 background

This text has black color on #954823 background.


White color preview on #954823 background

This text has white color on #954823 background.