COLOR #855B08

HEX: #855B08 RGB: (133,91,8)

Color info

#855B08 contains mainly red and green colors. Web safe color of #855B08 is #996600 (or #960).

RGB color model

#855B08 color RGB value is (133,91,8).

RGB: (133,91,8) (52%, 36%, 3%)

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 8 of 255 = 3%

133
91
8

R + G + B ~ 30%. #855B08 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 91 + 8 = 232 (100%)
R 133 of 232 ~ 57.33%
G 91 of 232 ~ 39.22%
B 8 of 232 ~ 3.45'%

%57.33
%39.22

CMYK color model

#855B08 color CMYK value is (0,32,94,48).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 93.98%
  • key color value is 47.84%

CMYK: (0,32,94,48)
C0M32Y94K48 (0%, 32%, 94%, 48%)
(0.00 / 0.32 / 0.94 / 0.48)

CMYK percentages

%0
%31.58
%93.98
%47.84

Codes

Color #855B08 in popluar color models

85 5B 08
RGB 133 91 8
HSL 40° 88.65% 27.65%
HSB/HSV 40° 93.98% 52.16%
CMYK 0.00% 31.58% 93.98%
47.84%

Color #855B08 in popluar number systems.

HEX 85 5B 08
Decimal 133 91 8
Binary 10000101 1011011 1000
Octal 205 133 10

Shades and tints

Shades of #855B08

#855B08
(133,91,8)
#795308
(121,83,8)
#6D4B08
(109,75,8)
#614308
(97,67,8)
#553B08
(85,59,8)
#493308
(73,51,8)
#3D2B08
(61,43,8)
#312308
(49,35,8)
#251B08
(37,27,8)
#191308
(25,19,8)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #855B08

#855B08
(133,91,8)
#90691E
(144,105,30)
#9B7734
(155,119,52)
#A6854A
(166,133,74)
#B19360
(177,147,96)
#BCA176
(188,161,118)
#C7AF8C
(199,175,140)
#D2BDA2
(210,189,162)
#DDCBB8
(221,203,184)
#E8D9CE
(232,217,206)
#F3E7E4
(243,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855B08 color. Also use rgb(133,91,8) instead hex code.

Text Font Color

.myTextColor { color: #855B08; }

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

This text font color is #855B08.

Background Color

.myBgColor { background-color: #855B08; }

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

This div background color is #855B08.

Border color

.myBorderColor { border: 1px solid #855B08; }

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

This div border color is #855B08.

Opacity

.myOpacity80 { color: #855B08; opacity: 0.8; }

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

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

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

This text has shadow with #855B08 color.


.textShadow {text-shadow: 3px 3px 1px #855B08', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #855B08; -webkit-box-shadow: 1px 1px 3px 2px #855B08; box-shadow:1px 1px 3px 2px #855B08;">
Div content here
</div>

This div box has shadow with color #855B08.

Preview

Color preview on black background

This text has color #855B08 on black background.


Color preview on white background

This text has color #855B08 on white background.


Black color preview on #855B08 background

This text has black color on #855B08 background.


White color preview on #855B08 background

This text has white color on #855B08 background.


Related colors

Complementary color

Complementary color for #hex is #7AA4F7.


I love getcolorcode.com

Triadic colors

1 #08855B and #5B0885 with #855B08 are triadic colors.

2 #085B85 and #5B8508 with #855B08 are triadic colors.