COLOR #857727

HEX: #857727
RGB: (133,119,39)

Color info

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

RGB color model

#857727 color RGB value is (133,119,39).

  • red value is 133;
  • green value is 119;
  • blue value is 39.
RGB:
(133,119,39)
(52%,47%,15%)

RGB channels and saturation

R 133 of 255 = 52%
G 119 of 255 = 47%
B 39 of 255 = 15%

133
119
39

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

Portions of RGB colors in percentages

R + G + B =
133 + 119 + 39 = 291 (100%)
R 133 of 291 ~ 45.7%
G 119 of 291 ~ 40.89%
B 39 of 291 ~ 13.4%

%45.7
%40.89
%13.4

CMYK color model

#857727 color CMYK value is (0,11,71,48).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 70.68%
  • key color value is 47.84%
CMYK:
(0,11,71,48)
C0M11Y71K48 
(0%,11%,71%,48%)
(0.00/0.11/0.71/0.48)	

CMYK percentages

%0
%10.53
%70.68
%47.84

Codes

Color #857727 in popluar color models

857727
RGB13311939
HSL51°54.65%33.73%
HSB/HSV51°70.68%52.16%
CMYK0.00%10.53%70.68%
47.84%

Color #857727 in popluar number systems.

HEX857727
Decimal13311939
Binary100001011110111100111
Octal20516747

Shades and tints

Shades of #857727

#857727
(133,119,39)
#796D24
(121,109,36)
#6D6321
(109,99,33)
#61591E
(97,89,30)
#554F1B
(85,79,27)
#494518
(73,69,24)
#3D3B15
(61,59,21)
#313112
(49,49,18)
#25270F
(37,39,15)
#191D0C
(25,29,12)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #857727

#857727
(133,119,39)
#90833A
(144,131,58)
#9B8F4D
(155,143,77)
#A69B60
(166,155,96)
#B1A773
(177,167,115)
#BCB386
(188,179,134)
#C7BF99
(199,191,153)
#D2CBAC
(210,203,172)
#DDD7BF
(221,215,191)
#E8E3D2
(232,227,210)
#F3EFE5
(243,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857727 color. Also use rgb(133,119,39) instead hex code.

Text Font Color

.myTextColor { color: #857727; }

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

This text font color is #857727.


Background Color

.myBgColor { background-color: #857727; }

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

This div background color is #857727.


Border color

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

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

This div border color is #857727.


Opacity

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

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

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

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

This text has shadow with #857727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857727 on black background.


Color preview on white background

This text has color #857727 on white background.



Black color preview on #857727 background

This text has black color on #857727 background.


White color preview on #857727 background

This text has white color on #857727 background.