COLOR #957820

HEX: #957820
RGB: (149,120,32)

Color info

#957820 contains mainly red and green colors. Web safe color of #957820 is #996633 (or #963).

RGB color model

#957820 color RGB value is (149,120,32).

  • red value is 149;
  • green value is 120;
  • blue value is 32.
RGB:
(149,120,32)
(58%,47%,13%)

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 32 of 255 = 13%

149
120
32

R + G + B ~ 39%. #957820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 32 = 301 (100%)
R 149 of 301 ~ 49.5%
G 120 of 301 ~ 39.87%
B 32 of 301 ~ 10.63%

%49.5
%39.87
%10.63

CMYK color model

#957820 color CMYK value is (0,19,79,42).

  • cyan value is 0.00%
  • magenta value is 19.46%
  • yellow value is 78.52%
  • key color value is 41.57%
CMYK:
(0,19,79,42)
C0M19Y79K42 
(0%,19%,79%,42%)
(0.00/0.19/0.79/0.42)	

CMYK percentages

%0
%19.46
%78.52
%41.57

Codes

Color #957820 in popluar color models

957820
RGB14912032
HSL45°64.64%35.49%
HSB/HSV45°78.52%58.43%
CMYK0.00%19.46%78.52%
41.57%

Color #957820 in popluar number systems.

HEX957820
Decimal14912032
Binary100101011111000100000
Octal22517040

Shades and tints

Shades of #957820

#957820
(149,120,32)
#886E1E
(136,110,30)
#7B641C
(123,100,28)
#6E5A1A
(110,90,26)
#615018
(97,80,24)
#544616
(84,70,22)
#473C14
(71,60,20)
#3A3212
(58,50,18)
#2D2810
(45,40,16)
#201E0E
(32,30,14)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #957820

#957820
(149,120,32)
#9E8434
(158,132,52)
#A79048
(167,144,72)
#B09C5C
(176,156,92)
#B9A870
(185,168,112)
#C2B484
(194,180,132)
#CBC098
(203,192,152)
#D4CCAC
(212,204,172)
#DDD8C0
(221,216,192)
#E6E4D4
(230,228,212)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957820 color. Also use rgb(149,120,32) instead hex code.

Text Font Color

.myTextColor { color: #957820; }

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

This text font color is #957820.


Background Color

.myBgColor { background-color: #957820; }

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

This div background color is #957820.


Border color

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

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

This div border color is #957820.


Opacity

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

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

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

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

This text has shadow with #957820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957820 on black background.


Color preview on white background

This text has color #957820 on white background.



Black color preview on #957820 background

This text has black color on #957820 background.


White color preview on #957820 background

This text has white color on #957820 background.