COLOR #958949

HEX: #958949
RGB: (149,137,73)

Color info

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

RGB color model

#958949 color RGB value is (149,137,73).

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

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 73 of 255 = 29%

149
137
73

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 73 = 359 (100%)
R 149 of 359 ~ 41.5%
G 137 of 359 ~ 38.16%
B 73 of 359 ~ 20.33%

%41.5
%38.16
%20.33

CMYK color model

#958949 color CMYK value is (0,8,51,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 51.01%
  • key color value is 41.57%
CMYK:
(0,8,51,42)
C0M8Y51K42 
(0%,8%,51%,42%)
(0.00/0.08/0.51/0.42)	

CMYK percentages

%0
%8.05
%51.01
%41.57

Codes

Color #958949 in popluar color models

958949
RGB14913773
HSL51°34.23%43.53%
HSB/HSV51°51.01%58.43%
CMYK0.00%8.05%51.01%
41.57%

Color #958949 in popluar number systems.

HEX958949
Decimal14913773
Binary10010101100010011001001
Octal225211111

Shades and tints

Shades of #958949

#958949
(149,137,73)
#887D43
(136,125,67)
#7B713D
(123,113,61)
#6E6537
(110,101,55)
#615931
(97,89,49)
#544D2B
(84,77,43)
#474125
(71,65,37)
#3A351F
(58,53,31)
#2D2919
(45,41,25)
#201D13
(32,29,19)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #958949

#958949
(149,137,73)
#9E9359
(158,147,89)
#A79D69
(167,157,105)
#B0A779
(176,167,121)
#B9B189
(185,177,137)
#C2BB99
(194,187,153)
#CBC5A9
(203,197,169)
#D4CFB9
(212,207,185)
#DDD9C9
(221,217,201)
#E6E3D9
(230,227,217)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958949; }

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

This text font color is #958949.


Background Color

.myBgColor { background-color: #958949; }

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

This div background color is #958949.


Border color

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

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

This div border color is #958949.


Opacity

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

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

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

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

This text has shadow with #958949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958949 on black background.


Color preview on white background

This text has color #958949 on white background.



Black color preview on #958949 background

This text has black color on #958949 background.


White color preview on #958949 background

This text has white color on #958949 background.