COLOR #5A2627

HEX: #5A2627 RGB: (90,38,39)

Color info

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

RGB color model

#5A2627 color RGB value is (90,38,39).

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

RGB channels and saturation

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

90
38
39

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

Portions of RGB colors in percentages

R + G + B = 90 + 38 + 39 = 167 (100%)
R 90 of 167 ~ 53.89%
G 38 of 167 ~ 22.75%
B 39 of 167 ~ 23.35'%

%53.89
%22.75
%23.35

CMYK color model

#5A2627 color CMYK value is (0,58,57,65).

  • cyan value is 0.00%
  • magenta value is 57.78%
  • yellow value is 56.67%
  • key color value is 64.71%

CMYK: (0,58,57,65)
C0M58Y57K65 (0%, 58%, 57%, 65%)
(0.00 / 0.58 / 0.57 / 0.65)

CMYK percentages

%0
%57.78
%56.67
%64.71

Codes

Color #5A2627 in popluar color models

5A 26 27
RGB 90 38 39
HSL 359° 40.63% 25.10%
HSB/HSV 359° 57.78% 35.29%
CMYK 0.00% 57.78% 56.67%
64.71%

Color #5A2627 in popluar number systems.

HEX 5A 26 27
Decimal 90 38 39
Binary 1011010 100110 100111
Octal 132 46 47

Shades and tints

Shades of #5A2627

#5A2627
(90,38,39)
#522324
(82,35,36)
#4A2021
(74,32,33)
#421D1E
(66,29,30)
#3A1A1B
(58,26,27)
#321718
(50,23,24)
#2A1415
(42,20,21)
#221112
(34,17,18)
#1A0E0F
(26,14,15)
#120B0C
(18,11,12)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #5A2627

#5A2627
(90,38,39)
#69393A
(105,57,58)
#784C4D
(120,76,77)
#875F60
(135,95,96)
#967273
(150,114,115)
#A58586
(165,133,134)
#B49899
(180,152,153)
#C3ABAC
(195,171,172)
#D2BEBF
(210,190,191)
#E1D1D2
(225,209,210)
#F0E4E5
(240,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A2627; }

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

This text font color is #5A2627.

Background Color

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

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

This div background color is #5A2627.

Border color

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

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

This div border color is #5A2627.

Opacity

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

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

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

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

This text has shadow with #5A2627 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A2627.

Preview

Color preview on black background

This text has color #5A2627 on black background.


Color preview on white background

This text has color #5A2627 on white background.


Black color preview on #5A2627 background

This text has black color on #5A2627 background.


White color preview on #5A2627 background

This text has white color on #5A2627 background.


Related colors

Complementary color

Complementary color for #hex is #A5D9D8.


I love getcolorcode.com

Triadic colors

1 #275A26 and #26275A with #5A2627 are triadic colors.

2 #27265A and #265A27 with #5A2627 are triadic colors.