COLOR #958A61

HEX: #958A61
RGB: (149,138,97)

Color info

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

RGB color model

#958A61 color RGB value is (149,138,97).

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

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 97 of 255 = 38%

149
138
97

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

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 97 = 384 (100%)
R 149 of 384 ~ 38.8%
G 138 of 384 ~ 35.94%
B 97 of 384 ~ 25.26%

%38.8
%35.94
%25.26

CMYK color model

#958A61 color CMYK value is (0,7,35,42).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(0,7,35,42)
C0M7Y35K42 
(0%,7%,35%,42%)
(0.00/0.07/0.35/0.42)	

CMYK percentages

%0
%7.38
%34.9
%41.57

Codes

Color #958A61 in popluar color models

958A61
RGB14913897
HSL47°21.14%48.24%
HSB/HSV47°34.90%58.43%
CMYK0.00%7.38%34.90%
41.57%

Color #958A61 in popluar number systems.

HEX958A61
Decimal14913897
Binary10010101100010101100001
Octal225212141

Shades and tints

Shades of #958A61

#958A61
(149,138,97)
#887E59
(136,126,89)
#7B7251
(123,114,81)
#6E6649
(110,102,73)
#615A41
(97,90,65)
#544E39
(84,78,57)
#474231
(71,66,49)
#3A3629
(58,54,41)
#2D2A21
(45,42,33)
#201E19
(32,30,25)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #958A61

#958A61
(149,138,97)
#9E946F
(158,148,111)
#A79E7D
(167,158,125)
#B0A88B
(176,168,139)
#B9B299
(185,178,153)
#C2BCA7
(194,188,167)
#CBC6B5
(203,198,181)
#D4D0C3
(212,208,195)
#DDDAD1
(221,218,209)
#E6E4DF
(230,228,223)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958A61; }

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

This text font color is #958A61.


Background Color

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

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

This div background color is #958A61.


Border color

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

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

This div border color is #958A61.


Opacity

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

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

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

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

This text has shadow with #958A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958A61 on black background.


Color preview on white background

This text has color #958A61 on white background.



Black color preview on #958A61 background

This text has black color on #958A61 background.


White color preview on #958A61 background

This text has white color on #958A61 background.