COLOR #87945A

HEX: #87945A
RGB: (135,148,90)

Color info

#87945A contains red, green and blue colors in about the same proportion. Web safe color of #87945A is #999966 (or #996).

RGB color model

#87945A color RGB value is (135,148,90).

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

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 90 of 255 = 35%

135
148
90

R + G + B ~ 49%. #87945A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 90 = 373 (100%)
R 135 of 373 ~ 36.19%
G 148 of 373 ~ 39.68%
B 90 of 373 ~ 24.13%

%36.19
%39.68
%24.13

CMYK color model

#87945A color CMYK value is (9,0,39,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 39.19%
  • key color value is 41.96%
CMYK:
(9,0,39,42)
C9M0Y39K42 
(9%,0%,39%,42%)
(0.09/0.00/0.39/0.42)	

CMYK percentages

%8.78
%0
%39.19
%41.96

Codes

Color #87945A in popluar color models

87945A
RGB13514890
HSL73°24.37%46.67%
HSB/HSV73°39.19%58.04%
CMYK8.78%0.00%39.19%
41.96%

Color #87945A in popluar number systems.

HEX87945A
Decimal13514890
Binary10000111100101001011010
Octal207224132

Shades and tints

Shades of #87945A

#87945A
(135,148,90)
#7B8752
(123,135,82)
#6F7A4A
(111,122,74)
#636D42
(99,109,66)
#57603A
(87,96,58)
#4B5332
(75,83,50)
#3F462A
(63,70,42)
#333922
(51,57,34)
#272C1A
(39,44,26)
#1B1F12
(27,31,18)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #87945A

#87945A
(135,148,90)
#919D69
(145,157,105)
#9BA678
(155,166,120)
#A5AF87
(165,175,135)
#AFB896
(175,184,150)
#B9C1A5
(185,193,165)
#C3CAB4
(195,202,180)
#CDD3C3
(205,211,195)
#D7DCD2
(215,220,210)
#E1E5E1
(225,229,225)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87945A color. Also use rgb(135,148,90) instead hex code.

Text Font Color

.myTextColor { color: #87945A; }

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

This text font color is #87945A.


Background Color

.myBgColor { background-color: #87945A; }

<div style="background-color:#87945A">Inner text</div>

This div background color is #87945A.


Border color

.myBorderColor { border: 1px solid #87945A; }

<div style="border:3px solid #87945A">Div</div>

This div border color is #87945A.


Opacity

.myOpacity80 { color: #87945A; opacity: 0.8; }

<p style="color:#87945A;opacity:0.8;">80%</p>

Text with #87945A 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 #87945A;}

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

This text has shadow with #87945A color.

.textShadow {text-shadow: 3px 3px 1px #87945A, 3px 3px 1px red;}

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

This text has shadow with #87945A primary color and red secondary color.


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

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

This text has shadow with #87945A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87945A on black background.


Color preview on white background

This text has color #87945A on white background.



Black color preview on #87945A background

This text has black color on #87945A background.


White color preview on #87945A background

This text has white color on #87945A background.