COLOR #855030

HEX: #855030
RGB: (133,80,48)

Color info

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

RGB color model

#855030 color RGB value is (133,80,48).

  • red value is 133;
  • green value is 80;
  • blue value is 48.
RGB:
(133,80,48)
(52%,31%,19%)

RGB channels and saturation

R 133 of 255 = 52%
G 80 of 255 = 31%
B 48 of 255 = 19%

133
80
48

R + G + B ~ 34%. #855030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 80 + 48 = 261 (100%)
R 133 of 261 ~ 50.96%
G 80 of 261 ~ 30.65%
B 48 of 261 ~ 18.39%

%50.96
%30.65
%18.39

CMYK color model

#855030 color CMYK value is (0,40,64,48).

  • cyan value is 0.00%
  • magenta value is 39.85%
  • yellow value is 63.91%
  • key color value is 47.84%
CMYK:
(0,40,64,48)
C0M40Y64K48 
(0%,40%,64%,48%)
(0.00/0.40/0.64/0.48)	

CMYK percentages

%0
%39.85
%63.91
%47.84

Codes

Color #855030 in popluar color models

855030
RGB1338048
HSL23°46.96%35.49%
HSB/HSV23°63.91%52.16%
CMYK0.00%39.85%63.91%
47.84%

Color #855030 in popluar number systems.

HEX855030
Decimal1338048
Binary100001011010000110000
Octal20512060

Shades and tints

Shades of #855030

#855030
(133,80,48)
#79492C
(121,73,44)
#6D4228
(109,66,40)
#613B24
(97,59,36)
#553420
(85,52,32)
#492D1C
(73,45,28)
#3D2618
(61,38,24)
#311F14
(49,31,20)
#251810
(37,24,16)
#19110C
(25,17,12)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #855030

#855030
(133,80,48)
#905F42
(144,95,66)
#9B6E54
(155,110,84)
#A67D66
(166,125,102)
#B18C78
(177,140,120)
#BC9B8A
(188,155,138)
#C7AA9C
(199,170,156)
#D2B9AE
(210,185,174)
#DDC8C0
(221,200,192)
#E8D7D2
(232,215,210)
#F3E6E4
(243,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855030; }

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

This text font color is #855030.


Background Color

.myBgColor { background-color: #855030; }

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

This div background color is #855030.


Border color

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

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

This div border color is #855030.


Opacity

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

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

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

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

This text has shadow with #855030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855030 on black background.


Color preview on white background

This text has color #855030 on white background.



Black color preview on #855030 background

This text has black color on #855030 background.


White color preview on #855030 background

This text has white color on #855030 background.