COLOR #855A5A

HEX: #855A5A
RGB: (133,90,90)

Color info

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

RGB color model

#855A5A color RGB value is (133,90,90).

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

RGB channels and saturation

R 133 of 255 = 52%
G 90 of 255 = 35%
B 90 of 255 = 35%

133
90
90

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

Portions of RGB colors in percentages

R + G + B =
133 + 90 + 90 = 313 (100%)
R 133 of 313 ~ 42.49%
G 90 of 313 ~ 28.75%
B 90 of 313 ~ 28.75%

%42.49
%28.75
%28.75

CMYK color model

#855A5A color CMYK value is (0,32,32,48).

  • cyan value is 0.00%
  • magenta value is 32.33%
  • yellow value is 32.33%
  • key color value is 47.84%
CMYK:
(0,32,32,48)
C0M32Y32K48 
(0%,32%,32%,48%)
(0.00/0.32/0.32/0.48)	

CMYK percentages

%0
%32.33
%32.33
%47.84

Codes

Color #855A5A in popluar color models

855A5A
RGB1339090
HSL19.28%43.73%
HSB/HSV32.33%52.16%
CMYK0.00%32.33%32.33%
47.84%

Color #855A5A in popluar number systems.

HEX855A5A
Decimal1339090
Binary1000010110110101011010
Octal205132132

Shades and tints

Shades of #855A5A

#855A5A
(133,90,90)
#795252
(121,82,82)
#6D4A4A
(109,74,74)
#614242
(97,66,66)
#553A3A
(85,58,58)
#493232
(73,50,50)
#3D2A2A
(61,42,42)
#312222
(49,34,34)
#251A1A
(37,26,26)
#191212
(25,18,18)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #855A5A

#855A5A
(133,90,90)
#906969
(144,105,105)
#9B7878
(155,120,120)
#A68787
(166,135,135)
#B19696
(177,150,150)
#BCA5A5
(188,165,165)
#C7B4B4
(199,180,180)
#D2C3C3
(210,195,195)
#DDD2D2
(221,210,210)
#E8E1E1
(232,225,225)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A5A; }

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

This text font color is #855A5A.


Background Color

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

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

This div background color is #855A5A.


Border color

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

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

This div border color is #855A5A.


Opacity

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

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

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

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

This text has shadow with #855A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A5A on black background.


Color preview on white background

This text has color #855A5A on white background.



Black color preview on #855A5A background

This text has black color on #855A5A background.


White color preview on #855A5A background

This text has white color on #855A5A background.