COLOR #5A6B4A

HEX: #5A6B4A
RGB: (90,107,74)

Color info

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

RGB color model

#5A6B4A color RGB value is (90,107,74).

  • red value is 90;
  • green value is 107;
  • blue value is 74.
RGB:
(90,107,74)
(35%,42%,29%)

RGB channels and saturation

R 90 of 255 = 35%
G 107 of 255 = 42%
B 74 of 255 = 29%

90
107
74

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

Portions of RGB colors in percentages

R + G + B =
90 + 107 + 74 = 271 (100%)
R 90 of 271 ~ 33.21%
G 107 of 271 ~ 39.48%
B 74 of 271 ~ 27.31%

%33.21
%39.48
%27.31

CMYK color model

#5A6B4A color CMYK value is (16,0,31,58).

  • cyan value is 15.89%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(16,0,31,58)
C16M0Y31K58 
(16%,0%,31%,58%)
(0.16/0.00/0.31/0.58)	

CMYK percentages

%15.89
%0
%30.84
%58.04

Codes

Color #5A6B4A in popluar color models

5A6B4A
RGB9010774
HSL91°18.23%35.49%
HSB/HSV91°30.84%41.96%
CMYK15.89%0.00%30.84%
58.04%

Color #5A6B4A in popluar number systems.

HEX5A6B4A
Decimal9010774
Binary101101011010111001010
Octal132153112

Shades and tints

Shades of #5A6B4A

#5A6B4A
(90,107,74)
#526244
(82,98,68)
#4A593E
(74,89,62)
#425038
(66,80,56)
#3A4732
(58,71,50)
#323E2C
(50,62,44)
#2A3526
(42,53,38)
#222C20
(34,44,32)
#1A231A
(26,35,26)
#121A14
(18,26,20)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5A6B4A

#5A6B4A
(90,107,74)
#69785A
(105,120,90)
#78856A
(120,133,106)
#87927A
(135,146,122)
#969F8A
(150,159,138)
#A5AC9A
(165,172,154)
#B4B9AA
(180,185,170)
#C3C6BA
(195,198,186)
#D2D3CA
(210,211,202)
#E1E0DA
(225,224,218)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6B4A color. Also use rgb(90,107,74) instead hex code.

Text Font Color

.myTextColor { color: #5A6B4A; }

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

This text font color is #5A6B4A.


Background Color

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

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

This div background color is #5A6B4A.


Border color

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

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

This div border color is #5A6B4A.


Opacity

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

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

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

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

This text has shadow with #5A6B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6B4A on black background.


Color preview on white background

This text has color #5A6B4A on white background.



Black color preview on #5A6B4A background

This text has black color on #5A6B4A background.


White color preview on #5A6B4A background

This text has white color on #5A6B4A background.