COLOR #5A434A

HEX: #5A434A RGB: (90,67,74)

Color info

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

RGB color model

#5A434A color RGB value is (90,67,74).

RGB: (90,67,74) (35%, 26%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 74 of 255 = 29%

90
67
74

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

Portions of RGB colors in percentages

R + G + B = 90 + 67 + 74 = 231 (100%)
R 90 of 231 ~ 38.96%
G 67 of 231 ~ 29%
B 74 of 231 ~ 32.03'%

%38.96
%29
%32.03

CMYK color model

#5A434A color CMYK value is (0,26,18,65).

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

CMYK: (0,26,18,65)
C0M26Y18K65 (0%, 26%, 18%, 65%)
(0.00 / 0.26 / 0.18 / 0.65)

CMYK percentages

%0
%25.56
%17.78
%64.71

Codes

Color #5A434A in popluar color models

5A 43 4A
RGB 90 67 74
HSL 342° 14.65% 30.78%
HSB/HSV 342° 25.56% 35.29%
CMYK 0.00% 25.56% 17.78%
64.71%

Color #5A434A in popluar number systems.

HEX 5A 43 4A
Decimal 90 67 74
Binary 1011010 1000011 1001010
Octal 132 103 112

Shades and tints

Shades of #5A434A

#5A434A
(90,67,74)
#523D44
(82,61,68)
#4A373E
(74,55,62)
#423138
(66,49,56)
#3A2B32
(58,43,50)
#32252C
(50,37,44)
#2A1F26
(42,31,38)
#221920
(34,25,32)
#1A131A
(26,19,26)
#120D14
(18,13,20)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #5A434A

#5A434A
(90,67,74)
#69545A
(105,84,90)
#78656A
(120,101,106)
#87767A
(135,118,122)
#96878A
(150,135,138)
#A5989A
(165,152,154)
#B4A9AA
(180,169,170)
#C3BABA
(195,186,186)
#D2CBCA
(210,203,202)
#E1DCDA
(225,220,218)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A434A; }

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

This text font color is #5A434A.

Background Color

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

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

This div background color is #5A434A.

Border color

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

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

This div border color is #5A434A.

Opacity

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

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

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

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

This text has shadow with #5A434A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A434A.

Preview

Color preview on black background

This text has color #5A434A on black background.


Color preview on white background

This text has color #5A434A on white background.


Black color preview on #5A434A background

This text has black color on #5A434A background.


White color preview on #5A434A background

This text has white color on #5A434A background.


Related colors

Complementary color

Complementary color for #hex is #A5BCB5.


I love getcolorcode.com

Triadic colors

1 #4A5A43 and #434A5A with #5A434A are triadic colors.

2 #4A435A and #435A4A with #5A434A are triadic colors.