COLOR #5A675C

HEX: #5A675C RGB: (90,103,92)

Color info

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

RGB color model

#5A675C color RGB value is (90,103,92).

RGB: (90,103,92) (35%, 40%, 36%)

RGB channels and saturation

R 90 of 255 = 35%
G 103 of 255 = 40%
B 92 of 255 = 36%

90
103
92

R + G + B ~ 37%. #5A675C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 103 + 92 = 285 (100%)
R 90 of 285 ~ 31.58%
G 103 of 285 ~ 36.14%
B 92 of 285 ~ 32.28'%

%31.58
%36.14
%32.28

CMYK color model

#5A675C color CMYK value is (13,0,11,60).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 59.61%
CMYK: (13,0,11,60) C13M0Y11K60 (13%,0%,11%,60%) (0.13/0.00/0.11/0.60) 

CMYK percentages

%12.62
%0
%10.68
%59.61

Codes

Color #5A675C in popluar color models

5A 67 5C
RGB 90 103 92
HSL 129° 6.74% 37.84%
HSB/HSV 129° 12.62% 40.39%
CMYK 12.62% 0.00% 10.68%
59.61%

Color #5A675C in popluar number systems.

HEX 5A 67 5C
Decimal 90 103 92
Binary 1011010 1100111 1011100
Octal 132 147 134

Shades and tints

Shades of #5A675C

#5A675C
(90,103,92)
#525E54
(82,94,84)
#4A554C
(74,85,76)
#424C44
(66,76,68)
#3A433C
(58,67,60)
#323A34
(50,58,52)
#2A312C
(42,49,44)
#222824
(34,40,36)
#1A1F1C
(26,31,28)
#121614
(18,22,20)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #5A675C

#5A675C
(90,103,92)
#69746A
(105,116,106)
#788178
(120,129,120)
#878E86
(135,142,134)
#969B94
(150,155,148)
#A5A8A2
(165,168,162)
#B4B5B0
(180,181,176)
#C3C2BE
(195,194,190)
#D2CFCC
(210,207,204)
#E1DCDA
(225,220,218)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A675C color. Also use rgb(90,103,92) instead hex code.

Text Font Color

.myTextColor { color: #5A675C; }

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

This text font color is #5A675C.

Background Color

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

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

This div background color is #5A675C.

Border color

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

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

This div border color is #5A675C.

Opacity

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

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

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

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

This text has shadow with #5A675C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A675C.

Preview

Color preview on black background

This text has color #5A675C on black background.


Color preview on white background

This text has color #5A675C on white background.


Black color preview on #5A675C background

This text has black color on #5A675C background.


White color preview on #5A675C background

This text has white color on #5A675C background.


Related colors

Complementary color

Complementary color for #hex is #A598A3.


I love getcolorcode.com

Triadic colors

1 #5C5A67 and #675C5A with #5A675C are triadic colors.

2 #5C675A and #675A5C with #5A675C are triadic colors.