COLOR #5A582F

HEX: #5A582F RGB: (90,88,47)

Color info

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

RGB color model

#5A582F color RGB value is (90,88,47).

RGB: (90,88,47) (35%, 35%, 18%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 47 of 255 = 18%

90
88
47

R + G + B ~ 29%. #5A582F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 88 + 47 = 225 (100%)
R 90 of 225 ~ 40%
G 88 of 225 ~ 39.11%
B 47 of 225 ~ 20.89'%

%40
%39.11
%20.89

CMYK color model

#5A582F color CMYK value is (0,2,48,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 47.78%
  • key color value is 64.71%
CMYK: (0,2,48,65) C0M2Y48K65 (0%,2%,48%,65%) (0.00/0.02/0.48/0.65) 

CMYK percentages

%0
%2.22
%47.78
%64.71

Codes

Color #5A582F in popluar color models

5A 58 2F
RGB 90 88 47
HSL 57° 31.39% 26.86%
HSB/HSV 57° 47.78% 35.29%
CMYK 0.00% 2.22% 47.78%
64.71%

Color #5A582F in popluar number systems.

HEX 5A 58 2F
Decimal 90 88 47
Binary 1011010 1011000 101111
Octal 132 130 57

Shades and tints

Shades of #5A582F

#5A582F
(90,88,47)
#52502B
(82,80,43)
#4A4827
(74,72,39)
#424023
(66,64,35)
#3A381F
(58,56,31)
#32301B
(50,48,27)
#2A2817
(42,40,23)
#222013
(34,32,19)
#1A180F
(26,24,15)
#12100B
(18,16,11)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #5A582F

#5A582F
(90,88,47)
#696741
(105,103,65)
#787653
(120,118,83)
#878565
(135,133,101)
#969477
(150,148,119)
#A5A389
(165,163,137)
#B4B29B
(180,178,155)
#C3C1AD
(195,193,173)
#D2D0BF
(210,208,191)
#E1DFD1
(225,223,209)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A582F; }

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

This text font color is #5A582F.

Background Color

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

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

This div background color is #5A582F.

Border color

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

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

This div border color is #5A582F.

Opacity

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

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

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

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

This text has shadow with #5A582F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A582F.

Preview

Color preview on black background

This text has color #5A582F on black background.


Color preview on white background

This text has color #5A582F on white background.


Black color preview on #5A582F background

This text has black color on #5A582F background.


White color preview on #5A582F background

This text has white color on #5A582F background.


Related colors

Complementary color

Complementary color for #hex is #A5A7D0.


I love getcolorcode.com

Triadic colors

1 #2F5A58 and #582F5A with #5A582F are triadic colors.

2 #2F585A and #585A2F with #5A582F are triadic colors.