COLOR #5A553D

HEX: #5A553D RGB: (90,85,61)

Color info

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

RGB color model

#5A553D color RGB value is (90,85,61).

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

RGB channels and saturation

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

90
85
61

R + G + B ~ 31%. #5A553D is quite dark color.

Portions of RGB colors in percentages

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

%38.14
%36.02
%25.85

CMYK color model

#5A553D color CMYK value is (0,6,32,65).

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

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

CMYK percentages

%0
%5.56
%32.22
%64.71

Codes

Color #5A553D in popluar color models

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

Color #5A553D in popluar number systems.

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

Shades and tints

Shades of #5A553D

#5A553D
(90,85,61)
#524E38
(82,78,56)
#4A4733
(74,71,51)
#42402E
(66,64,46)
#3A3929
(58,57,41)
#323224
(50,50,36)
#2A2B1F
(42,43,31)
#22241A
(34,36,26)
#1A1D15
(26,29,21)
#121610
(18,22,16)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #5A553D

#5A553D
(90,85,61)
#69644E
(105,100,78)
#78735F
(120,115,95)
#878270
(135,130,112)
#969181
(150,145,129)
#A5A092
(165,160,146)
#B4AFA3
(180,175,163)
#C3BEB4
(195,190,180)
#D2CDC5
(210,205,197)
#E1DCD6
(225,220,214)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A553D; }

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

This text font color is #5A553D.

Background Color

.myBgColor { background-color: #5A553D; }

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

This div background color is #5A553D.

Border color

.myBorderColor { border: 1px solid #5A553D; }

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

This div border color is #5A553D.

Opacity

.myOpacity80 { color: #5A553D; opacity: 0.8; }

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

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

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

This text has shadow with #5A553D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A553D.

Preview

Color preview on black background

This text has color #5A553D on black background.


Color preview on white background

This text has color #5A553D on white background.


Black color preview on #5A553D background

This text has black color on #5A553D background.


White color preview on #5A553D background

This text has white color on #5A553D background.


Related colors

Complementary color

Complementary color for #hex is #A5AAC2.


I love getcolorcode.com

Triadic colors

1 #3D5A55 and #553D5A with #5A553D are triadic colors.

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