COLOR #555A4A

HEX: #555A4A
RGB: (85,90,74)

Color info

#555A4A contains red, green and blue colors in about the same proportion. Web safe color of #555A4A is #666633 (or #663).

RGB color model

#555A4A color RGB value is (85,90,74).

  • red value is 85;
  • green value is 90;
  • blue value is 74.
RGB:
(85,90,74)
(33%,35%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 74 of 255 = 29%

85
90
74

R + G + B ~ 32%. #555A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 74 = 249 (100%)
R 85 of 249 ~ 34.14%
G 90 of 249 ~ 36.14%
B 74 of 249 ~ 29.72%

%34.14
%36.14
%29.72

CMYK color model

#555A4A color CMYK value is (6,0,18,65).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 64.71%
CMYK:
(6,0,18,65)
C6M0Y18K65 
(6%,0%,18%,65%)
(0.06/0.00/0.18/0.65)	

CMYK percentages

%5.56
%0
%17.78
%64.71

Codes

Color #555A4A in popluar color models

555A4A
RGB859074
HSL79°9.76%32.16%
HSB/HSV79°17.78%35.29%
CMYK5.56%0.00%17.78%
64.71%

Color #555A4A in popluar number systems.

HEX555A4A
Decimal859074
Binary101010110110101001010
Octal125132112

Shades and tints

Shades of #555A4A

#555A4A
(85,90,74)
#4E5244
(78,82,68)
#474A3E
(71,74,62)
#404238
(64,66,56)
#393A32
(57,58,50)
#32322C
(50,50,44)
#2B2A26
(43,42,38)
#242220
(36,34,32)
#1D1A1A
(29,26,26)
#161214
(22,18,20)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #555A4A

#555A4A
(85,90,74)
#64695A
(100,105,90)
#73786A
(115,120,106)
#82877A
(130,135,122)
#91968A
(145,150,138)
#A0A59A
(160,165,154)
#AFB4AA
(175,180,170)
#BEC3BA
(190,195,186)
#CDD2CA
(205,210,202)
#DCE1DA
(220,225,218)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555A4A color. Also use rgb(85,90,74) instead hex code.

Text Font Color

.myTextColor { color: #555A4A; }

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

This text font color is #555A4A.


Background Color

.myBgColor { background-color: #555A4A; }

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

This div background color is #555A4A.


Border color

.myBorderColor { border: 1px solid #555A4A; }

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

This div border color is #555A4A.


Opacity

.myOpacity80 { color: #555A4A; opacity: 0.8; }

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

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

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

This text has shadow with #555A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A4A on black background.


Color preview on white background

This text has color #555A4A on white background.



Black color preview on #555A4A background

This text has black color on #555A4A background.


White color preview on #555A4A background

This text has white color on #555A4A background.