COLOR #857026

HEX: #857026
RGB: (133,112,38)

Color info

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

RGB color model

#857026 color RGB value is (133,112,38).

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

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 38 of 255 = 15%

133
112
38

R + G + B ~ 37%. #857026 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 38 = 283 (100%)
R 133 of 283 ~ 47%
G 112 of 283 ~ 39.58%
B 38 of 283 ~ 13.43%

%47
%39.58
%13.43

CMYK color model

#857026 color CMYK value is (0,16,71,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 71.43%
  • key color value is 47.84%
CMYK:
(0,16,71,48)
C0M16Y71K48 
(0%,16%,71%,48%)
(0.00/0.16/0.71/0.48)	

CMYK percentages

%0
%15.79
%71.43
%47.84

Codes

Color #857026 in popluar color models

857026
RGB13311238
HSL47°55.56%33.53%
HSB/HSV47°71.43%52.16%
CMYK0.00%15.79%71.43%
47.84%

Color #857026 in popluar number systems.

HEX857026
Decimal13311238
Binary100001011110000100110
Octal20516046

Shades and tints

Shades of #857026

#857026
(133,112,38)
#796623
(121,102,35)
#6D5C20
(109,92,32)
#61521D
(97,82,29)
#55481A
(85,72,26)
#493E17
(73,62,23)
#3D3414
(61,52,20)
#312A11
(49,42,17)
#25200E
(37,32,14)
#19160B
(25,22,11)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #857026

#857026
(133,112,38)
#907D39
(144,125,57)
#9B8A4C
(155,138,76)
#A6975F
(166,151,95)
#B1A472
(177,164,114)
#BCB185
(188,177,133)
#C7BE98
(199,190,152)
#D2CBAB
(210,203,171)
#DDD8BE
(221,216,190)
#E8E5D1
(232,229,209)
#F3F2E4
(243,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857026; }

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

This text font color is #857026.


Background Color

.myBgColor { background-color: #857026; }

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

This div background color is #857026.


Border color

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

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

This div border color is #857026.


Opacity

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

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

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

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

This text has shadow with #857026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857026 on black background.


Color preview on white background

This text has color #857026 on white background.



Black color preview on #857026 background

This text has black color on #857026 background.


White color preview on #857026 background

This text has white color on #857026 background.