COLOR #855D19

HEX: #855D19
RGB: (133,93,25)

Color info

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

RGB color model

#855D19 color RGB value is (133,93,25).

  • red value is 133;
  • green value is 93;
  • blue value is 25.
RGB:
(133,93,25)
(52%,36%,10%)

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 25 of 255 = 10%

133
93
25

R + G + B ~ 33%. #855D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 93 + 25 = 251 (100%)
R 133 of 251 ~ 52.99%
G 93 of 251 ~ 37.05%
B 25 of 251 ~ 9.96%

%52.99
%37.05
%9.96

CMYK color model

#855D19 color CMYK value is (0,30,81,48).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 81.20%
  • key color value is 47.84%
CMYK:
(0,30,81,48)
C0M30Y81K48 
(0%,30%,81%,48%)
(0.00/0.30/0.81/0.48)	

CMYK percentages

%0
%30.08
%81.2
%47.84

Codes

Color #855D19 in popluar color models

855D19
RGB1339325
HSL38°68.35%30.98%
HSB/HSV38°81.20%52.16%
CMYK0.00%30.08%81.20%
47.84%

Color #855D19 in popluar number systems.

HEX855D19
Decimal1339325
Binary10000101101110111001
Octal20513531

Shades and tints

Shades of #855D19

#855D19
(133,93,25)
#795517
(121,85,23)
#6D4D15
(109,77,21)
#614513
(97,69,19)
#553D11
(85,61,17)
#49350F
(73,53,15)
#3D2D0D
(61,45,13)
#31250B
(49,37,11)
#251D09
(37,29,9)
#191507
(25,21,7)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #855D19

#855D19
(133,93,25)
#906B2D
(144,107,45)
#9B7941
(155,121,65)
#A68755
(166,135,85)
#B19569
(177,149,105)
#BCA37D
(188,163,125)
#C7B191
(199,177,145)
#D2BFA5
(210,191,165)
#DDCDB9
(221,205,185)
#E8DBCD
(232,219,205)
#F3E9E1
(243,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855D19 color. Also use rgb(133,93,25) instead hex code.

Text Font Color

.myTextColor { color: #855D19; }

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

This text font color is #855D19.


Background Color

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

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

This div background color is #855D19.


Border color

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

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

This div border color is #855D19.


Opacity

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

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

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

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

This text has shadow with #855D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D19 on black background.


Color preview on white background

This text has color #855D19 on white background.



Black color preview on #855D19 background

This text has black color on #855D19 background.


White color preview on #855D19 background

This text has white color on #855D19 background.