COLOR #958749

HEX: #958749
RGB: (149,135,73)

Color info

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

RGB color model

#958749 color RGB value is (149,135,73).

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

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 73 of 255 = 29%

149
135
73

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

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 73 = 357 (100%)
R 149 of 357 ~ 41.74%
G 135 of 357 ~ 37.82%
B 73 of 357 ~ 20.45%

%41.74
%37.82
%20.45

CMYK color model

#958749 color CMYK value is (0,9,51,42).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 51.01%
  • key color value is 41.57%
CMYK:
(0,9,51,42)
C0M9Y51K42 
(0%,9%,51%,42%)
(0.00/0.09/0.51/0.42)	

CMYK percentages

%0
%9.4
%51.01
%41.57

Codes

Color #958749 in popluar color models

958749
RGB14913573
HSL49°34.23%43.53%
HSB/HSV49°51.01%58.43%
CMYK0.00%9.40%51.01%
41.57%

Color #958749 in popluar number systems.

HEX958749
Decimal14913573
Binary10010101100001111001001
Octal225207111

Shades and tints

Shades of #958749

#958749
(149,135,73)
#887B43
(136,123,67)
#7B6F3D
(123,111,61)
#6E6337
(110,99,55)
#615731
(97,87,49)
#544B2B
(84,75,43)
#473F25
(71,63,37)
#3A331F
(58,51,31)
#2D2719
(45,39,25)
#201B13
(32,27,19)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #958749

#958749
(149,135,73)
#9E9159
(158,145,89)
#A79B69
(167,155,105)
#B0A579
(176,165,121)
#B9AF89
(185,175,137)
#C2B999
(194,185,153)
#CBC3A9
(203,195,169)
#D4CDB9
(212,205,185)
#DDD7C9
(221,215,201)
#E6E1D9
(230,225,217)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958749; }

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

This text font color is #958749.


Background Color

.myBgColor { background-color: #958749; }

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

This div background color is #958749.


Border color

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

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

This div border color is #958749.


Opacity

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

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

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

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

This text has shadow with #958749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958749 on black background.


Color preview on white background

This text has color #958749 on white background.



Black color preview on #958749 background

This text has black color on #958749 background.


White color preview on #958749 background

This text has white color on #958749 background.