COLOR #875D08

HEX: #875D08
RGB: (135,93,8)

Color info

#875D08 contains mainly red and green colors. Web safe color of #875D08 is #996600 (or #960).

RGB color model

#875D08 color RGB value is (135,93,8).

  • red value is 135;
  • green value is 93;
  • blue value is 8.
RGB:
(135,93,8)
(53%,36%,3%)

RGB channels and saturation

R 135 of 255 = 53%
G 93 of 255 = 36%
B 8 of 255 = 3%

135
93
8

R + G + B ~ 31%. #875D08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 93 + 8 = 236 (100%)
R 135 of 236 ~ 57.2%
G 93 of 236 ~ 39.41%
B 8 of 236 ~ 3.39%

%57.2
%39.41

CMYK color model

#875D08 color CMYK value is (0,31,94,47).

  • cyan value is 0.00%
  • magenta value is 31.11%
  • yellow value is 94.07%
  • key color value is 47.06%
CMYK:
(0,31,94,47)
C0M31Y94K47 
(0%,31%,94%,47%)
(0.00/0.31/0.94/0.47)	

CMYK percentages

%0
%31.11
%94.07
%47.06

Codes

Color #875D08 in popluar color models

875D08
RGB135938
HSL40°88.81%28.04%
HSB/HSV40°94.07%52.94%
CMYK0.00%31.11%94.07%
47.06%

Color #875D08 in popluar number systems.

HEX875D08
Decimal135938
Binary1000011110111011000
Octal20713510

Shades and tints

Shades of #875D08

#875D08
(135,93,8)
#7B5508
(123,85,8)
#6F4D08
(111,77,8)
#634508
(99,69,8)
#573D08
(87,61,8)
#4B3508
(75,53,8)
#3F2D08
(63,45,8)
#332508
(51,37,8)
#271D08
(39,29,8)
#1B1508
(27,21,8)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #875D08

#875D08
(135,93,8)
#916B1E
(145,107,30)
#9B7934
(155,121,52)
#A5874A
(165,135,74)
#AF9560
(175,149,96)
#B9A376
(185,163,118)
#C3B18C
(195,177,140)
#CDBFA2
(205,191,162)
#D7CDB8
(215,205,184)
#E1DBCE
(225,219,206)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875D08 color. Also use rgb(135,93,8) instead hex code.

Text Font Color

.myTextColor { color: #875D08; }

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

This text font color is #875D08.


Background Color

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

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

This div background color is #875D08.


Border color

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

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

This div border color is #875D08.


Opacity

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

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

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

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

This text has shadow with #875D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875D08 on black background.


Color preview on white background

This text has color #875D08 on white background.



Black color preview on #875D08 background

This text has black color on #875D08 background.


White color preview on #875D08 background

This text has white color on #875D08 background.