COLOR #5A6C6B

HEX: #5A6C6B RGB: (90,108,107)

Color info

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

RGB color model

#5A6C6B color RGB value is (90,108,107).

RGB: (90,108,107) (35%, 42%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 108 of 255 = 42%
B 107 of 255 = 42%

90
108
107

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

Portions of RGB colors in percentages

R + G + B = 90 + 108 + 107 = 305 (100%)
R 90 of 305 ~ 29.51%
G 108 of 305 ~ 35.41%
B 107 of 305 ~ 35.08'%

%29.51
%35.41
%35.08

CMYK color model

#5A6C6B color CMYK value is (17,0,1,58).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 57.65%

CMYK: (17,0,1,58)
C17M0Y1K58 (17%, 0%, 1%, 58%)
(0.17 / 0.00 / 0.01 / 0.58)

CMYK percentages

%16.67
%0
%0.93
%57.65

Codes

Color #5A6C6B in popluar color models

5A 6C 6B
RGB 90 108 107
HSL 177° 9.09% 38.82%
HSB/HSV 177° 16.67% 42.35%
CMYK 16.67% 0.00% 0.93%
57.65%

Color #5A6C6B in popluar number systems.

HEX 5A 6C 6B
Decimal 90 108 107
Binary 1011010 1101100 1101011
Octal 132 154 153

Shades and tints

Shades of #5A6C6B

#5A6C6B
(90,108,107)
#526362
(82,99,98)
#4A5A59
(74,90,89)
#425150
(66,81,80)
#3A4847
(58,72,71)
#323F3E
(50,63,62)
#2A3635
(42,54,53)
#222D2C
(34,45,44)
#1A2423
(26,36,35)
#121B1A
(18,27,26)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #5A6C6B

#5A6C6B
(90,108,107)
#697978
(105,121,120)
#788685
(120,134,133)
#879392
(135,147,146)
#96A09F
(150,160,159)
#A5ADAC
(165,173,172)
#B4BAB9
(180,186,185)
#C3C7C6
(195,199,198)
#D2D4D3
(210,212,211)
#E1E1E0
(225,225,224)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6C6B color. Also use rgb(90,108,107) instead hex code.

Text Font Color

.myTextColor { color: #5A6C6B; }

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

This text font color is #5A6C6B.

Background Color

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

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

This div background color is #5A6C6B.

Border color

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

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

This div border color is #5A6C6B.

Opacity

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

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

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

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

This text has shadow with #5A6C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6C6B.

Preview

Color preview on black background

This text has color #5A6C6B on black background.


Color preview on white background

This text has color #5A6C6B on white background.


Black color preview on #5A6C6B background

This text has black color on #5A6C6B background.


White color preview on #5A6C6B background

This text has white color on #5A6C6B background.


Related colors

Complementary color

Complementary color for #hex is #A59394.


I love getcolorcode.com

Triadic colors

1 #6B5A6C and #6C6B5A with #5A6C6B are triadic colors.

2 #6B6C5A and #6C5A6B with #5A6C6B are triadic colors.