COLOR #958945

HEX: #958945
RGB: (149,137,69)

Color info

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

RGB color model

#958945 color RGB value is (149,137,69).

  • red value is 149;
  • green value is 137;
  • blue value is 69.
RGB:
(149,137,69)
(58%,54%,27%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 69 of 255 = 27%

149
137
69

R + G + B ~ 46%. #958945 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 69 = 355 (100%)
R 149 of 355 ~ 41.97%
G 137 of 355 ~ 38.59%
B 69 of 355 ~ 19.44%

%41.97
%38.59
%19.44

CMYK color model

#958945 color CMYK value is (0,8,54,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 53.69%
  • key color value is 41.57%
CMYK:
(0,8,54,42)
C0M8Y54K42 
(0%,8%,54%,42%)
(0.00/0.08/0.54/0.42)	

CMYK percentages

%0
%8.05
%53.69
%41.57

Codes

Color #958945 in popluar color models

958945
RGB14913769
HSL51°36.70%42.75%
HSB/HSV51°53.69%58.43%
CMYK0.00%8.05%53.69%
41.57%

Color #958945 in popluar number systems.

HEX958945
Decimal14913769
Binary10010101100010011000101
Octal225211105

Shades and tints

Shades of #958945

#958945
(149,137,69)
#887D3F
(136,125,63)
#7B7139
(123,113,57)
#6E6533
(110,101,51)
#61592D
(97,89,45)
#544D27
(84,77,39)
#474121
(71,65,33)
#3A351B
(58,53,27)
#2D2915
(45,41,21)
#201D0F
(32,29,15)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #958945

#958945
(149,137,69)
#9E9355
(158,147,85)
#A79D65
(167,157,101)
#B0A775
(176,167,117)
#B9B185
(185,177,133)
#C2BB95
(194,187,149)
#CBC5A5
(203,197,165)
#D4CFB5
(212,207,181)
#DDD9C5
(221,217,197)
#E6E3D5
(230,227,213)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958945 color. Also use rgb(149,137,69) instead hex code.

Text Font Color

.myTextColor { color: #958945; }

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

This text font color is #958945.


Background Color

.myBgColor { background-color: #958945; }

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

This div background color is #958945.


Border color

.myBorderColor { border: 1px solid #958945; }

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

This div border color is #958945.


Opacity

.myOpacity80 { color: #958945; opacity: 0.8; }

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

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

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

This text has shadow with #958945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958945 on black background.


Color preview on white background

This text has color #958945 on white background.



Black color preview on #958945 background

This text has black color on #958945 background.


White color preview on #958945 background

This text has white color on #958945 background.