COLOR #5A583E

HEX: #5A583E RGB: (90,88,62)

Color info

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

RGB color model

#5A583E color RGB value is (90,88,62).

RGB: (90,88,62) (35%, 35%, 24%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 62 of 255 = 24%

90
88
62

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

Portions of RGB colors in percentages

R + G + B = 90 + 88 + 62 = 240 (100%)
R 90 of 240 ~ 37.5%
G 88 of 240 ~ 36.67%
B 62 of 240 ~ 25.83'%

%37.5
%36.67
%25.83

CMYK color model

#5A583E color CMYK value is (0,2,31,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 31.11%
  • key color value is 64.71%

CMYK: (0,2,31,65)
C0M2Y31K65 (0%, 2%, 31%, 65%)
(0.00 / 0.02 / 0.31 / 0.65)

CMYK percentages

%0
%2.22
%31.11
%64.71

Codes

Color #5A583E in popluar color models

5A 58 3E
RGB 90 88 62
HSL 56° 18.42% 29.80%
HSB/HSV 56° 31.11% 35.29%
CMYK 0.00% 2.22% 31.11%
64.71%

Color #5A583E in popluar number systems.

HEX 5A 58 3E
Decimal 90 88 62
Binary 1011010 1011000 111110
Octal 132 130 76

Shades and tints

Shades of #5A583E

#5A583E
(90,88,62)
#525039
(82,80,57)
#4A4834
(74,72,52)
#42402F
(66,64,47)
#3A382A
(58,56,42)
#323025
(50,48,37)
#2A2820
(42,40,32)
#22201B
(34,32,27)
#1A1816
(26,24,22)
#121011
(18,16,17)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #5A583E

#5A583E
(90,88,62)
#69674F
(105,103,79)
#787660
(120,118,96)
#878571
(135,133,113)
#969482
(150,148,130)
#A5A393
(165,163,147)
#B4B2A4
(180,178,164)
#C3C1B5
(195,193,181)
#D2D0C6
(210,208,198)
#E1DFD7
(225,223,215)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A583E color. Also use rgb(90,88,62) instead hex code.

Text Font Color

.myTextColor { color: #5A583E; }

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

This text font color is #5A583E.

Background Color

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

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

This div background color is #5A583E.

Border color

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

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

This div border color is #5A583E.

Opacity

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

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

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

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

This text has shadow with #5A583E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A583E.

Preview

Color preview on black background

This text has color #5A583E on black background.


Color preview on white background

This text has color #5A583E on white background.


Black color preview on #5A583E background

This text has black color on #5A583E background.


White color preview on #5A583E background

This text has white color on #5A583E background.


Related colors

Complementary color

Complementary color for #hex is #A5A7C1.


I love getcolorcode.com

Triadic colors

1 #3E5A58 and #583E5A with #5A583E are triadic colors.

2 #3E585A and #585A3E with #5A583E are triadic colors.