COLOR #958836

HEX: #958836
RGB: (149,136,54)

Color info

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

RGB color model

#958836 color RGB value is (149,136,54).

  • red value is 149;
  • green value is 136;
  • blue value is 54.
RGB:
(149,136,54)
(58%,53%,21%)

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 54 of 255 = 21%

149
136
54

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 54 = 339 (100%)
R 149 of 339 ~ 43.95%
G 136 of 339 ~ 40.12%
B 54 of 339 ~ 15.93%

%43.95
%40.12
%15.93

CMYK color model

#958836 color CMYK value is (0,9,64,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 63.76%
  • key color value is 41.57%
CMYK:
(0,9,64,42)
C0M9Y64K42 
(0%,9%,64%,42%)
(0.00/0.09/0.64/0.42)	

CMYK percentages

%0
%8.72
%63.76
%41.57

Codes

Color #958836 in popluar color models

958836
RGB14913654
HSL52°46.80%39.80%
HSB/HSV52°63.76%58.43%
CMYK0.00%8.72%63.76%
41.57%

Color #958836 in popluar number systems.

HEX958836
Decimal14913654
Binary1001010110001000110110
Octal22521066

Shades and tints

Shades of #958836

#958836
(149,136,54)
#887C32
(136,124,50)
#7B702E
(123,112,46)
#6E642A
(110,100,42)
#615826
(97,88,38)
#544C22
(84,76,34)
#47401E
(71,64,30)
#3A341A
(58,52,26)
#2D2816
(45,40,22)
#201C12
(32,28,18)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #958836

#958836
(149,136,54)
#9E9248
(158,146,72)
#A79C5A
(167,156,90)
#B0A66C
(176,166,108)
#B9B07E
(185,176,126)
#C2BA90
(194,186,144)
#CBC4A2
(203,196,162)
#D4CEB4
(212,206,180)
#DDD8C6
(221,216,198)
#E6E2D8
(230,226,216)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958836 color. Also use rgb(149,136,54) instead hex code.

Text Font Color

.myTextColor { color: #958836; }

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

This text font color is #958836.


Background Color

.myBgColor { background-color: #958836; }

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

This div background color is #958836.


Border color

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

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

This div border color is #958836.


Opacity

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

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

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

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

This text has shadow with #958836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958836 on black background.


Color preview on white background

This text has color #958836 on white background.



Black color preview on #958836 background

This text has black color on #958836 background.


White color preview on #958836 background

This text has white color on #958836 background.