COLOR #958827

HEX: #958827
RGB: (149,136,39)

Color info

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

RGB color model

#958827 color RGB value is (149,136,39).

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

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 39 of 255 = 15%

149
136
39

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 39 = 324 (100%)
R 149 of 324 ~ 45.99%
G 136 of 324 ~ 41.98%
B 39 of 324 ~ 12.04%

%45.99
%41.98
%12.04

CMYK color model

#958827 color CMYK value is (0,9,74,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 73.83%
  • key color value is 41.57%
CMYK:
(0,9,74,42)
C0M9Y74K42 
(0%,9%,74%,42%)
(0.00/0.09/0.74/0.42)	

CMYK percentages

%0
%8.72
%73.83
%41.57

Codes

Color #958827 in popluar color models

958827
RGB14913639
HSL53°58.51%36.86%
HSB/HSV53°73.83%58.43%
CMYK0.00%8.72%73.83%
41.57%

Color #958827 in popluar number systems.

HEX958827
Decimal14913639
Binary1001010110001000100111
Octal22521047

Shades and tints

Shades of #958827

#958827
(149,136,39)
#887C24
(136,124,36)
#7B7021
(123,112,33)
#6E641E
(110,100,30)
#61581B
(97,88,27)
#544C18
(84,76,24)
#474015
(71,64,21)
#3A3412
(58,52,18)
#2D280F
(45,40,15)
#201C0C
(32,28,12)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #958827

#958827
(149,136,39)
#9E923A
(158,146,58)
#A79C4D
(167,156,77)
#B0A660
(176,166,96)
#B9B073
(185,176,115)
#C2BA86
(194,186,134)
#CBC499
(203,196,153)
#D4CEAC
(212,206,172)
#DDD8BF
(221,216,191)
#E6E2D2
(230,226,210)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958827; }

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

This text font color is #958827.


Background Color

.myBgColor { background-color: #958827; }

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

This div background color is #958827.


Border color

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

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

This div border color is #958827.


Opacity

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

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

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

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

This text has shadow with #958827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958827 on black background.


Color preview on white background

This text has color #958827 on white background.



Black color preview on #958827 background

This text has black color on #958827 background.


White color preview on #958827 background

This text has white color on #958827 background.