COLOR #5A6663

HEX: #5A6663 RGB: (90,102,99)

Color info

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

RGB color model

#5A6663 color RGB value is (90,102,99).

RGB: (90,102,99) (35%, 40%, 39%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 99 of 255 = 39%

90
102
99

R + G + B ~ 38%. #5A6663 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 102 + 99 = 291 (100%)
R 90 of 291 ~ 30.93%
G 102 of 291 ~ 35.05%
B 99 of 291 ~ 34.02'%

%30.93
%35.05
%34.02

CMYK color model

#5A6663 color CMYK value is (12,0,3,60).

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

CMYK: (12,0,3,60)
C12M0Y3K60 (12%, 0%, 3%, 60%)
(0.12 / 0.00 / 0.03 / 0.60)

CMYK percentages

%11.76
%0
%2.94
%60

Codes

Color #5A6663 in popluar color models

5A 66 63
RGB 90 102 99
HSL 165° 6.25% 37.65%
HSB/HSV 165° 11.76% 40.00%
CMYK 11.76% 0.00% 2.94%
60.00%

Color #5A6663 in popluar number systems.

HEX 5A 66 63
Decimal 90 102 99
Binary 1011010 1100110 1100011
Octal 132 146 143

Shades and tints

Shades of #5A6663

#5A6663
(90,102,99)
#525D5A
(82,93,90)
#4A5451
(74,84,81)
#424B48
(66,75,72)
#3A423F
(58,66,63)
#323936
(50,57,54)
#2A302D
(42,48,45)
#222724
(34,39,36)
#1A1E1B
(26,30,27)
#121512
(18,21,18)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A6663

#5A6663
(90,102,99)
#697371
(105,115,113)
#78807F
(120,128,127)
#878D8D
(135,141,141)
#969A9B
(150,154,155)
#A5A7A9
(165,167,169)
#B4B4B7
(180,180,183)
#C3C1C5
(195,193,197)
#D2CED3
(210,206,211)
#E1DBE1
(225,219,225)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6663; }

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

This text font color is #5A6663.

Background Color

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

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

This div background color is #5A6663.

Border color

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

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

This div border color is #5A6663.

Opacity

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

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

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

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

This text has shadow with #5A6663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6663.

Preview

Color preview on black background

This text has color #5A6663 on black background.


Color preview on white background

This text has color #5A6663 on white background.


Black color preview on #5A6663 background

This text has black color on #5A6663 background.


White color preview on #5A6663 background

This text has white color on #5A6663 background.


Related colors

Complementary color

Complementary color for #hex is #A5999C.


I love getcolorcode.com

Triadic colors

1 #635A66 and #66635A with #5A6663 are triadic colors.

2 #63665A and #665A63 with #5A6663 are triadic colors.