COLOR #872D22

HEX: #872D22
RGB: (135,45,34)

Color info

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

RGB color model

#872D22 color RGB value is (135,45,34).

  • red value is 135;
  • green value is 45;
  • blue value is 34.
RGB:
(135,45,34)
(53%,18%,13%)

RGB channels and saturation

R 135 of 255 = 53%
G 45 of 255 = 18%
B 34 of 255 = 13%

135
45
34

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

Portions of RGB colors in percentages

R + G + B =
135 + 45 + 34 = 214 (100%)
R 135 of 214 ~ 63.08%
G 45 of 214 ~ 21.03%
B 34 of 214 ~ 15.89%

%63.08
%21.03
%15.89

CMYK color model

#872D22 color CMYK value is (0,67,75,47).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 74.81%
  • key color value is 47.06%
CMYK:
(0,67,75,47)
C0M67Y75K47 
(0%,67%,75%,47%)
(0.00/0.67/0.75/0.47)	

CMYK percentages

%0
%66.67
%74.81
%47.06

Codes

Color #872D22 in popluar color models

872D22
RGB1354534
HSL59.76%33.14%
HSB/HSV74.81%52.94%
CMYK0.00%66.67%74.81%
47.06%

Color #872D22 in popluar number systems.

HEX872D22
Decimal1354534
Binary10000111101101100010
Octal2075542

Shades and tints

Shades of #872D22

#872D22
(135,45,34)
#7B291F
(123,41,31)
#6F251C
(111,37,28)
#632119
(99,33,25)
#571D16
(87,29,22)
#4B1913
(75,25,19)
#3F1510
(63,21,16)
#33110D
(51,17,13)
#270D0A
(39,13,10)
#1B0907
(27,9,7)
#0F0504
(15,5,4)
#000000
(0,0,0)

Tints of #872D22

#872D22
(135,45,34)
#914036
(145,64,54)
#9B534A
(155,83,74)
#A5665E
(165,102,94)
#AF7972
(175,121,114)
#B98C86
(185,140,134)
#C39F9A
(195,159,154)
#CDB2AE
(205,178,174)
#D7C5C2
(215,197,194)
#E1D8D6
(225,216,214)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872D22 color. Also use rgb(135,45,34) instead hex code.

Text Font Color

.myTextColor { color: #872D22; }

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

This text font color is #872D22.


Background Color

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

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

This div background color is #872D22.


Border color

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

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

This div border color is #872D22.


Opacity

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

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

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

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

This text has shadow with #872D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872D22 on black background.


Color preview on white background

This text has color #872D22 on white background.



Black color preview on #872D22 background

This text has black color on #872D22 background.


White color preview on #872D22 background

This text has white color on #872D22 background.