COLOR #5A6E4B

HEX: #5A6E4B RGB: (90,110,75)

Color info

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

RGB color model

#5A6E4B color RGB value is (90,110,75).

RGB: (90,110,75) (35%, 43%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 75 of 255 = 29%

90
110
75

R + G + B ~ 36%. #5A6E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 110 + 75 = 275 (100%)
R 90 of 275 ~ 32.73%
G 110 of 275 ~ 40%
B 75 of 275 ~ 27.27'%

%32.73
%40
%27.27

CMYK color model

#5A6E4B color CMYK value is (18,0,32,57).

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

CMYK: (18,0,32,57)
C18M0Y32K57 (18%, 0%, 32%, 57%)
(0.18 / 0.00 / 0.32 / 0.57)

CMYK percentages

%18.18
%0
%31.82
%56.86

Codes

Color #5A6E4B in popluar color models

5A 6E 4B
RGB 90 110 75
HSL 94° 18.92% 36.27%
HSB/HSV 94° 31.82% 43.14%
CMYK 18.18% 0.00% 31.82%
56.86%

Color #5A6E4B in popluar number systems.

HEX 5A 6E 4B
Decimal 90 110 75
Binary 1011010 1101110 1001011
Octal 132 156 113

Shades and tints

Shades of #5A6E4B

#5A6E4B
(90,110,75)
#526445
(82,100,69)
#4A5A3F
(74,90,63)
#425039
(66,80,57)
#3A4633
(58,70,51)
#323C2D
(50,60,45)
#2A3227
(42,50,39)
#222821
(34,40,33)
#1A1E1B
(26,30,27)
#121415
(18,20,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #5A6E4B

#5A6E4B
(90,110,75)
#697B5B
(105,123,91)
#78886B
(120,136,107)
#87957B
(135,149,123)
#96A28B
(150,162,139)
#A5AF9B
(165,175,155)
#B4BCAB
(180,188,171)
#C3C9BB
(195,201,187)
#D2D6CB
(210,214,203)
#E1E3DB
(225,227,219)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6E4B; }

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

This text font color is #5A6E4B.

Background Color

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

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

This div background color is #5A6E4B.

Border color

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

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

This div border color is #5A6E4B.

Opacity

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

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

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

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

This text has shadow with #5A6E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6E4B.

Preview

Color preview on black background

This text has color #5A6E4B on black background.


Color preview on white background

This text has color #5A6E4B on white background.


Black color preview on #5A6E4B background

This text has black color on #5A6E4B background.


White color preview on #5A6E4B background

This text has white color on #5A6E4B background.


Related colors

Complementary color

Complementary color for #hex is #A591B4.


I love getcolorcode.com

Triadic colors

1 #4B5A6E and #6E4B5A with #5A6E4B are triadic colors.

2 #4B6E5A and #6E5A4B with #5A6E4B are triadic colors.