COLOR #958A6E

HEX: #958A6E RGB: (149,138,110)

Color info

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

RGB color model

#958A6E color RGB value is (149,138,110).

RGB: (149,138,110) (58%, 54%, 43%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 110 of 255 = 43%

149
138
110

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

Portions of RGB colors in percentages

R + G + B = 149 + 138 + 110 = 397 (100%)
R 149 of 397 ~ 37.53%
G 138 of 397 ~ 34.76%
B 110 of 397 ~ 27.71'%

%37.53
%34.76
%27.71

CMYK color model

#958A6E color CMYK value is (0,7,26,42).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 26.17%
  • key color value is 41.57%

CMYK: (0,7,26,42)
C0M7Y26K42 (0%, 7%, 26%, 42%)
(0.00 / 0.07 / 0.26 / 0.42)

CMYK percentages

%0
%7.38
%26.17
%41.57

Codes

Color #958A6E in popluar color models

95 8A 6E
RGB 149 138 110
HSL 43° 15.54% 50.78%
HSB/HSV 43° 26.17% 58.43%
CMYK 0.00% 7.38% 26.17%
41.57%

Color #958A6E in popluar number systems.

HEX 95 8A 6E
Decimal 149 138 110
Binary 10010101 10001010 1101110
Octal 225 212 156

Shades and tints

Shades of #958A6E

#958A6E
(149,138,110)
#887E64
(136,126,100)
#7B725A
(123,114,90)
#6E6650
(110,102,80)
#615A46
(97,90,70)
#544E3C
(84,78,60)
#474232
(71,66,50)
#3A3628
(58,54,40)
#2D2A1E
(45,42,30)
#201E14
(32,30,20)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #958A6E

#958A6E
(149,138,110)
#9E947B
(158,148,123)
#A79E88
(167,158,136)
#B0A895
(176,168,149)
#B9B2A2
(185,178,162)
#C2BCAF
(194,188,175)
#CBC6BC
(203,198,188)
#D4D0C9
(212,208,201)
#DDDAD6
(221,218,214)
#E6E4E3
(230,228,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958A6E color. Also use rgb(149,138,110) instead hex code.

Text Font Color

.myTextColor { color: #958A6E; }

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

This text font color is #958A6E.

Background Color

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

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

This div background color is #958A6E.

Border color

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

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

This div border color is #958A6E.

Opacity

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

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

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

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

This text has shadow with #958A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958A6E.

Preview

Color preview on black background

This text has color #958A6E on black background.


Color preview on white background

This text has color #958A6E on white background.


Black color preview on #958A6E background

This text has black color on #958A6E background.


White color preview on #958A6E background

This text has white color on #958A6E background.


Related colors

Complementary color

Complementary color for #hex is #6A7591.


I love getcolorcode.com

Triadic colors

1 #6E958A and #8A6E95 with #958A6E are triadic colors.

2 #6E8A95 and #8A956E with #958A6E are triadic colors.