COLOR #5A6E46

HEX: #5A6E46 RGB: (90,110,70)

Color info

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

RGB color model

#5A6E46 color RGB value is (90,110,70).

RGB: (90,110,70) (35%, 43%, 27%)

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 70 of 255 = 27%

90
110
70

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

Portions of RGB colors in percentages

R + G + B = 90 + 110 + 70 = 270 (100%)
R 90 of 270 ~ 33.33%
G 110 of 270 ~ 40.74%
B 70 of 270 ~ 25.93'%

%33.33
%40.74
%25.93

CMYK color model

#5A6E46 color CMYK value is (18,0,36,57).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 56.86%

CMYK: (18,0,36,57)
C18M0Y36K57 (18%, 0%, 36%, 57%)
(0.18 / 0.00 / 0.36 / 0.57)

CMYK percentages

%18.18
%0
%36.36
%56.86

Codes

Color #5A6E46 in popluar color models

5A 6E 46
RGB 90 110 70
HSL 90° 22.22% 35.29%
HSB/HSV 90° 36.36% 43.14%
CMYK 18.18% 0.00% 36.36%
56.86%

Color #5A6E46 in popluar number systems.

HEX 5A 6E 46
Decimal 90 110 70
Binary 1011010 1101110 1000110
Octal 132 156 106

Shades and tints

Shades of #5A6E46

#5A6E46
(90,110,70)
#526440
(82,100,64)
#4A5A3A
(74,90,58)
#425034
(66,80,52)
#3A462E
(58,70,46)
#323C28
(50,60,40)
#2A3222
(42,50,34)
#22281C
(34,40,28)
#1A1E16
(26,30,22)
#121410
(18,20,16)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #5A6E46

#5A6E46
(90,110,70)
#697B56
(105,123,86)
#788866
(120,136,102)
#879576
(135,149,118)
#96A286
(150,162,134)
#A5AF96
(165,175,150)
#B4BCA6
(180,188,166)
#C3C9B6
(195,201,182)
#D2D6C6
(210,214,198)
#E1E3D6
(225,227,214)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6E46 color. Also use rgb(90,110,70) instead hex code.

Text Font Color

.myTextColor { color: #5A6E46; }

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

This text font color is #5A6E46.

Background Color

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

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

This div background color is #5A6E46.

Border color

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

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

This div border color is #5A6E46.

Opacity

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

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

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

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

This text has shadow with #5A6E46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6E46.

Preview

Color preview on black background

This text has color #5A6E46 on black background.


Color preview on white background

This text has color #5A6E46 on white background.


Black color preview on #5A6E46 background

This text has black color on #5A6E46 background.


White color preview on #5A6E46 background

This text has white color on #5A6E46 background.


Related colors

Complementary color

Complementary color for #hex is #A591B9.


I love getcolorcode.com

Triadic colors

1 #465A6E and #6E465A with #5A6E46 are triadic colors.

2 #466E5A and #6E5A46 with #5A6E46 are triadic colors.