COLOR #855355

HEX: #855355
RGB: (133,83,85)

Color info

#855355 contains red, green and blue colors in about the same proportion. Web safe color of #855355 is #996666 (or #966).

RGB color model

#855355 color RGB value is (133,83,85).

  • red value is 133;
  • green value is 83;
  • blue value is 85.
RGB:
(133,83,85)
(52%,33%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 83 of 255 = 33%
B 85 of 255 = 33%

133
83
85

R + G + B ~ 39%. #855355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 83 + 85 = 301 (100%)
R 133 of 301 ~ 44.19%
G 83 of 301 ~ 27.57%
B 85 of 301 ~ 28.24%

%44.19
%27.57
%28.24

CMYK color model

#855355 color CMYK value is (0,38,36,48).

  • cyan value is 0.00%
  • magenta value is 37.59%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK:
(0,38,36,48)
C0M38Y36K48 
(0%,38%,36%,48%)
(0.00/0.38/0.36/0.48)	

CMYK percentages

%0
%37.59
%36.09
%47.84

Codes

Color #855355 in popluar color models

855355
RGB1338385
HSL358°23.15%42.35%
HSB/HSV358°37.59%52.16%
CMYK0.00%37.59%36.09%
47.84%

Color #855355 in popluar number systems.

HEX855355
Decimal1338385
Binary1000010110100111010101
Octal205123125

Shades and tints

Shades of #855355

#855355
(133,83,85)
#794C4E
(121,76,78)
#6D4547
(109,69,71)
#613E40
(97,62,64)
#553739
(85,55,57)
#493032
(73,48,50)
#3D292B
(61,41,43)
#312224
(49,34,36)
#251B1D
(37,27,29)
#191416
(25,20,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #855355

#855355
(133,83,85)
#906264
(144,98,100)
#9B7173
(155,113,115)
#A68082
(166,128,130)
#B18F91
(177,143,145)
#BC9EA0
(188,158,160)
#C7ADAF
(199,173,175)
#D2BCBE
(210,188,190)
#DDCBCD
(221,203,205)
#E8DADC
(232,218,220)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855355 color. Also use rgb(133,83,85) instead hex code.

Text Font Color

.myTextColor { color: #855355; }

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

This text font color is #855355.


Background Color

.myBgColor { background-color: #855355; }

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

This div background color is #855355.


Border color

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

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

This div border color is #855355.


Opacity

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

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

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

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

This text has shadow with #855355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855355 on black background.


Color preview on white background

This text has color #855355 on white background.



Black color preview on #855355 background

This text has black color on #855355 background.


White color preview on #855355 background

This text has white color on #855355 background.