COLOR #872F0D

HEX: #872F0D
RGB: (135,47,13)

Color info

#872F0D contains mainly red color. Web safe color of #872F0D is #993300 (or #930).

RGB color model

#872F0D color RGB value is (135,47,13).

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

RGB channels and saturation

R 135 of 255 = 53%
G 47 of 255 = 18%
B 13 of 255 = 5%

135
47
13

R + G + B ~ 25%. #872F0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 47 + 13 = 195 (100%)
R 135 of 195 ~ 69.23%
G 47 of 195 ~ 24.1%
B 13 of 195 ~ 6.67%

%69.23
%24.1

CMYK color model

#872F0D color CMYK value is (0,65,90,47).

  • cyan value is 0.00%
  • magenta value is 65.19%
  • yellow value is 90.37%
  • key color value is 47.06%
CMYK:
(0,65,90,47)
C0M65Y90K47 
(0%,65%,90%,47%)
(0.00/0.65/0.90/0.47)	

CMYK percentages

%0
%65.19
%90.37
%47.06

Codes

Color #872F0D in popluar color models

872F0D
RGB1354713
HSL17°82.43%29.02%
HSB/HSV17°90.37%52.94%
CMYK0.00%65.19%90.37%
47.06%

Color #872F0D in popluar number systems.

HEX872F0D
Decimal1354713
Binary100001111011111101
Octal2075715

Shades and tints

Shades of #872F0D

#872F0D
(135,47,13)
#7B2B0C
(123,43,12)
#6F270B
(111,39,11)
#63230A
(99,35,10)
#571F09
(87,31,9)
#4B1B08
(75,27,8)
#3F1707
(63,23,7)
#331306
(51,19,6)
#270F05
(39,15,5)
#1B0B04
(27,11,4)
#0F0703
(15,7,3)
#000000
(0,0,0)

Tints of #872F0D

#872F0D
(135,47,13)
#914123
(145,65,35)
#9B5339
(155,83,57)
#A5654F
(165,101,79)
#AF7765
(175,119,101)
#B9897B
(185,137,123)
#C39B91
(195,155,145)
#CDADA7
(205,173,167)
#D7BFBD
(215,191,189)
#E1D1D3
(225,209,211)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872F0D color. Also use rgb(135,47,13) instead hex code.

Text Font Color

.myTextColor { color: #872F0D; }

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

This text font color is #872F0D.


Background Color

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

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

This div background color is #872F0D.


Border color

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

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

This div border color is #872F0D.


Opacity

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

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

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

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

This text has shadow with #872F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872F0D on black background.


Color preview on white background

This text has color #872F0D on white background.



Black color preview on #872F0D background

This text has black color on #872F0D background.


White color preview on #872F0D background

This text has white color on #872F0D background.