COLOR #555A3D

HEX: #555A3D RGB: (85,90,61)

Color info

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

RGB color model

#555A3D color RGB value is (85,90,61).

RGB: (85,90,61) (33%, 35%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 61 of 255 = 24%

85
90
61

R + G + B ~ 31%. #555A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 90 + 61 = 236 (100%)
R 85 of 236 ~ 36.02%
G 90 of 236 ~ 38.14%
B 61 of 236 ~ 25.85'%

%36.02
%38.14
%25.85

CMYK color model

#555A3D color CMYK value is (6,0,32,65).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 64.71%

CMYK: (6,0,32,65)
C6M0Y32K65 (6%, 0%, 32%, 65%)
(0.06 / 0.00 / 0.32 / 0.65)

CMYK percentages

%5.56
%0
%32.22
%64.71

Codes

Color #555A3D in popluar color models

55 5A 3D
RGB 85 90 61
HSL 70° 19.21% 29.61%
HSB/HSV 70° 32.22% 35.29%
CMYK 5.56% 0.00% 32.22%
64.71%

Color #555A3D in popluar number systems.

HEX 55 5A 3D
Decimal 85 90 61
Binary 1010101 1011010 111101
Octal 125 132 75

Shades and tints

Shades of #555A3D

#555A3D
(85,90,61)
#4E5238
(78,82,56)
#474A33
(71,74,51)
#40422E
(64,66,46)
#393A29
(57,58,41)
#323224
(50,50,36)
#2B2A1F
(43,42,31)
#24221A
(36,34,26)
#1D1A15
(29,26,21)
#161210
(22,18,16)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #555A3D

#555A3D
(85,90,61)
#64694E
(100,105,78)
#73785F
(115,120,95)
#828770
(130,135,112)
#919681
(145,150,129)
#A0A592
(160,165,146)
#AFB4A3
(175,180,163)
#BEC3B4
(190,195,180)
#CDD2C5
(205,210,197)
#DCE1D6
(220,225,214)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A3D; }

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

This text font color is #555A3D.

Background Color

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

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

This div background color is #555A3D.

Border color

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

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

This div border color is #555A3D.

Opacity

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

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

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

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

This text has shadow with #555A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555A3D.

Preview

Color preview on black background

This text has color #555A3D on black background.


Color preview on white background

This text has color #555A3D on white background.


Black color preview on #555A3D background

This text has black color on #555A3D background.


White color preview on #555A3D background

This text has white color on #555A3D background.


Related colors

Complementary color

Complementary color for #hex is #AAA5C2.


I love getcolorcode.com

Triadic colors

1 #3D555A and #5A3D55 with #555A3D are triadic colors.

2 #3D5A55 and #5A553D with #555A3D are triadic colors.