COLOR #5A694C

HEX: #5A694C
RGB: (90,105,76)

Color info

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

RGB color model

#5A694C color RGB value is (90,105,76).

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

RGB channels and saturation

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

90
105
76

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

Portions of RGB colors in percentages

R + G + B =
90 + 105 + 76 = 271 (100%)
R 90 of 271 ~ 33.21%
G 105 of 271 ~ 38.75%
B 76 of 271 ~ 28.04%

%33.21
%38.75
%28.04

CMYK color model

#5A694C color CMYK value is (14,0,28,59).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 58.82%
CMYK:
(14,0,28,59)
C14M0Y28K59 
(14%,0%,28%,59%)
(0.14/0.00/0.28/0.59)	

CMYK percentages

%14.29
%0
%27.62
%58.82

Codes

Color #5A694C in popluar color models

5A694C
RGB9010576
HSL91°16.02%35.49%
HSB/HSV91°27.62%41.18%
CMYK14.29%0.00%27.62%
58.82%

Color #5A694C in popluar number systems.

HEX5A694C
Decimal9010576
Binary101101011010011001100
Octal132151114

Shades and tints

Shades of #5A694C

#5A694C
(90,105,76)
#526046
(82,96,70)
#4A5740
(74,87,64)
#424E3A
(66,78,58)
#3A4534
(58,69,52)
#323C2E
(50,60,46)
#2A3328
(42,51,40)
#222A22
(34,42,34)
#1A211C
(26,33,28)
#121816
(18,24,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #5A694C

#5A694C
(90,105,76)
#69765C
(105,118,92)
#78836C
(120,131,108)
#87907C
(135,144,124)
#969D8C
(150,157,140)
#A5AA9C
(165,170,156)
#B4B7AC
(180,183,172)
#C3C4BC
(195,196,188)
#D2D1CC
(210,209,204)
#E1DEDC
(225,222,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A694C; }

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

This text font color is #5A694C.


Background Color

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

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

This div background color is #5A694C.


Border color

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

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

This div border color is #5A694C.


Opacity

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

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

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

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

This text has shadow with #5A694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A694C on black background.


Color preview on white background

This text has color #5A694C on white background.



Black color preview on #5A694C background

This text has black color on #5A694C background.


White color preview on #5A694C background

This text has white color on #5A694C background.