COLOR #851D08

HEX: #851D08
RGB: (133,29,8)

Color info

#851D08 contains mainly red color. Web safe color of #851D08 is #993300 (or #930).

RGB color model

#851D08 color RGB value is (133,29,8).

  • red value is 133;
  • green value is 29;
  • blue value is 8.
RGB:
(133,29,8)
(52%,11%,3%)

RGB channels and saturation

R 133 of 255 = 52%
G 29 of 255 = 11%
B 8 of 255 = 3%

133
29
8

R + G + B ~ 22%. #851D08 is dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 29 + 8 = 170 (100%)
R 133 of 170 ~ 78.24%
G 29 of 170 ~ 17.06%
B 8 of 170 ~ 4.71%

%78.24
%17.06

CMYK color model

#851D08 color CMYK value is (0,78,94,48).

  • cyan value is 0.00%
  • magenta value is 78.20%
  • yellow value is 93.98%
  • key color value is 47.84%
CMYK:
(0,78,94,48)
C0M78Y94K48 
(0%,78%,94%,48%)
(0.00/0.78/0.94/0.48)	

CMYK percentages

%0
%78.2
%93.98
%47.84

Codes

Color #851D08 in popluar color models

851D08
RGB133298
HSL10°88.65%27.65%
HSB/HSV10°93.98%52.16%
CMYK0.00%78.20%93.98%
47.84%

Color #851D08 in popluar number systems.

HEX851D08
Decimal133298
Binary10000101111011000
Octal2053510

Shades and tints

Shades of #851D08

#851D08
(133,29,8)
#791B08
(121,27,8)
#6D1908
(109,25,8)
#611708
(97,23,8)
#551508
(85,21,8)
#491308
(73,19,8)
#3D1108
(61,17,8)
#310F08
(49,15,8)
#250D08
(37,13,8)
#190B08
(25,11,8)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #851D08

#851D08
(133,29,8)
#90311E
(144,49,30)
#9B4534
(155,69,52)
#A6594A
(166,89,74)
#B16D60
(177,109,96)
#BC8176
(188,129,118)
#C7958C
(199,149,140)
#D2A9A2
(210,169,162)
#DDBDB8
(221,189,184)
#E8D1CE
(232,209,206)
#F3E5E4
(243,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851D08 color. Also use rgb(133,29,8) instead hex code.

Text Font Color

.myTextColor { color: #851D08; }

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

This text font color is #851D08.


Background Color

.myBgColor { background-color: #851D08; }

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

This div background color is #851D08.


Border color

.myBorderColor { border: 1px solid #851D08; }

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

This div border color is #851D08.


Opacity

.myOpacity80 { color: #851D08; opacity: 0.8; }

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

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

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

This text has shadow with #851D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851D08 on black background.


Color preview on white background

This text has color #851D08 on white background.



Black color preview on #851D08 background

This text has black color on #851D08 background.


White color preview on #851D08 background

This text has white color on #851D08 background.