COLOR #872B23

HEX: #872B23
RGB: (135,43,35)

Color info

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

RGB color model

#872B23 color RGB value is (135,43,35).

  • red value is 135;
  • green value is 43;
  • blue value is 35.
RGB:
(135,43,35)
(53%,17%,14%)

RGB channels and saturation

R 135 of 255 = 53%
G 43 of 255 = 17%
B 35 of 255 = 14%

135
43
35

R + G + B ~ 28%. #872B23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 43 + 35 = 213 (100%)
R 135 of 213 ~ 63.38%
G 43 of 213 ~ 20.19%
B 35 of 213 ~ 16.43%

%63.38
%20.19
%16.43

CMYK color model

#872B23 color CMYK value is (0,68,74,47).

  • cyan value is 0.00%
  • magenta value is 68.15%
  • yellow value is 74.07%
  • key color value is 47.06%
CMYK:
(0,68,74,47)
C0M68Y74K47 
(0%,68%,74%,47%)
(0.00/0.68/0.74/0.47)	

CMYK percentages

%0
%68.15
%74.07
%47.06

Codes

Color #872B23 in popluar color models

872B23
RGB1354335
HSL58.82%33.33%
HSB/HSV74.07%52.94%
CMYK0.00%68.15%74.07%
47.06%

Color #872B23 in popluar number systems.

HEX872B23
Decimal1354335
Binary10000111101011100011
Octal2075343

Shades and tints

Shades of #872B23

#872B23
(135,43,35)
#7B2820
(123,40,32)
#6F251D
(111,37,29)
#63221A
(99,34,26)
#571F17
(87,31,23)
#4B1C14
(75,28,20)
#3F1911
(63,25,17)
#33160E
(51,22,14)
#27130B
(39,19,11)
#1B1008
(27,16,8)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #872B23

#872B23
(135,43,35)
#913E37
(145,62,55)
#9B514B
(155,81,75)
#A5645F
(165,100,95)
#AF7773
(175,119,115)
#B98A87
(185,138,135)
#C39D9B
(195,157,155)
#CDB0AF
(205,176,175)
#D7C3C3
(215,195,195)
#E1D6D7
(225,214,215)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872B23 color. Also use rgb(135,43,35) instead hex code.

Text Font Color

.myTextColor { color: #872B23; }

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

This text font color is #872B23.


Background Color

.myBgColor { background-color: #872B23; }

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

This div background color is #872B23.


Border color

.myBorderColor { border: 1px solid #872B23; }

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

This div border color is #872B23.


Opacity

.myOpacity80 { color: #872B23; opacity: 0.8; }

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

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

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

This text has shadow with #872B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872B23 on black background.


Color preview on white background

This text has color #872B23 on white background.



Black color preview on #872B23 background

This text has black color on #872B23 background.


White color preview on #872B23 background

This text has white color on #872B23 background.