COLOR #5A684D

HEX: #5A684D
RGB: (90,104,77)

Color info

#5A684D contains red, green and blue colors in about the same proportion. Web safe color of #5A684D is #666633 (or #663).

RGB color model

#5A684D color RGB value is (90,104,77).

  • red value is 90;
  • green value is 104;
  • blue value is 77.
RGB:
(90,104,77)
(35%,41%,30%)

RGB channels and saturation

R 90 of 255 = 35%
G 104 of 255 = 41%
B 77 of 255 = 30%

90
104
77

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

Portions of RGB colors in percentages

R + G + B =
90 + 104 + 77 = 271 (100%)
R 90 of 271 ~ 33.21%
G 104 of 271 ~ 38.38%
B 77 of 271 ~ 28.41%

%33.21
%38.38
%28.41

CMYK color model

#5A684D color CMYK value is (13,0,26,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 25.96%
  • key color value is 59.22%
CMYK:
(13,0,26,59)
C13M0Y26K59 
(13%,0%,26%,59%)
(0.13/0.00/0.26/0.59)	

CMYK percentages

%13.46
%0
%25.96
%59.22

Codes

Color #5A684D in popluar color models

5A684D
RGB9010477
HSL91°14.92%35.49%
HSB/HSV91°25.96%40.78%
CMYK13.46%0.00%25.96%
59.22%

Color #5A684D in popluar number systems.

HEX5A684D
Decimal9010477
Binary101101011010001001101
Octal132150115

Shades and tints

Shades of #5A684D

#5A684D
(90,104,77)
#525F46
(82,95,70)
#4A563F
(74,86,63)
#424D38
(66,77,56)
#3A4431
(58,68,49)
#323B2A
(50,59,42)
#2A3223
(42,50,35)
#22291C
(34,41,28)
#1A2015
(26,32,21)
#12170E
(18,23,14)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #5A684D

#5A684D
(90,104,77)
#69755D
(105,117,93)
#78826D
(120,130,109)
#878F7D
(135,143,125)
#969C8D
(150,156,141)
#A5A99D
(165,169,157)
#B4B6AD
(180,182,173)
#C3C3BD
(195,195,189)
#D2D0CD
(210,208,205)
#E1DDDD
(225,221,221)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A684D; }

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

This text font color is #5A684D.


Background Color

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

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

This div background color is #5A684D.


Border color

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

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

This div border color is #5A684D.


Opacity

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

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

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

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

This text has shadow with #5A684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A684D on black background.


Color preview on white background

This text has color #5A684D on white background.



Black color preview on #5A684D background

This text has black color on #5A684D background.


White color preview on #5A684D background

This text has white color on #5A684D background.