COLOR #855E30

HEX: #855E30 RGB: (133,94,48)

Color info

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

RGB color model

#855E30 color RGB value is (133,94,48).

RGB: (133,94,48) (52%, 37%, 19%)

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 48 of 255 = 19%

133
94
48

R + G + B ~ 36%. #855E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 94 + 48 = 275 (100%)
R 133 of 275 ~ 48.36%
G 94 of 275 ~ 34.18%
B 48 of 275 ~ 17.45'%

%48.36
%34.18
%17.45

CMYK color model

#855E30 color CMYK value is (0,29,64,48).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 63.91%
  • key color value is 47.84%
CMYK: (0,29,64,48) C0M29Y64K48 (0%,29%,64%,48%) (0.00/0.29/0.64/0.48) 

CMYK percentages

%0
%29.32
%63.91
%47.84

Codes

Color #855E30 in popluar color models

85 5E 30
RGB 133 94 48
HSL 32° 46.96% 35.49%
HSB/HSV 32° 63.91% 52.16%
CMYK 0.00% 29.32% 63.91%
47.84%

Color #855E30 in popluar number systems.

HEX 85 5E 30
Decimal 133 94 48
Binary 10000101 1011110 110000
Octal 205 136 60

Shades and tints

Shades of #855E30

#855E30
(133,94,48)
#79562C
(121,86,44)
#6D4E28
(109,78,40)
#614624
(97,70,36)
#553E20
(85,62,32)
#49361C
(73,54,28)
#3D2E18
(61,46,24)
#312614
(49,38,20)
#251E10
(37,30,16)
#19160C
(25,22,12)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #855E30

#855E30
(133,94,48)
#906C42
(144,108,66)
#9B7A54
(155,122,84)
#A68866
(166,136,102)
#B19678
(177,150,120)
#BCA48A
(188,164,138)
#C7B29C
(199,178,156)
#D2C0AE
(210,192,174)
#DDCEC0
(221,206,192)
#E8DCD2
(232,220,210)
#F3EAE4
(243,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855E30 color. Also use rgb(133,94,48) instead hex code.

Text Font Color

.myTextColor { color: #855E30; }

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

This text font color is #855E30.

Background Color

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

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

This div background color is #855E30.

Border color

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

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

This div border color is #855E30.

Opacity

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

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

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

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

This text has shadow with #855E30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855E30.

Preview

Color preview on black background

This text has color #855E30 on black background.


Color preview on white background

This text has color #855E30 on white background.


Black color preview on #855E30 background

This text has black color on #855E30 background.


White color preview on #855E30 background

This text has white color on #855E30 background.


Related colors

Complementary color

Complementary color for #hex is #7AA1CF.


I love getcolorcode.com

Triadic colors

1 #30855E and #5E3085 with #855E30 are triadic colors.

2 #305E85 and #5E8530 with #855E30 are triadic colors.