COLOR #5A4348

HEX: #5A4348 RGB: (90,67,72)

Color info

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

RGB color model

#5A4348 color RGB value is (90,67,72).

RGB: (90,67,72) (35%, 26%, 28%)

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 72 of 255 = 28%

90
67
72

R + G + B ~ 30%. #5A4348 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 67 + 72 = 229 (100%)
R 90 of 229 ~ 39.3%
G 67 of 229 ~ 29.26%
B 72 of 229 ~ 31.44'%

%39.3
%29.26
%31.44

CMYK color model

#5A4348 color CMYK value is (0,26,20,65).

  • cyan value is 0.00%
  • magenta value is 25.56%
  • yellow value is 20.00%
  • key color value is 64.71%

CMYK: (0,26,20,65)
C0M26Y20K65 (0%, 26%, 20%, 65%)
(0.00 / 0.26 / 0.20 / 0.65)

CMYK percentages

%0
%25.56
%20
%64.71

Codes

Color #5A4348 in popluar color models

5A 43 48
RGB 90 67 72
HSL 347° 14.65% 30.78%
HSB/HSV 347° 25.56% 35.29%
CMYK 0.00% 25.56% 20.00%
64.71%

Color #5A4348 in popluar number systems.

HEX 5A 43 48
Decimal 90 67 72
Binary 1011010 1000011 1001000
Octal 132 103 110

Shades and tints

Shades of #5A4348

#5A4348
(90,67,72)
#523D42
(82,61,66)
#4A373C
(74,55,60)
#423136
(66,49,54)
#3A2B30
(58,43,48)
#32252A
(50,37,42)
#2A1F24
(42,31,36)
#22191E
(34,25,30)
#1A1318
(26,19,24)
#120D12
(18,13,18)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #5A4348

#5A4348
(90,67,72)
#695458
(105,84,88)
#786568
(120,101,104)
#877678
(135,118,120)
#968788
(150,135,136)
#A59898
(165,152,152)
#B4A9A8
(180,169,168)
#C3BAB8
(195,186,184)
#D2CBC8
(210,203,200)
#E1DCD8
(225,220,216)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4348 color. Also use rgb(90,67,72) instead hex code.

Text Font Color

.myTextColor { color: #5A4348; }

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

This text font color is #5A4348.

Background Color

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

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

This div background color is #5A4348.

Border color

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

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

This div border color is #5A4348.

Opacity

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

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

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

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

This text has shadow with #5A4348 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4348.

Preview

Color preview on black background

This text has color #5A4348 on black background.


Color preview on white background

This text has color #5A4348 on white background.


Black color preview on #5A4348 background

This text has black color on #5A4348 background.


White color preview on #5A4348 background

This text has white color on #5A4348 background.


Related colors

Complementary color

Complementary color for #hex is #A5BCB7.


I love getcolorcode.com

Triadic colors

1 #485A43 and #43485A with #5A4348 are triadic colors.

2 #48435A and #435A48 with #5A4348 are triadic colors.