COLOR #5A2319

HEX: #5A2319 RGB: (90,35,25)

Color info

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

RGB color model

#5A2319 color RGB value is (90,35,25).

RGB: (90,35,25) (35%, 14%, 10%)

RGB channels and saturation

R 90 of 255 = 35%
G 35 of 255 = 14%
B 25 of 255 = 10%

90
35
25

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

Portions of RGB colors in percentages

R + G + B = 90 + 35 + 25 = 150 (100%)
R 90 of 150 ~ 60%
G 35 of 150 ~ 23.33%
B 25 of 150 ~ 16.67'%

%60
%23.33
%16.67

CMYK color model

#5A2319 color CMYK value is (0,61,72,65).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 72.22%
  • key color value is 64.71%
CMYK: (0,61,72,65) C0M61Y72K65 (0%,61%,72%,65%) (0.00/0.61/0.72/0.65) 

CMYK percentages

%0
%61.11
%72.22
%64.71

Codes

Color #5A2319 in popluar color models

5A 23 19
RGB 90 35 25
HSL 56.52% 22.55%
HSB/HSV 72.22% 35.29%
CMYK 0.00% 61.11% 72.22%
64.71%

Color #5A2319 in popluar number systems.

HEX 5A 23 19
Decimal 90 35 25
Binary 1011010 100011 11001
Octal 132 43 31

Shades and tints

Shades of #5A2319

#5A2319
(90,35,25)
#522017
(82,32,23)
#4A1D15
(74,29,21)
#421A13
(66,26,19)
#3A1711
(58,23,17)
#32140F
(50,20,15)
#2A110D
(42,17,13)
#220E0B
(34,14,11)
#1A0B09
(26,11,9)
#120807
(18,8,7)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #5A2319

#5A2319
(90,35,25)
#69372D
(105,55,45)
#784B41
(120,75,65)
#875F55
(135,95,85)
#967369
(150,115,105)
#A5877D
(165,135,125)
#B49B91
(180,155,145)
#C3AFA5
(195,175,165)
#D2C3B9
(210,195,185)
#E1D7CD
(225,215,205)
#F0EBE1
(240,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A2319 color. Also use rgb(90,35,25) instead hex code.

Text Font Color

.myTextColor { color: #5A2319; }

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

This text font color is #5A2319.

Background Color

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

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

This div background color is #5A2319.

Border color

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

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

This div border color is #5A2319.

Opacity

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

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

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

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

This text has shadow with #5A2319 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A2319.

Preview

Color preview on black background

This text has color #5A2319 on black background.


Color preview on white background

This text has color #5A2319 on white background.


Black color preview on #5A2319 background

This text has black color on #5A2319 background.


White color preview on #5A2319 background

This text has white color on #5A2319 background.


Related colors

Complementary color

Complementary color for #hex is #A5DCE6.


I love getcolorcode.com

Triadic colors

1 #195A23 and #23195A with #5A2319 are triadic colors.

2 #19235A and #235A19 with #5A2319 are triadic colors.