COLOR #95986E

HEX: #95986E RGB: (149,152,110)

Color info

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

RGB color model

#95986E color RGB value is (149,152,110).

RGB: (149,152,110) (58%, 60%, 43%)

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 110 of 255 = 43%

149
152
110

R + G + B ~ 54%. #95986E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 152 + 110 = 411 (100%)
R 149 of 411 ~ 36.25%
G 152 of 411 ~ 36.98%
B 110 of 411 ~ 26.76'%

%36.25
%36.98
%26.76

CMYK color model

#95986E color CMYK value is (2,0,28,40).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 40.39%

CMYK: (2,0,28,40)
C2M0Y28K40 (2%, 0%, 28%, 40%)
(0.02 / 0.00 / 0.28 / 0.40)

CMYK percentages

%1.97
%0
%27.63
%40.39

Codes

Color #95986E in popluar color models

95 98 6E
RGB 149 152 110
HSL 64° 16.94% 51.37%
HSB/HSV 64° 27.63% 59.61%
CMYK 1.97% 0.00% 27.63%
40.39%

Color #95986E in popluar number systems.

HEX 95 98 6E
Decimal 149 152 110
Binary 10010101 10011000 1101110
Octal 225 230 156

Shades and tints

Shades of #95986E

#95986E
(149,152,110)
#888B64
(136,139,100)
#7B7E5A
(123,126,90)
#6E7150
(110,113,80)
#616446
(97,100,70)
#54573C
(84,87,60)
#474A32
(71,74,50)
#3A3D28
(58,61,40)
#2D301E
(45,48,30)
#202314
(32,35,20)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #95986E

#95986E
(149,152,110)
#9EA17B
(158,161,123)
#A7AA88
(167,170,136)
#B0B395
(176,179,149)
#B9BCA2
(185,188,162)
#C2C5AF
(194,197,175)
#CBCEBC
(203,206,188)
#D4D7C9
(212,215,201)
#DDE0D6
(221,224,214)
#E6E9E3
(230,233,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95986E color. Also use rgb(149,152,110) instead hex code.

Text Font Color

.myTextColor { color: #95986E; }

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

This text font color is #95986E.

Background Color

.myBgColor { background-color: #95986E; }

<div style="background-color:#95986E">Inner text</div>

This div background color is #95986E.

Border color

.myBorderColor { border: 1px solid #95986E; }

<div style="border:3px solid #95986E">Div</div>

This div border color is #95986E.

Opacity

.myOpacity80 { color: #95986E; opacity: 0.8; }

<p style="color:#95986E;opacity:0.8;">80%</p>

Text with #95986E 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 #95986E;}

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

This text has shadow with #95986E color.


.textShadow {text-shadow: 3px 3px 1px #95986E', 3px 3px 1px red;}

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

This text has shadow with #95986E primary color and red secondary color.


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

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

This text has shadow with #95986E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95986E; -webkit-box-shadow: 1px 1px 3px 2px #95986E; box-shadow:1px 1px 3px 2px #95986E;">
Div content here
</div>

This div box has shadow with color #95986E.

Preview

Color preview on black background

This text has color #95986E on black background.


Color preview on white background

This text has color #95986E on white background.


Black color preview on #95986E background

This text has black color on #95986E background.


White color preview on #95986E background

This text has white color on #95986E background.


Related colors

Complementary color

Complementary color for #hex is #6A6791.


I love getcolorcode.com

Triadic colors

1 #6E9598 and #986E95 with #95986E are triadic colors.

2 #6E9895 and #98956E with #95986E are triadic colors.