COLOR #958956

HEX: #958956
RGB: (149,137,86)

Color info

#958956 contains mainly red and green colors. Web safe color of #958956 is #999966 (or #996).

RGB color model

#958956 color RGB value is (149,137,86).

  • red value is 149;
  • green value is 137;
  • blue value is 86.
RGB:
(149,137,86)
(58%,54%,34%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 86 of 255 = 34%

149
137
86

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 86 = 372 (100%)
R 149 of 372 ~ 40.05%
G 137 of 372 ~ 36.83%
B 86 of 372 ~ 23.12%

%40.05
%36.83
%23.12

CMYK color model

#958956 color CMYK value is (0,8,42,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 42.28%
  • key color value is 41.57%
CMYK:
(0,8,42,42)
C0M8Y42K42 
(0%,8%,42%,42%)
(0.00/0.08/0.42/0.42)	

CMYK percentages

%0
%8.05
%42.28
%41.57

Codes

Color #958956 in popluar color models

958956
RGB14913786
HSL49°26.81%46.08%
HSB/HSV49°42.28%58.43%
CMYK0.00%8.05%42.28%
41.57%

Color #958956 in popluar number systems.

HEX958956
Decimal14913786
Binary10010101100010011010110
Octal225211126

Shades and tints

Shades of #958956

#958956
(149,137,86)
#887D4F
(136,125,79)
#7B7148
(123,113,72)
#6E6541
(110,101,65)
#61593A
(97,89,58)
#544D33
(84,77,51)
#47412C
(71,65,44)
#3A3525
(58,53,37)
#2D291E
(45,41,30)
#201D17
(32,29,23)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #958956

#958956
(149,137,86)
#9E9365
(158,147,101)
#A79D74
(167,157,116)
#B0A783
(176,167,131)
#B9B192
(185,177,146)
#C2BBA1
(194,187,161)
#CBC5B0
(203,197,176)
#D4CFBF
(212,207,191)
#DDD9CE
(221,217,206)
#E6E3DD
(230,227,221)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958956 color. Also use rgb(149,137,86) instead hex code.

Text Font Color

.myTextColor { color: #958956; }

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

This text font color is #958956.


Background Color

.myBgColor { background-color: #958956; }

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

This div background color is #958956.


Border color

.myBorderColor { border: 1px solid #958956; }

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

This div border color is #958956.


Opacity

.myOpacity80 { color: #958956; opacity: 0.8; }

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

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

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

This text has shadow with #958956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958956 on black background.


Color preview on white background

This text has color #958956 on white background.



Black color preview on #958956 background

This text has black color on #958956 background.


White color preview on #958956 background

This text has white color on #958956 background.