COLOR #5A7465

HEX: #5A7465 RGB: (90,116,101)

Color info

#5A7465 contains red, green and blue colors in about the same proportion. Web safe color of #5A7465 is #666666 (or #666).

RGB color model

#5A7465 color RGB value is (90,116,101).

RGB: (90,116,101) (35%, 45%, 40%)

RGB channels and saturation

R 90 of 255 = 35%
G 116 of 255 = 45%
B 101 of 255 = 40%

90
116
101

R + G + B ~ 40%. #5A7465 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 116 + 101 = 307 (100%)
R 90 of 307 ~ 29.32%
G 116 of 307 ~ 37.79%
B 101 of 307 ~ 32.9'%

%29.32
%37.79
%32.9

CMYK color model

#5A7465 color CMYK value is (22,0,13,55).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK: (22,0,13,55) C22M0Y13K55 (22%,0%,13%,55%) (0.22/0.00/0.13/0.55) 

CMYK percentages

%22.41
%0
%12.93
%54.51

Codes

Color #5A7465 in popluar color models

5A 74 65
RGB 90 116 101
HSL 145° 12.62% 40.39%
HSB/HSV 145° 22.41% 45.49%
CMYK 22.41% 0.00% 12.93%
54.51%

Color #5A7465 in popluar number systems.

HEX 5A 74 65
Decimal 90 116 101
Binary 1011010 1110100 1100101
Octal 132 164 145

Shades and tints

Shades of #5A7465

#5A7465
(90,116,101)
#526A5C
(82,106,92)
#4A6053
(74,96,83)
#42564A
(66,86,74)
#3A4C41
(58,76,65)
#324238
(50,66,56)
#2A382F
(42,56,47)
#222E26
(34,46,38)
#1A241D
(26,36,29)
#121A14
(18,26,20)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #5A7465

#5A7465
(90,116,101)
#698073
(105,128,115)
#788C81
(120,140,129)
#87988F
(135,152,143)
#96A49D
(150,164,157)
#A5B0AB
(165,176,171)
#B4BCB9
(180,188,185)
#C3C8C7
(195,200,199)
#D2D4D5
(210,212,213)
#E1E0E3
(225,224,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7465 color. Also use rgb(90,116,101) instead hex code.

Text Font Color

.myTextColor { color: #5A7465; }

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

This text font color is #5A7465.

Background Color

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

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

This div background color is #5A7465.

Border color

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

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

This div border color is #5A7465.

Opacity

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

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

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

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

This text has shadow with #5A7465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A7465.

Preview

Color preview on black background

This text has color #5A7465 on black background.


Color preview on white background

This text has color #5A7465 on white background.


Black color preview on #5A7465 background

This text has black color on #5A7465 background.


White color preview on #5A7465 background

This text has white color on #5A7465 background.


Related colors

Complementary color

Complementary color for #hex is #A58B9A.


I love getcolorcode.com

Triadic colors

1 #655A74 and #74655A with #5A7465 are triadic colors.

2 #65745A and #745A65 with #5A7465 are triadic colors.