COLOR #875A05

HEX: #875A05
RGB: (135,90,5)

Color info

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

RGB color model

#875A05 color RGB value is (135,90,5).

  • red value is 135;
  • green value is 90;
  • blue value is 5.
RGB:
(135,90,5)
(53%,35%,2%)

RGB channels and saturation

R 135 of 255 = 53%
G 90 of 255 = 35%
B 5 of 255 = 2%

135
90
5

R + G + B ~ 30%. #875A05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 90 + 5 = 230 (100%)
R 135 of 230 ~ 58.7%
G 90 of 230 ~ 39.13%
B 5 of 230 ~ 2.17%

%58.7
%39.13

CMYK color model

#875A05 color CMYK value is (0,33,96,47).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 96.30%
  • key color value is 47.06%
CMYK:
(0,33,96,47)
C0M33Y96K47 
(0%,33%,96%,47%)
(0.00/0.33/0.96/0.47)	

CMYK percentages

%0
%33.33
%96.3
%47.06

Codes

Color #875A05 in popluar color models

875A05
RGB135905
HSL39°92.86%27.45%
HSB/HSV39°96.30%52.94%
CMYK0.00%33.33%96.30%
47.06%

Color #875A05 in popluar number systems.

HEX875A05
Decimal135905
Binary100001111011010101
Octal2071325

Shades and tints

Shades of #875A05

#875A05
(135,90,5)
#7B5205
(123,82,5)
#6F4A05
(111,74,5)
#634205
(99,66,5)
#573A05
(87,58,5)
#4B3205
(75,50,5)
#3F2A05
(63,42,5)
#332205
(51,34,5)
#271A05
(39,26,5)
#1B1205
(27,18,5)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #875A05

#875A05
(135,90,5)
#91691B
(145,105,27)
#9B7831
(155,120,49)
#A58747
(165,135,71)
#AF965D
(175,150,93)
#B9A573
(185,165,115)
#C3B489
(195,180,137)
#CDC39F
(205,195,159)
#D7D2B5
(215,210,181)
#E1E1CB
(225,225,203)
#EBF0E1
(235,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875A05 color. Also use rgb(135,90,5) instead hex code.

Text Font Color

.myTextColor { color: #875A05; }

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

This text font color is #875A05.


Background Color

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

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

This div background color is #875A05.


Border color

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

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

This div border color is #875A05.


Opacity

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

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

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

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

This text has shadow with #875A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875A05 on black background.


Color preview on white background

This text has color #875A05 on white background.



Black color preview on #875A05 background

This text has black color on #875A05 background.


White color preview on #875A05 background

This text has white color on #875A05 background.