COLOR #856333

HEX: #856333
RGB: (133,99,51)

Color info

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

RGB color model

#856333 color RGB value is (133,99,51).

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

RGB channels and saturation

R 133 of 255 = 52%
G 99 of 255 = 39%
B 51 of 255 = 20%

133
99
51

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

Portions of RGB colors in percentages

R + G + B =
133 + 99 + 51 = 283 (100%)
R 133 of 283 ~ 47%
G 99 of 283 ~ 34.98%
B 51 of 283 ~ 18.02%

%47
%34.98
%18.02

CMYK color model

#856333 color CMYK value is (0,26,62,48).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 61.65%
  • key color value is 47.84%
CMYK:
(0,26,62,48)
C0M26Y62K48 
(0%,26%,62%,48%)
(0.00/0.26/0.62/0.48)	

CMYK percentages

%0
%25.56
%61.65
%47.84

Codes

Color #856333 in popluar color models

856333
RGB1339951
HSL35°44.57%36.08%
HSB/HSV35°61.65%52.16%
CMYK0.00%25.56%61.65%
47.84%

Color #856333 in popluar number systems.

HEX856333
Decimal1339951
Binary100001011100011110011
Octal20514363

Shades and tints

Shades of #856333

#856333
(133,99,51)
#795A2F
(121,90,47)
#6D512B
(109,81,43)
#614827
(97,72,39)
#553F23
(85,63,35)
#49361F
(73,54,31)
#3D2D1B
(61,45,27)
#312417
(49,36,23)
#251B13
(37,27,19)
#19120F
(25,18,15)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #856333

#856333
(133,99,51)
#907145
(144,113,69)
#9B7F57
(155,127,87)
#A68D69
(166,141,105)
#B19B7B
(177,155,123)
#BCA98D
(188,169,141)
#C7B79F
(199,183,159)
#D2C5B1
(210,197,177)
#DDD3C3
(221,211,195)
#E8E1D5
(232,225,213)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856333; }

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

This text font color is #856333.


Background Color

.myBgColor { background-color: #856333; }

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

This div background color is #856333.


Border color

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

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

This div border color is #856333.


Opacity

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

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

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

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

This text has shadow with #856333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856333 on black background.


Color preview on white background

This text has color #856333 on white background.



Black color preview on #856333 background

This text has black color on #856333 background.


White color preview on #856333 background

This text has white color on #856333 background.