COLOR #958F74

HEX: #958F74 RGB: (149,143,116)

Color info

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

RGB color model

#958F74 color RGB value is (149,143,116).

RGB: (149,143,116) (58%, 56%, 45%)

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 116 of 255 = 45%

149
143
116

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

Portions of RGB colors in percentages

R + G + B = 149 + 143 + 116 = 408 (100%)
R 149 of 408 ~ 36.52%
G 143 of 408 ~ 35.05%
B 116 of 408 ~ 28.43'%

%36.52
%35.05
%28.43

CMYK color model

#958F74 color CMYK value is (0,4,22,42).

  • cyan value is 0.00%
  • magenta value is 4.03%
  • yellow value is 22.15%
  • key color value is 41.57%

CMYK: (0,4,22,42)
C0M4Y22K42 (0%, 4%, 22%, 42%)
(0.00 / 0.04 / 0.22 / 0.42)

CMYK percentages

%0
%4.03
%22.15
%41.57

Codes

Color #958F74 in popluar color models

95 8F 74
RGB 149 143 116
HSL 49° 13.47% 51.96%
HSB/HSV 49° 22.15% 58.43%
CMYK 0.00% 4.03% 22.15%
41.57%

Color #958F74 in popluar number systems.

HEX 95 8F 74
Decimal 149 143 116
Binary 10010101 10001111 1110100
Octal 225 217 164

Shades and tints

Shades of #958F74

#958F74
(149,143,116)
#88826A
(136,130,106)
#7B7560
(123,117,96)
#6E6856
(110,104,86)
#615B4C
(97,91,76)
#544E42
(84,78,66)
#474138
(71,65,56)
#3A342E
(58,52,46)
#2D2724
(45,39,36)
#201A1A
(32,26,26)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #958F74

#958F74
(149,143,116)
#9E9980
(158,153,128)
#A7A38C
(167,163,140)
#B0AD98
(176,173,152)
#B9B7A4
(185,183,164)
#C2C1B0
(194,193,176)
#CBCBBC
(203,203,188)
#D4D5C8
(212,213,200)
#DDDFD4
(221,223,212)
#E6E9E0
(230,233,224)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958F74 color. Also use rgb(149,143,116) instead hex code.

Text Font Color

.myTextColor { color: #958F74; }

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

This text font color is #958F74.

Background Color

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

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

This div background color is #958F74.

Border color

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

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

This div border color is #958F74.

Opacity

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

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

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

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

This text has shadow with #958F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958F74.

Preview

Color preview on black background

This text has color #958F74 on black background.


Color preview on white background

This text has color #958F74 on white background.


Black color preview on #958F74 background

This text has black color on #958F74 background.


White color preview on #958F74 background

This text has white color on #958F74 background.


Related colors

Complementary color

Complementary color for #hex is #6A708B.


I love getcolorcode.com

Triadic colors

1 #74958F and #8F7495 with #958F74 are triadic colors.

2 #748F95 and #8F9574 with #958F74 are triadic colors.