COLOR #5A3730

HEX: #5A3730 RGB: (90,55,48)

Color info

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

RGB color model

#5A3730 color RGB value is (90,55,48).

RGB: (90,55,48) (35%, 22%, 19%)

RGB channels and saturation

R 90 of 255 = 35%
G 55 of 255 = 22%
B 48 of 255 = 19%

90
55
48

R + G + B ~ 25%. #5A3730 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 55 + 48 = 193 (100%)
R 90 of 193 ~ 46.63%
G 55 of 193 ~ 28.5%
B 48 of 193 ~ 24.87'%

%46.63
%28.5
%24.87

CMYK color model

#5A3730 color CMYK value is (0,39,47,65).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 46.67%
  • key color value is 64.71%

CMYK: (0,39,47,65)
C0M39Y47K65 (0%, 39%, 47%, 65%)
(0.00 / 0.39 / 0.47 / 0.65)

CMYK percentages

%0
%38.89
%46.67
%64.71

Codes

Color #5A3730 in popluar color models

5A 37 30
RGB 90 55 48
HSL 10° 30.43% 27.06%
HSB/HSV 10° 46.67% 35.29%
CMYK 0.00% 38.89% 46.67%
64.71%

Color #5A3730 in popluar number systems.

HEX 5A 37 30
Decimal 90 55 48
Binary 1011010 110111 110000
Octal 132 67 60

Shades and tints

Shades of #5A3730

#5A3730
(90,55,48)
#52322C
(82,50,44)
#4A2D28
(74,45,40)
#422824
(66,40,36)
#3A2320
(58,35,32)
#321E1C
(50,30,28)
#2A1918
(42,25,24)
#221414
(34,20,20)
#1A0F10
(26,15,16)
#120A0C
(18,10,12)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #5A3730

#5A3730
(90,55,48)
#694942
(105,73,66)
#785B54
(120,91,84)
#876D66
(135,109,102)
#967F78
(150,127,120)
#A5918A
(165,145,138)
#B4A39C
(180,163,156)
#C3B5AE
(195,181,174)
#D2C7C0
(210,199,192)
#E1D9D2
(225,217,210)
#F0EBE4
(240,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3730 color. Also use rgb(90,55,48) instead hex code.

Text Font Color

.myTextColor { color: #5A3730; }

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

This text font color is #5A3730.

Background Color

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

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

This div background color is #5A3730.

Border color

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

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

This div border color is #5A3730.

Opacity

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

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

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

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

This text has shadow with #5A3730 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A3730.

Preview

Color preview on black background

This text has color #5A3730 on black background.


Color preview on white background

This text has color #5A3730 on white background.


Black color preview on #5A3730 background

This text has black color on #5A3730 background.


White color preview on #5A3730 background

This text has white color on #5A3730 background.


Related colors

Complementary color

Complementary color for #hex is #A5C8CF.


I love getcolorcode.com

Triadic colors

1 #305A37 and #37305A with #5A3730 are triadic colors.

2 #30375A and #375A30 with #5A3730 are triadic colors.