COLOR #958761

HEX: #958761
RGB: (149,135,97)

Color info

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

RGB color model

#958761 color RGB value is (149,135,97).

  • red value is 149;
  • green value is 135;
  • blue value is 97.
RGB:
(149,135,97)
(58%,53%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 97 of 255 = 38%

149
135
97

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

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 97 = 381 (100%)
R 149 of 381 ~ 39.11%
G 135 of 381 ~ 35.43%
B 97 of 381 ~ 25.46%

%39.11
%35.43
%25.46

CMYK color model

#958761 color CMYK value is (0,9,35,42).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(0,9,35,42)
C0M9Y35K42 
(0%,9%,35%,42%)
(0.00/0.09/0.35/0.42)	

CMYK percentages

%0
%9.4
%34.9
%41.57

Codes

Color #958761 in popluar color models

958761
RGB14913597
HSL44°21.14%48.24%
HSB/HSV44°34.90%58.43%
CMYK0.00%9.40%34.90%
41.57%

Color #958761 in popluar number systems.

HEX958761
Decimal14913597
Binary10010101100001111100001
Octal225207141

Shades and tints

Shades of #958761

#958761
(149,135,97)
#887B59
(136,123,89)
#7B6F51
(123,111,81)
#6E6349
(110,99,73)
#615741
(97,87,65)
#544B39
(84,75,57)
#473F31
(71,63,49)
#3A3329
(58,51,41)
#2D2721
(45,39,33)
#201B19
(32,27,25)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #958761

#958761
(149,135,97)
#9E916F
(158,145,111)
#A79B7D
(167,155,125)
#B0A58B
(176,165,139)
#B9AF99
(185,175,153)
#C2B9A7
(194,185,167)
#CBC3B5
(203,195,181)
#D4CDC3
(212,205,195)
#DDD7D1
(221,215,209)
#E6E1DF
(230,225,223)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958761 color. Also use rgb(149,135,97) instead hex code.

Text Font Color

.myTextColor { color: #958761; }

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

This text font color is #958761.


Background Color

.myBgColor { background-color: #958761; }

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

This div background color is #958761.


Border color

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

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

This div border color is #958761.


Opacity

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

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

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

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

This text has shadow with #958761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958761 on black background.


Color preview on white background

This text has color #958761 on white background.



Black color preview on #958761 background

This text has black color on #958761 background.


White color preview on #958761 background

This text has white color on #958761 background.