COLOR #875F02

HEX: #875F02
RGB: (135,95,2)

Color info

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

RGB color model

#875F02 color RGB value is (135,95,2).

  • red value is 135;
  • green value is 95;
  • blue value is 2.
RGB:
(135,95,2)
(53%,37%,1%)

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 2 of 255 = 1%

135
95
2

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

Portions of RGB colors in percentages

R + G + B =
135 + 95 + 2 = 232 (100%)
R 135 of 232 ~ 58.19%
G 95 of 232 ~ 40.95%
B 2 of 232 ~ 0.86%

%58.19
%40.95

CMYK color model

#875F02 color CMYK value is (0,30,99,47).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 98.52%
  • key color value is 47.06%
CMYK:
(0,30,99,47)
C0M30Y99K47 
(0%,30%,99%,47%)
(0.00/0.30/0.99/0.47)	

CMYK percentages

%0
%29.63
%98.52
%47.06

Codes

Color #875F02 in popluar color models

875F02
RGB135952
HSL42°97.08%26.86%
HSB/HSV42°98.52%52.94%
CMYK0.00%29.63%98.52%
47.06%

Color #875F02 in popluar number systems.

HEX875F02
Decimal135952
Binary10000111101111110
Octal2071372

Shades and tints

Shades of #875F02

#875F02
(135,95,2)
#7B5702
(123,87,2)
#6F4F02
(111,79,2)
#634702
(99,71,2)
#573F02
(87,63,2)
#4B3702
(75,55,2)
#3F2F02
(63,47,2)
#332702
(51,39,2)
#271F02
(39,31,2)
#1B1702
(27,23,2)
#0F0F02
(15,15,2)
#000000
(0,0,0)

Tints of #875F02

#875F02
(135,95,2)
#916D19
(145,109,25)
#9B7B30
(155,123,48)
#A58947
(165,137,71)
#AF975E
(175,151,94)
#B9A575
(185,165,117)
#C3B38C
(195,179,140)
#CDC1A3
(205,193,163)
#D7CFBA
(215,207,186)
#E1DDD1
(225,221,209)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875F02 color. Also use rgb(135,95,2) instead hex code.

Text Font Color

.myTextColor { color: #875F02; }

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

This text font color is #875F02.


Background Color

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

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

This div background color is #875F02.


Border color

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

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

This div border color is #875F02.


Opacity

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

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

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

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

This text has shadow with #875F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875F02 on black background.


Color preview on white background

This text has color #875F02 on white background.



Black color preview on #875F02 background

This text has black color on #875F02 background.


White color preview on #875F02 background

This text has white color on #875F02 background.