COLOR #5A684B

HEX: #5A684B
RGB: (90,104,75)

Color info

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

RGB color model

#5A684B color RGB value is (90,104,75).

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

RGB channels and saturation

R 90 of 255 = 35%
G 104 of 255 = 41%
B 75 of 255 = 29%

90
104
75

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

Portions of RGB colors in percentages

R + G + B =
90 + 104 + 75 = 269 (100%)
R 90 of 269 ~ 33.46%
G 104 of 269 ~ 38.66%
B 75 of 269 ~ 27.88%

%33.46
%38.66
%27.88

CMYK color model

#5A684B color CMYK value is (13,0,28,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(13,0,28,59)
C13M0Y28K59 
(13%,0%,28%,59%)
(0.13/0.00/0.28/0.59)	

CMYK percentages

%13.46
%0
%27.88
%59.22

Codes

Color #5A684B in popluar color models

5A684B
RGB9010475
HSL89°16.20%35.10%
HSB/HSV89°27.88%40.78%
CMYK13.46%0.00%27.88%
59.22%

Color #5A684B in popluar number systems.

HEX5A684B
Decimal9010475
Binary101101011010001001011
Octal132150113

Shades and tints

Shades of #5A684B

#5A684B
(90,104,75)
#525F45
(82,95,69)
#4A563F
(74,86,63)
#424D39
(66,77,57)
#3A4433
(58,68,51)
#323B2D
(50,59,45)
#2A3227
(42,50,39)
#222921
(34,41,33)
#1A201B
(26,32,27)
#121715
(18,23,21)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #5A684B

#5A684B
(90,104,75)
#69755B
(105,117,91)
#78826B
(120,130,107)
#878F7B
(135,143,123)
#969C8B
(150,156,139)
#A5A99B
(165,169,155)
#B4B6AB
(180,182,171)
#C3C3BB
(195,195,187)
#D2D0CB
(210,208,203)
#E1DDDB
(225,221,219)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A684B; }

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

This text font color is #5A684B.


Background Color

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

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

This div background color is #5A684B.


Border color

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

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

This div border color is #5A684B.


Opacity

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

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

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

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

This text has shadow with #5A684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A684B on black background.


Color preview on white background

This text has color #5A684B on white background.



Black color preview on #5A684B background

This text has black color on #5A684B background.


White color preview on #5A684B background

This text has white color on #5A684B background.