COLOR #855605

HEX: #855605
RGB: (133,86,5)

Color info

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

RGB color model

#855605 color RGB value is (133,86,5).

  • red value is 133;
  • green value is 86;
  • blue value is 5.
RGB:
(133,86,5)
(52%,34%,2%)

RGB channels and saturation

R 133 of 255 = 52%
G 86 of 255 = 34%
B 5 of 255 = 2%

133
86
5

R + G + B ~ 29%. #855605 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 86 + 5 = 224 (100%)
R 133 of 224 ~ 59.38%
G 86 of 224 ~ 38.39%
B 5 of 224 ~ 2.23%

%59.38
%38.39

CMYK color model

#855605 color CMYK value is (0,35,96,48).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 96.24%
  • key color value is 47.84%
CMYK:
(0,35,96,48)
C0M35Y96K48 
(0%,35%,96%,48%)
(0.00/0.35/0.96/0.48)	

CMYK percentages

%0
%35.34
%96.24
%47.84

Codes

Color #855605 in popluar color models

855605
RGB133865
HSL38°92.75%27.06%
HSB/HSV38°96.24%52.16%
CMYK0.00%35.34%96.24%
47.84%

Color #855605 in popluar number systems.

HEX855605
Decimal133865
Binary100001011010110101
Octal2051265

Shades and tints

Shades of #855605

#855605
(133,86,5)
#794F05
(121,79,5)
#6D4805
(109,72,5)
#614105
(97,65,5)
#553A05
(85,58,5)
#493305
(73,51,5)
#3D2C05
(61,44,5)
#312505
(49,37,5)
#251E05
(37,30,5)
#191705
(25,23,5)
#0D1005
(13,16,5)
#000000
(0,0,0)

Tints of #855605

#855605
(133,86,5)
#90651B
(144,101,27)
#9B7431
(155,116,49)
#A68347
(166,131,71)
#B1925D
(177,146,93)
#BCA173
(188,161,115)
#C7B089
(199,176,137)
#D2BF9F
(210,191,159)
#DDCEB5
(221,206,181)
#E8DDCB
(232,221,203)
#F3ECE1
(243,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855605 color. Also use rgb(133,86,5) instead hex code.

Text Font Color

.myTextColor { color: #855605; }

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

This text font color is #855605.


Background Color

.myBgColor { background-color: #855605; }

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

This div background color is #855605.


Border color

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

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

This div border color is #855605.


Opacity

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

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

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

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

This text has shadow with #855605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855605 on black background.


Color preview on white background

This text has color #855605 on white background.



Black color preview on #855605 background

This text has black color on #855605 background.


White color preview on #855605 background

This text has white color on #855605 background.