COLOR #958681

HEX: #958681
RGB: (149,134,129)

Color info

#958681 contains red, green and blue colors in about the same proportion. Web safe color of #958681 is #999999 (or #999).

RGB color model

#958681 color RGB value is (149,134,129).

  • red value is 149;
  • green value is 134;
  • blue value is 129.
RGB: (149,134,129) (58%,53%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 134 of 255 = 53%
B 129 of 255 = 51%

149
134
129

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

Portions of RGB colors in percentages

R + G + B =
149 + 134 + 129 = 412 (100%)
R 149 of 412 ~ 36.17%
G 134 of 412 ~ 32.52%
B 129 of 412 ~ 31.31%

%36.17
%32.52
%31.31

CMYK color model

#958681 color CMYK value is (0,10,13,42).

  • cyan value is 0.00%
  • magenta value is 10.07%
  • yellow value is 13.42%
  • key color value is 41.57%
CMYK: (0,10,13,42) C0M10Y13K42 (0%,10%,13%,42%) (0.00/0.10/0.13/0.42)

CMYK percentages

%0
%10.07
%13.42
%41.57

Codes

Color #958681 in popluar color models

958681
RGB149134129
HSL15°8.62%54.51%
HSB/HSV15°13.42%58.43%
CMYK0.00%10.07%13.42%
41.57%

Color #958681 in popluar number systems.

HEX958681
Decimal149134129
Binary100101011000011010000001
Octal225206201

Shades and tints

Shades of #958681

#958681
(149,134,129)
#887A76
(136,122,118)
#7B6E6B
(123,110,107)
#6E6260
(110,98,96)
#615655
(97,86,85)
#544A4A
(84,74,74)
#473E3F
(71,62,63)
#3A3234
(58,50,52)
#2D2629
(45,38,41)
#201A1E
(32,26,30)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #958681

#958681
(149,134,129)
#9E918C
(158,145,140)
#A79C97
(167,156,151)
#B0A7A2
(176,167,162)
#B9B2AD
(185,178,173)
#C2BDB8
(194,189,184)
#CBC8C3
(203,200,195)
#D4D3CE
(212,211,206)
#DDDED9
(221,222,217)
#E6E9E4
(230,233,228)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958681 color. Also use rgb(149,134,129) instead hex code.

Text Font Color

.myTextColor { color: #958681; }

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

This text font color is #958681.


Background Color

.myBgColor { background-color: #958681; }

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

This div background color is #958681.


Border color

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

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

This div border color is #958681.


Opacity

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

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

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

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

This text has shadow with #958681 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #958681 on black background.


Color preview on white background

This text has color #958681 on white background.



Black color preview on #958681 background

This text has black color on #958681 background.


White color preview on #958681 background

This text has white color on #958681 background.