COLOR #857230

HEX: #857230
RGB: (133,114,48)

Color info

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

RGB color model

#857230 color RGB value is (133,114,48).

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

RGB channels and saturation

R 133 of 255 = 52%
G 114 of 255 = 45%
B 48 of 255 = 19%

133
114
48

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

Portions of RGB colors in percentages

R + G + B =
133 + 114 + 48 = 295 (100%)
R 133 of 295 ~ 45.08%
G 114 of 295 ~ 38.64%
B 48 of 295 ~ 16.27%

%45.08
%38.64
%16.27

CMYK color model

#857230 color CMYK value is (0,14,64,48).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 63.91%
  • key color value is 47.84%
CMYK:
(0,14,64,48)
C0M14Y64K48 
(0%,14%,64%,48%)
(0.00/0.14/0.64/0.48)	

CMYK percentages

%0
%14.29
%63.91
%47.84

Codes

Color #857230 in popluar color models

857230
RGB13311448
HSL47°46.96%35.49%
HSB/HSV47°63.91%52.16%
CMYK0.00%14.29%63.91%
47.84%

Color #857230 in popluar number systems.

HEX857230
Decimal13311448
Binary100001011110010110000
Octal20516260

Shades and tints

Shades of #857230

#857230
(133,114,48)
#79682C
(121,104,44)
#6D5E28
(109,94,40)
#615424
(97,84,36)
#554A20
(85,74,32)
#49401C
(73,64,28)
#3D3618
(61,54,24)
#312C14
(49,44,20)
#252210
(37,34,16)
#19180C
(25,24,12)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #857230

#857230
(133,114,48)
#907E42
(144,126,66)
#9B8A54
(155,138,84)
#A69666
(166,150,102)
#B1A278
(177,162,120)
#BCAE8A
(188,174,138)
#C7BA9C
(199,186,156)
#D2C6AE
(210,198,174)
#DDD2C0
(221,210,192)
#E8DED2
(232,222,210)
#F3EAE4
(243,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857230; }

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

This text font color is #857230.


Background Color

.myBgColor { background-color: #857230; }

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

This div background color is #857230.


Border color

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

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

This div border color is #857230.


Opacity

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

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

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

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

This text has shadow with #857230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857230 on black background.


Color preview on white background

This text has color #857230 on white background.



Black color preview on #857230 background

This text has black color on #857230 background.


White color preview on #857230 background

This text has white color on #857230 background.