COLOR #857833

HEX: #857833
RGB: (133,120,51)

Color info

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

RGB color model

#857833 color RGB value is (133,120,51).

  • red value is 133;
  • green value is 120;
  • blue value is 51.
RGB:
(133,120,51)
(52%,47%,20%)

RGB channels and saturation

R 133 of 255 = 52%
G 120 of 255 = 47%
B 51 of 255 = 20%

133
120
51

R + G + B ~ 40%. #857833 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 120 + 51 = 304 (100%)
R 133 of 304 ~ 43.75%
G 120 of 304 ~ 39.47%
B 51 of 304 ~ 16.78%

%43.75
%39.47
%16.78

CMYK color model

#857833 color CMYK value is (0,10,62,48).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 61.65%
  • key color value is 47.84%
CMYK:
(0,10,62,48)
C0M10Y62K48 
(0%,10%,62%,48%)
(0.00/0.10/0.62/0.48)	

CMYK percentages

%0
%9.77
%61.65
%47.84

Codes

Color #857833 in popluar color models

857833
RGB13312051
HSL50°44.57%36.08%
HSB/HSV50°61.65%52.16%
CMYK0.00%9.77%61.65%
47.84%

Color #857833 in popluar number systems.

HEX857833
Decimal13312051
Binary100001011111000110011
Octal20517063

Shades and tints

Shades of #857833

#857833
(133,120,51)
#796E2F
(121,110,47)
#6D642B
(109,100,43)
#615A27
(97,90,39)
#555023
(85,80,35)
#49461F
(73,70,31)
#3D3C1B
(61,60,27)
#313217
(49,50,23)
#252813
(37,40,19)
#191E0F
(25,30,15)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #857833

#857833
(133,120,51)
#908445
(144,132,69)
#9B9057
(155,144,87)
#A69C69
(166,156,105)
#B1A87B
(177,168,123)
#BCB48D
(188,180,141)
#C7C09F
(199,192,159)
#D2CCB1
(210,204,177)
#DDD8C3
(221,216,195)
#E8E4D5
(232,228,213)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857833 color. Also use rgb(133,120,51) instead hex code.

Text Font Color

.myTextColor { color: #857833; }

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

This text font color is #857833.


Background Color

.myBgColor { background-color: #857833; }

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

This div background color is #857833.


Border color

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

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

This div border color is #857833.


Opacity

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

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

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

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

This text has shadow with #857833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857833 on black background.


Color preview on white background

This text has color #857833 on white background.



Black color preview on #857833 background

This text has black color on #857833 background.


White color preview on #857833 background

This text has white color on #857833 background.