COLOR #5A684C

HEX: #5A684C
RGB: (90,104,76)

Color info

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

RGB color model

#5A684C color RGB value is (90,104,76).

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

RGB channels and saturation

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

90
104
76

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

Portions of RGB colors in percentages

R + G + B =
90 + 104 + 76 = 270 (100%)
R 90 of 270 ~ 33.33%
G 104 of 270 ~ 38.52%
B 76 of 270 ~ 28.15%

%33.33
%38.52
%28.15

CMYK color model

#5A684C color CMYK value is (13,0,27,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 59.22%
CMYK:
(13,0,27,59)
C13M0Y27K59 
(13%,0%,27%,59%)
(0.13/0.00/0.27/0.59)	

CMYK percentages

%13.46
%0
%26.92
%59.22

Codes

Color #5A684C in popluar color models

5A684C
RGB9010476
HSL90°15.56%35.29%
HSB/HSV90°26.92%40.78%
CMYK13.46%0.00%26.92%
59.22%

Color #5A684C in popluar number systems.

HEX5A684C
Decimal9010476
Binary101101011010001001100
Octal132150114

Shades and tints

Shades of #5A684C

#5A684C
(90,104,76)
#525F46
(82,95,70)
#4A5640
(74,86,64)
#424D3A
(66,77,58)
#3A4434
(58,68,52)
#323B2E
(50,59,46)
#2A3228
(42,50,40)
#222922
(34,41,34)
#1A201C
(26,32,28)
#121716
(18,23,22)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #5A684C

#5A684C
(90,104,76)
#69755C
(105,117,92)
#78826C
(120,130,108)
#878F7C
(135,143,124)
#969C8C
(150,156,140)
#A5A99C
(165,169,156)
#B4B6AC
(180,182,172)
#C3C3BC
(195,195,188)
#D2D0CC
(210,208,204)
#E1DDDC
(225,221,220)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A684C; }

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

This text font color is #5A684C.


Background Color

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

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

This div background color is #5A684C.


Border color

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

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

This div border color is #5A684C.


Opacity

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

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

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

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

This text has shadow with #5A684C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A684C on black background.


Color preview on white background

This text has color #5A684C on white background.



Black color preview on #5A684C background

This text has black color on #5A684C background.


White color preview on #5A684C background

This text has white color on #5A684C background.