COLOR #5A2527

HEX: #5A2527 RGB: (90,37,39)

Color info

#5A2527 contains red, green and blue colors in about the same proportion. Web safe color of #5A2527 is #663333 (or #633).

RGB color model

#5A2527 color RGB value is (90,37,39).

RGB: (90,37,39) (35%, 15%, 15%)

RGB channels and saturation

R 90 of 255 = 35%
G 37 of 255 = 15%
B 39 of 255 = 15%

90
37
39

R + G + B ~ 22%. #5A2527 is dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 37 + 39 = 166 (100%)
R 90 of 166 ~ 54.22%
G 37 of 166 ~ 22.29%
B 39 of 166 ~ 23.49'%

%54.22
%22.29
%23.49

CMYK color model

#5A2527 color CMYK value is (0,59,57,65).

  • cyan value is 0.00%
  • magenta value is 58.89%
  • yellow value is 56.67%
  • key color value is 64.71%
CMYK: (0,59,57,65) C0M59Y57K65 (0%,59%,57%,65%) (0.00/0.59/0.57/0.65) 

CMYK percentages

%0
%58.89
%56.67
%64.71

Codes

Color #5A2527 in popluar color models

5A 25 27
RGB 90 37 39
HSL 358° 41.73% 24.90%
HSB/HSV 358° 58.89% 35.29%
CMYK 0.00% 58.89% 56.67%
64.71%

Color #5A2527 in popluar number systems.

HEX 5A 25 27
Decimal 90 37 39
Binary 1011010 100101 100111
Octal 132 45 47

Shades and tints

Shades of #5A2527

#5A2527
(90,37,39)
#522224
(82,34,36)
#4A1F21
(74,31,33)
#421C1E
(66,28,30)
#3A191B
(58,25,27)
#321618
(50,22,24)
#2A1315
(42,19,21)
#221012
(34,16,18)
#1A0D0F
(26,13,15)
#120A0C
(18,10,12)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #5A2527

#5A2527
(90,37,39)
#69383A
(105,56,58)
#784B4D
(120,75,77)
#875E60
(135,94,96)
#967173
(150,113,115)
#A58486
(165,132,134)
#B49799
(180,151,153)
#C3AAAC
(195,170,172)
#D2BDBF
(210,189,191)
#E1D0D2
(225,208,210)
#F0E3E5
(240,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A2527; }

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

This text font color is #5A2527.

Background Color

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

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

This div background color is #5A2527.

Border color

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

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

This div border color is #5A2527.

Opacity

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

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

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

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

This text has shadow with #5A2527 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A2527.

Preview

Color preview on black background

This text has color #5A2527 on black background.


Color preview on white background

This text has color #5A2527 on white background.


Black color preview on #5A2527 background

This text has black color on #5A2527 background.


White color preview on #5A2527 background

This text has white color on #5A2527 background.


Related colors

Complementary color

Complementary color for #hex is #A5DAD8.


I love getcolorcode.com

Triadic colors

1 #275A25 and #25275A with #5A2527 are triadic colors.

2 #27255A and #255A27 with #5A2527 are triadic colors.