COLOR #5A685F

HEX: #5A685F RGB: (90,104,95)

Color info

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

RGB color model

#5A685F color RGB value is (90,104,95).

RGB: (90,104,95) (35%, 41%, 37%)

RGB channels and saturation

R 90 of 255 = 35%
G 104 of 255 = 41%
B 95 of 255 = 37%

90
104
95

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

Portions of RGB colors in percentages

R + G + B = 90 + 104 + 95 = 289 (100%)
R 90 of 289 ~ 31.14%
G 104 of 289 ~ 35.99%
B 95 of 289 ~ 32.87'%

%31.14
%35.99
%32.87

CMYK color model

#5A685F color CMYK value is (13,0,9,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 59.22%

CMYK: (13,0,9,59)
C13M0Y9K59 (13%, 0%, 9%, 59%)
(0.13 / 0.00 / 0.09 / 0.59)

CMYK percentages

%13.46
%0
%8.65
%59.22

Codes

Color #5A685F in popluar color models

5A 68 5F
RGB 90 104 95
HSL 141° 7.22% 38.04%
HSB/HSV 141° 13.46% 40.78%
CMYK 13.46% 0.00% 8.65%
59.22%

Color #5A685F in popluar number systems.

HEX 5A 68 5F
Decimal 90 104 95
Binary 1011010 1101000 1011111
Octal 132 150 137

Shades and tints

Shades of #5A685F

#5A685F
(90,104,95)
#525F57
(82,95,87)
#4A564F
(74,86,79)
#424D47
(66,77,71)
#3A443F
(58,68,63)
#323B37
(50,59,55)
#2A322F
(42,50,47)
#222927
(34,41,39)
#1A201F
(26,32,31)
#121717
(18,23,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A685F

#5A685F
(90,104,95)
#69756D
(105,117,109)
#78827B
(120,130,123)
#878F89
(135,143,137)
#969C97
(150,156,151)
#A5A9A5
(165,169,165)
#B4B6B3
(180,182,179)
#C3C3C1
(195,195,193)
#D2D0CF
(210,208,207)
#E1DDDD
(225,221,221)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A685F color. Also use rgb(90,104,95) instead hex code.

Text Font Color

.myTextColor { color: #5A685F; }

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

This text font color is #5A685F.

Background Color

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

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

This div background color is #5A685F.

Border color

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

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

This div border color is #5A685F.

Opacity

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

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

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

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

This text has shadow with #5A685F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A685F.

Preview

Color preview on black background

This text has color #5A685F on black background.


Color preview on white background

This text has color #5A685F on white background.


Black color preview on #5A685F background

This text has black color on #5A685F background.


White color preview on #5A685F background

This text has white color on #5A685F background.


Related colors

Complementary color

Complementary color for #hex is #A597A0.


I love getcolorcode.com

Triadic colors

1 #5F5A68 and #685F5A with #5A685F are triadic colors.

2 #5F685A and #685A5F with #5A685F are triadic colors.