COLOR #855E5E

HEX: #855E5E
RGB: (133,94,94)

Color info

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

RGB color model

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

  • red value is 133;
  • green value is 94;
  • blue value is 94.
RGB:
(133,94,94)
(52%,37%,37%)

RGB channels and saturation

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

133
94
94

R + G + B ~ 42%. #855E5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 94 + 94 = 321 (100%)
R 133 of 321 ~ 41.43%
G 94 of 321 ~ 29.28%
B 94 of 321 ~ 29.28%

%41.43
%29.28
%29.28

CMYK color model

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

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

CMYK percentages

%0
%29.32
%29.32
%47.84

Codes

Color #855E5E in popluar color models

855E5E
RGB1339494
HSL17.18%44.51%
HSB/HSV29.32%52.16%
CMYK0.00%29.32%29.32%
47.84%

Color #855E5E in popluar number systems.

HEX855E5E
Decimal1339494
Binary1000010110111101011110
Octal205136136

Shades and tints

Shades of #855E5E

#855E5E
(133,94,94)
#795656
(121,86,86)
#6D4E4E
(109,78,78)
#614646
(97,70,70)
#553E3E
(85,62,62)
#493636
(73,54,54)
#3D2E2E
(61,46,46)
#312626
(49,38,38)
#251E1E
(37,30,30)
#191616
(25,22,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #855E5E

#855E5E
(133,94,94)
#906C6C
(144,108,108)
#9B7A7A
(155,122,122)
#A68888
(166,136,136)
#B19696
(177,150,150)
#BCA4A4
(188,164,164)
#C7B2B2
(199,178,178)
#D2C0C0
(210,192,192)
#DDCECE
(221,206,206)
#E8DCDC
(232,220,220)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855E5E; }

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

This text font color is #855E5E.


Background Color

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

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

This div background color is #855E5E.


Border color

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

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

This div border color is #855E5E.


Opacity

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

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

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

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

This text has shadow with #855E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855E5E on black background.


Color preview on white background

This text has color #855E5E on white background.



Black color preview on #855E5E background

This text has black color on #855E5E background.


White color preview on #855E5E background

This text has white color on #855E5E background.