COLOR #958E77

HEX: #958E77
RGB: (149,142,119)

Color info

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

RGB color model

#958E77 color RGB value is (149,142,119).

  • red value is 149;
  • green value is 142;
  • blue value is 119.
RGB:
(149,142,119)
(58%,56%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 119 of 255 = 47%

149
142
119

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

Portions of RGB colors in percentages

R + G + B =
149 + 142 + 119 = 410 (100%)
R 149 of 410 ~ 36.34%
G 142 of 410 ~ 34.63%
B 119 of 410 ~ 29.02%

%36.34
%34.63
%29.02

CMYK color model

#958E77 color CMYK value is (0,5,20,42).

  • cyan value is 0.00%
  • magenta value is 4.70%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(0,5,20,42)
C0M5Y20K42 
(0%,5%,20%,42%)
(0.00/0.05/0.20/0.42)	

CMYK percentages

%0
%4.7
%20.13
%41.57

Codes

Color #958E77 in popluar color models

958E77
RGB149142119
HSL46°12.40%52.55%
HSB/HSV46°20.13%58.43%
CMYK0.00%4.70%20.13%
41.57%

Color #958E77 in popluar number systems.

HEX958E77
Decimal149142119
Binary10010101100011101110111
Octal225216167

Shades and tints

Shades of #958E77

#958E77
(149,142,119)
#88826D
(136,130,109)
#7B7663
(123,118,99)
#6E6A59
(110,106,89)
#615E4F
(97,94,79)
#545245
(84,82,69)
#47463B
(71,70,59)
#3A3A31
(58,58,49)
#2D2E27
(45,46,39)
#20221D
(32,34,29)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #958E77

#958E77
(149,142,119)
#9E9883
(158,152,131)
#A7A28F
(167,162,143)
#B0AC9B
(176,172,155)
#B9B6A7
(185,182,167)
#C2C0B3
(194,192,179)
#CBCABF
(203,202,191)
#D4D4CB
(212,212,203)
#DDDED7
(221,222,215)
#E6E8E3
(230,232,227)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958E77 color. Also use rgb(149,142,119) instead hex code.

Text Font Color

.myTextColor { color: #958E77; }

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

This text font color is #958E77.


Background Color

.myBgColor { background-color: #958E77; }

<div style="background-color:#958E77">Inner text</div>

This div background color is #958E77.


Border color

.myBorderColor { border: 1px solid #958E77; }

<div style="border:3px solid #958E77">Div</div>

This div border color is #958E77.


Opacity

.myOpacity80 { color: #958E77; opacity: 0.8; }

<p style="color:#958E77;opacity:0.8;">80%</p>

Text with #958E77 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 #958E77;}

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

This text has shadow with #958E77 color.

.textShadow {text-shadow: 3px 3px 1px #958E77, 3px 3px 1px red;}

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

This text has shadow with #958E77 primary color and red secondary color.


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

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

This text has shadow with #958E77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958E77 on black background.


Color preview on white background

This text has color #958E77 on white background.



Black color preview on #958E77 background

This text has black color on #958E77 background.


White color preview on #958E77 background

This text has white color on #958E77 background.