COLOR #857030

HEX: #857030
RGB: (133,112,48)

Color info

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

RGB color model

#857030 color RGB value is (133,112,48).

  • red value is 133;
  • green value is 112;
  • blue value is 48.
RGB:
(133,112,48)
(52%,44%,19%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 48 of 255 = 19%

133
112
48

R + G + B ~ 38%. #857030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 48 = 293 (100%)
R 133 of 293 ~ 45.39%
G 112 of 293 ~ 38.23%
B 48 of 293 ~ 16.38%

%45.39
%38.23
%16.38

CMYK color model

#857030 color CMYK value is (0,16,64,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 63.91%
  • key color value is 47.84%
CMYK:
(0,16,64,48)
C0M16Y64K48 
(0%,16%,64%,48%)
(0.00/0.16/0.64/0.48)	

CMYK percentages

%0
%15.79
%63.91
%47.84

Codes

Color #857030 in popluar color models

857030
RGB13311248
HSL45°46.96%35.49%
HSB/HSV45°63.91%52.16%
CMYK0.00%15.79%63.91%
47.84%

Color #857030 in popluar number systems.

HEX857030
Decimal13311248
Binary100001011110000110000
Octal20516060

Shades and tints

Shades of #857030

#857030
(133,112,48)
#79662C
(121,102,44)
#6D5C28
(109,92,40)
#615224
(97,82,36)
#554820
(85,72,32)
#493E1C
(73,62,28)
#3D3418
(61,52,24)
#312A14
(49,42,20)
#252010
(37,32,16)
#19160C
(25,22,12)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #857030

#857030
(133,112,48)
#907D42
(144,125,66)
#9B8A54
(155,138,84)
#A69766
(166,151,102)
#B1A478
(177,164,120)
#BCB18A
(188,177,138)
#C7BE9C
(199,190,156)
#D2CBAE
(210,203,174)
#DDD8C0
(221,216,192)
#E8E5D2
(232,229,210)
#F3F2E4
(243,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857030 color. Also use rgb(133,112,48) instead hex code.

Text Font Color

.myTextColor { color: #857030; }

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

This text font color is #857030.


Background Color

.myBgColor { background-color: #857030; }

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

This div background color is #857030.


Border color

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

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

This div border color is #857030.


Opacity

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

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

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

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

This text has shadow with #857030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857030 on black background.


Color preview on white background

This text has color #857030 on white background.



Black color preview on #857030 background

This text has black color on #857030 background.


White color preview on #857030 background

This text has white color on #857030 background.