COLOR #5A2517

HEX: #5A2517
RGB: (90,37,23)

Color info

#5A2517 contains mainly red and green colors. Web safe color of #5A2517 is #663300 (or #630).

RGB color model

#5A2517 color RGB value is (90,37,23).

  • red value is 90;
  • green value is 37;
  • blue value is 23.
RGB:
(90,37,23)
(35%,15%,9%)

RGB channels and saturation

R 90 of 255 = 35%
G 37 of 255 = 15%
B 23 of 255 = 9%

90
37
23

R + G + B ~ 20%. #5A2517 is dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 37 + 23 = 150 (100%)
R 90 of 150 ~ 60%
G 37 of 150 ~ 24.67%
B 23 of 150 ~ 15.33%

%60
%24.67
%15.33

CMYK color model

#5A2517 color CMYK value is (0,59,74,65).

  • cyan value is 0.00%
  • magenta value is 58.89%
  • yellow value is 74.44%
  • key color value is 64.71%
CMYK:
(0,59,74,65)
C0M59Y74K65 
(0%,59%,74%,65%)
(0.00/0.59/0.74/0.65)	

CMYK percentages

%0
%58.89
%74.44
%64.71

Codes

Color #5A2517 in popluar color models

5A2517
RGB903723
HSL13°59.29%22.16%
HSB/HSV13°74.44%35.29%
CMYK0.00%58.89%74.44%
64.71%

Color #5A2517 in popluar number systems.

HEX5A2517
Decimal903723
Binary101101010010110111
Octal1324527

Shades and tints

Shades of #5A2517

#5A2517
(90,37,23)
#522215
(82,34,21)
#4A1F13
(74,31,19)
#421C11
(66,28,17)
#3A190F
(58,25,15)
#32160D
(50,22,13)
#2A130B
(42,19,11)
#221009
(34,16,9)
#1A0D07
(26,13,7)
#120A05
(18,10,5)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #5A2517

#5A2517
(90,37,23)
#69382C
(105,56,44)
#784B41
(120,75,65)
#875E56
(135,94,86)
#96716B
(150,113,107)
#A58480
(165,132,128)
#B49795
(180,151,149)
#C3AAAA
(195,170,170)
#D2BDBF
(210,189,191)
#E1D0D4
(225,208,212)
#F0E3E9
(240,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A2517 color. Also use rgb(90,37,23) instead hex code.

Text Font Color

.myTextColor { color: #5A2517; }

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

This text font color is #5A2517.


Background Color

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

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

This div background color is #5A2517.


Border color

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

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

This div border color is #5A2517.


Opacity

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

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

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

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

This text has shadow with #5A2517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A2517 on black background.


Color preview on white background

This text has color #5A2517 on white background.



Black color preview on #5A2517 background

This text has black color on #5A2517 background.


White color preview on #5A2517 background

This text has white color on #5A2517 background.