COLOR #5A2835

HEX: #5A2835 RGB: (90,40,53)

Color info

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

RGB color model

#5A2835 color RGB value is (90,40,53).

RGB: (90,40,53) (35%, 16%, 21%)

RGB channels and saturation

R 90 of 255 = 35%
G 40 of 255 = 16%
B 53 of 255 = 21%

90
40
53

R + G + B ~ 24%. #5A2835 is dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 40 + 53 = 183 (100%)
R 90 of 183 ~ 49.18%
G 40 of 183 ~ 21.86%
B 53 of 183 ~ 28.96'%

%49.18
%21.86
%28.96

CMYK color model

#5A2835 color CMYK value is (0,56,41,65).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 41.11%
  • key color value is 64.71%
CMYK: (0,56,41,65) C0M56Y41K65 (0%,56%,41%,65%) (0.00/0.56/0.41/0.65) 

CMYK percentages

%0
%55.56
%41.11
%64.71

Codes

Color #5A2835 in popluar color models

5A 28 35
RGB 90 40 53
HSL 344° 38.46% 25.49%
HSB/HSV 344° 55.56% 35.29%
CMYK 0.00% 55.56% 41.11%
64.71%

Color #5A2835 in popluar number systems.

HEX 5A 28 35
Decimal 90 40 53
Binary 1011010 101000 110101
Octal 132 50 65

Shades and tints

Shades of #5A2835

#5A2835
(90,40,53)
#522531
(82,37,49)
#4A222D
(74,34,45)
#421F29
(66,31,41)
#3A1C25
(58,28,37)
#321921
(50,25,33)
#2A161D
(42,22,29)
#221319
(34,19,25)
#1A1015
(26,16,21)
#120D11
(18,13,17)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #5A2835

#5A2835
(90,40,53)
#693B47
(105,59,71)
#784E59
(120,78,89)
#87616B
(135,97,107)
#96747D
(150,116,125)
#A5878F
(165,135,143)
#B49AA1
(180,154,161)
#C3ADB3
(195,173,179)
#D2C0C5
(210,192,197)
#E1D3D7
(225,211,215)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A2835 color. Also use rgb(90,40,53) instead hex code.

Text Font Color

.myTextColor { color: #5A2835; }

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

This text font color is #5A2835.

Background Color

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

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

This div background color is #5A2835.

Border color

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

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

This div border color is #5A2835.

Opacity

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

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

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

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

This text has shadow with #5A2835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A2835.

Preview

Color preview on black background

This text has color #5A2835 on black background.


Color preview on white background

This text has color #5A2835 on white background.


Black color preview on #5A2835 background

This text has black color on #5A2835 background.


White color preview on #5A2835 background

This text has white color on #5A2835 background.


Related colors

Complementary color

Complementary color for #hex is #A5D7CA.


I love getcolorcode.com

Triadic colors

1 #355A28 and #28355A with #5A2835 are triadic colors.

2 #35285A and #285A35 with #5A2835 are triadic colors.