COLOR #5A4F66

HEX: #5A4F66 RGB: (90,79,102)

Color info

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

RGB color model

#5A4F66 color RGB value is (90,79,102).

RGB: (90,79,102) (35%, 31%, 40%)

RGB channels and saturation

R 90 of 255 = 35%
G 79 of 255 = 31%
B 102 of 255 = 40%

90
79
102

R + G + B ~ 35%. #5A4F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 79 + 102 = 271 (100%)
R 90 of 271 ~ 33.21%
G 79 of 271 ~ 29.15%
B 102 of 271 ~ 37.64'%

%33.21
%29.15
%37.64

CMYK color model

#5A4F66 color CMYK value is (12,23,0,60).

  • cyan value is 11.76%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (12,23,0,60)
C12M23Y0K60 (12%, 23%, 0%, 60%)
(0.12 / 0.23 / 0.00 / 0.60)

CMYK percentages

%11.76
%22.55
%0
%60

Codes

Color #5A4F66 in popluar color models

5A 4F 66
RGB 90 79 102
HSL 269° 12.71% 35.49%
HSB/HSV 269° 22.55% 40.00%
CMYK 11.76% 22.55% 0.00%
60.00%

Color #5A4F66 in popluar number systems.

HEX 5A 4F 66
Decimal 90 79 102
Binary 1011010 1001111 1100110
Octal 132 117 146

Shades and tints

Shades of #5A4F66

#5A4F66
(90,79,102)
#52485D
(82,72,93)
#4A4154
(74,65,84)
#423A4B
(66,58,75)
#3A3342
(58,51,66)
#322C39
(50,44,57)
#2A2530
(42,37,48)
#221E27
(34,30,39)
#1A171E
(26,23,30)
#121015
(18,16,21)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #5A4F66

#5A4F66
(90,79,102)
#695F73
(105,95,115)
#786F80
(120,111,128)
#877F8D
(135,127,141)
#968F9A
(150,143,154)
#A59FA7
(165,159,167)
#B4AFB4
(180,175,180)
#C3BFC1
(195,191,193)
#D2CFCE
(210,207,206)
#E1DFDB
(225,223,219)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4F66 color. Also use rgb(90,79,102) instead hex code.

Text Font Color

.myTextColor { color: #5A4F66; }

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

This text font color is #5A4F66.

Background Color

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

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

This div background color is #5A4F66.

Border color

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

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

This div border color is #5A4F66.

Opacity

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

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

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

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

This text has shadow with #5A4F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4F66.

Preview

Color preview on black background

This text has color #5A4F66 on black background.


Color preview on white background

This text has color #5A4F66 on white background.


Black color preview on #5A4F66 background

This text has black color on #5A4F66 background.


White color preview on #5A4F66 background

This text has white color on #5A4F66 background.


Related colors

Complementary color

Complementary color for #hex is #A5B099.


I love getcolorcode.com

Triadic colors

1 #665A4F and #4F665A with #5A4F66 are triadic colors.

2 #664F5A and #4F5A66 with #5A4F66 are triadic colors.