COLOR #958A5F

HEX: #958A5F
RGB: (149,138,95)

Color info

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

RGB color model

#958A5F color RGB value is (149,138,95).

  • red value is 149;
  • green value is 138;
  • blue value is 95.
RGB:
(149,138,95)
(58%,54%,37%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 95 of 255 = 37%

149
138
95

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

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 95 = 382 (100%)
R 149 of 382 ~ 39.01%
G 138 of 382 ~ 36.13%
B 95 of 382 ~ 24.87%

%39.01
%36.13
%24.87

CMYK color model

#958A5F color CMYK value is (0,7,36,42).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(0,7,36,42)
C0M7Y36K42 
(0%,7%,36%,42%)
(0.00/0.07/0.36/0.42)	

CMYK percentages

%0
%7.38
%36.24
%41.57

Codes

Color #958A5F in popluar color models

958A5F
RGB14913895
HSL48°22.13%47.84%
HSB/HSV48°36.24%58.43%
CMYK0.00%7.38%36.24%
41.57%

Color #958A5F in popluar number systems.

HEX958A5F
Decimal14913895
Binary10010101100010101011111
Octal225212137

Shades and tints

Shades of #958A5F

#958A5F
(149,138,95)
#887E57
(136,126,87)
#7B724F
(123,114,79)
#6E6647
(110,102,71)
#615A3F
(97,90,63)
#544E37
(84,78,55)
#47422F
(71,66,47)
#3A3627
(58,54,39)
#2D2A1F
(45,42,31)
#201E17
(32,30,23)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #958A5F

#958A5F
(149,138,95)
#9E946D
(158,148,109)
#A79E7B
(167,158,123)
#B0A889
(176,168,137)
#B9B297
(185,178,151)
#C2BCA5
(194,188,165)
#CBC6B3
(203,198,179)
#D4D0C1
(212,208,193)
#DDDACF
(221,218,207)
#E6E4DD
(230,228,221)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958A5F; }

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

This text font color is #958A5F.


Background Color

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

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

This div background color is #958A5F.


Border color

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

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

This div border color is #958A5F.


Opacity

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

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

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

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

This text has shadow with #958A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958A5F on black background.


Color preview on white background

This text has color #958A5F on white background.



Black color preview on #958A5F background

This text has black color on #958A5F background.


White color preview on #958A5F background

This text has white color on #958A5F background.