COLOR #958A4D

HEX: #958A4D RGB: (149,138,77)

Color info

#958A4D contains mainly red and green colors. Web safe color of #958A4D is #999933 (or #993).

RGB color model

#958A4D color RGB value is (149,138,77).

RGB: (149,138,77) (58%, 54%, 30%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 77 of 255 = 30%

149
138
77

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

Portions of RGB colors in percentages

R + G + B = 149 + 138 + 77 = 364 (100%)
R 149 of 364 ~ 40.93%
G 138 of 364 ~ 37.91%
B 77 of 364 ~ 21.15'%

%40.93
%37.91
%21.15

CMYK color model

#958A4D color CMYK value is (0,7,48,42).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 48.32%
  • key color value is 41.57%
CMYK: (0,7,48,42) C0M7Y48K42 (0%,7%,48%,42%) (0.00/0.07/0.48/0.42) 

CMYK percentages

%0
%7.38
%48.32
%41.57

Codes

Color #958A4D in popluar color models

95 8A 4D
RGB 149 138 77
HSL 51° 31.86% 44.31%
HSB/HSV 51° 48.32% 58.43%
CMYK 0.00% 7.38% 48.32%
41.57%

Color #958A4D in popluar number systems.

HEX 95 8A 4D
Decimal 149 138 77
Binary 10010101 10001010 1001101
Octal 225 212 115

Shades and tints

Shades of #958A4D

#958A4D
(149,138,77)
#887E46
(136,126,70)
#7B723F
(123,114,63)
#6E6638
(110,102,56)
#615A31
(97,90,49)
#544E2A
(84,78,42)
#474223
(71,66,35)
#3A361C
(58,54,28)
#2D2A15
(45,42,21)
#201E0E
(32,30,14)
#131207
(19,18,7)
#000000
(0,0,0)

Tints of #958A4D

#958A4D
(149,138,77)
#9E945D
(158,148,93)
#A79E6D
(167,158,109)
#B0A87D
(176,168,125)
#B9B28D
(185,178,141)
#C2BC9D
(194,188,157)
#CBC6AD
(203,198,173)
#D4D0BD
(212,208,189)
#DDDACD
(221,218,205)
#E6E4DD
(230,228,221)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958A4D; }

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

This text font color is #958A4D.

Background Color

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

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

This div background color is #958A4D.

Border color

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

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

This div border color is #958A4D.

Opacity

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

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

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

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

This text has shadow with #958A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958A4D.

Preview

Color preview on black background

This text has color #958A4D on black background.


Color preview on white background

This text has color #958A4D on white background.


Black color preview on #958A4D background

This text has black color on #958A4D background.


White color preview on #958A4D background

This text has white color on #958A4D background.


Related colors

Complementary color

Complementary color for #hex is #6A75B2.


I love getcolorcode.com

Triadic colors

1 #4D958A and #8A4D95 with #958A4D are triadic colors.

2 #4D8A95 and #8A954D with #958A4D are triadic colors.