COLOR #875F18

HEX: #875F18
RGB: (135,95,24)

Color info

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

RGB color model

#875F18 color RGB value is (135,95,24).

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

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 24 of 255 = 9%

135
95
24

R + G + B ~ 33%. #875F18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 95 + 24 = 254 (100%)
R 135 of 254 ~ 53.15%
G 95 of 254 ~ 37.4%
B 24 of 254 ~ 9.45%

%53.15
%37.4

CMYK color model

#875F18 color CMYK value is (0,30,82,47).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 82.22%
  • key color value is 47.06%
CMYK:
(0,30,82,47)
C0M30Y82K47 
(0%,30%,82%,47%)
(0.00/0.30/0.82/0.47)	

CMYK percentages

%0
%29.63
%82.22
%47.06

Codes

Color #875F18 in popluar color models

875F18
RGB1359524
HSL38°69.81%31.18%
HSB/HSV38°82.22%52.94%
CMYK0.00%29.63%82.22%
47.06%

Color #875F18 in popluar number systems.

HEX875F18
Decimal1359524
Binary10000111101111111000
Octal20713730

Shades and tints

Shades of #875F18

#875F18
(135,95,24)
#7B5716
(123,87,22)
#6F4F14
(111,79,20)
#634712
(99,71,18)
#573F10
(87,63,16)
#4B370E
(75,55,14)
#3F2F0C
(63,47,12)
#33270A
(51,39,10)
#271F08
(39,31,8)
#1B1706
(27,23,6)
#0F0F04
(15,15,4)
#000000
(0,0,0)

Tints of #875F18

#875F18
(135,95,24)
#916D2D
(145,109,45)
#9B7B42
(155,123,66)
#A58957
(165,137,87)
#AF976C
(175,151,108)
#B9A581
(185,165,129)
#C3B396
(195,179,150)
#CDC1AB
(205,193,171)
#D7CFC0
(215,207,192)
#E1DDD5
(225,221,213)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875F18; }

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

This text font color is #875F18.


Background Color

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

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

This div background color is #875F18.


Border color

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

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

This div border color is #875F18.


Opacity

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

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

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

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

This text has shadow with #875F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875F18 on black background.


Color preview on white background

This text has color #875F18 on white background.



Black color preview on #875F18 background

This text has black color on #875F18 background.


White color preview on #875F18 background

This text has white color on #875F18 background.