COLOR #5A582E

HEX: #5A582E
RGB: (90,88,46)

Color info

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

RGB color model

#5A582E color RGB value is (90,88,46).

  • red value is 90;
  • green value is 88;
  • blue value is 46.
RGB:
(90,88,46)
(35%,35%,18%)

RGB channels and saturation

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

90
88
46

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

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 46 = 224 (100%)
R 90 of 224 ~ 40.18%
G 88 of 224 ~ 39.29%
B 46 of 224 ~ 20.54%

%40.18
%39.29
%20.54

CMYK color model

#5A582E color CMYK value is (0,2,49,65).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 48.89%
  • key color value is 64.71%
CMYK:
(0,2,49,65)
C0M2Y49K65 
(0%,2%,49%,65%)
(0.00/0.02/0.49/0.65)	

CMYK percentages

%0
%2.22
%48.89
%64.71

Codes

Color #5A582E in popluar color models

5A582E
RGB908846
HSL57°32.35%26.67%
HSB/HSV57°48.89%35.29%
CMYK0.00%2.22%48.89%
64.71%

Color #5A582E in popluar number systems.

HEX5A582E
Decimal908846
Binary10110101011000101110
Octal13213056

Shades and tints

Shades of #5A582E

#5A582E
(90,88,46)
#52502A
(82,80,42)
#4A4826
(74,72,38)
#424022
(66,64,34)
#3A381E
(58,56,30)
#32301A
(50,48,26)
#2A2816
(42,40,22)
#222012
(34,32,18)
#1A180E
(26,24,14)
#12100A
(18,16,10)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #5A582E

#5A582E
(90,88,46)
#696741
(105,103,65)
#787654
(120,118,84)
#878567
(135,133,103)
#96947A
(150,148,122)
#A5A38D
(165,163,141)
#B4B2A0
(180,178,160)
#C3C1B3
(195,193,179)
#D2D0C6
(210,208,198)
#E1DFD9
(225,223,217)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A582E; }

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

This text font color is #5A582E.


Background Color

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

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

This div background color is #5A582E.


Border color

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

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

This div border color is #5A582E.


Opacity

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

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

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

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

This text has shadow with #5A582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A582E on black background.


Color preview on white background

This text has color #5A582E on white background.



Black color preview on #5A582E background

This text has black color on #5A582E background.


White color preview on #5A582E background

This text has white color on #5A582E background.