COLOR #958C6A

HEX: #958C6A RGB: (149,140,106)

Color info

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

RGB color model

#958C6A color RGB value is (149,140,106).

RGB: (149,140,106) (58%, 55%, 42%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 106 of 255 = 42%

149
140
106

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

Portions of RGB colors in percentages

R + G + B = 149 + 140 + 106 = 395 (100%)
R 149 of 395 ~ 37.72%
G 140 of 395 ~ 35.44%
B 106 of 395 ~ 26.84'%

%37.72
%35.44
%26.84

CMYK color model

#958C6A color CMYK value is (0,6,29,42).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 28.86%
  • key color value is 41.57%

CMYK: (0,6,29,42)
C0M6Y29K42 (0%, 6%, 29%, 42%)
(0.00 / 0.06 / 0.29 / 0.42)

CMYK percentages

%0
%6.04
%28.86
%41.57

Codes

Color #958C6A in popluar color models

95 8C 6A
RGB 149 140 106
HSL 47° 16.86% 50.00%
HSB/HSV 47° 28.86% 58.43%
CMYK 0.00% 6.04% 28.86%
41.57%

Color #958C6A in popluar number systems.

HEX 95 8C 6A
Decimal 149 140 106
Binary 10010101 10001100 1101010
Octal 225 214 152

Shades and tints

Shades of #958C6A

#958C6A
(149,140,106)
#888061
(136,128,97)
#7B7458
(123,116,88)
#6E684F
(110,104,79)
#615C46
(97,92,70)
#54503D
(84,80,61)
#474434
(71,68,52)
#3A382B
(58,56,43)
#2D2C22
(45,44,34)
#202019
(32,32,25)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #958C6A

#958C6A
(149,140,106)
#9E9677
(158,150,119)
#A7A084
(167,160,132)
#B0AA91
(176,170,145)
#B9B49E
(185,180,158)
#C2BEAB
(194,190,171)
#CBC8B8
(203,200,184)
#D4D2C5
(212,210,197)
#DDDCD2
(221,220,210)
#E6E6DF
(230,230,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958C6A color. Also use rgb(149,140,106) instead hex code.

Text Font Color

.myTextColor { color: #958C6A; }

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

This text font color is #958C6A.

Background Color

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

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

This div background color is #958C6A.

Border color

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

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

This div border color is #958C6A.

Opacity

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

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

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

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

This text has shadow with #958C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958C6A.

Preview

Color preview on black background

This text has color #958C6A on black background.


Color preview on white background

This text has color #958C6A on white background.


Black color preview on #958C6A background

This text has black color on #958C6A background.


White color preview on #958C6A background

This text has white color on #958C6A background.


Related colors

Complementary color

Complementary color for #hex is #6A7395.


I love getcolorcode.com

Triadic colors

1 #6A958C and #8C6A95 with #958C6A are triadic colors.

2 #6A8C95 and #8C956A with #958C6A are triadic colors.