COLOR #5A6E31

HEX: #5A6E31 RGB: (90,110,49)

Color info

#5A6E31 contains mainly red and green colors. Web safe color of #5A6E31 is #666633 (or #663).

RGB color model

#5A6E31 color RGB value is (90,110,49).

RGB: (90,110,49) (35%, 43%, 19%)

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 49 of 255 = 19%

90
110
49

R + G + B ~ 32%. #5A6E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 110 + 49 = 249 (100%)
R 90 of 249 ~ 36.14%
G 110 of 249 ~ 44.18%
B 49 of 249 ~ 19.68'%

%36.14
%44.18
%19.68

CMYK color model

#5A6E31 color CMYK value is (18,0,55,57).

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

CMYK: (18,0,55,57)
C18M0Y55K57 (18%, 0%, 55%, 57%)
(0.18 / 0.00 / 0.55 / 0.57)

CMYK percentages

%18.18
%0
%55.45
%56.86

Codes

Color #5A6E31 in popluar color models

5A 6E 31
RGB 90 110 49
HSL 80° 38.36% 31.18%
HSB/HSV 80° 55.45% 43.14%
CMYK 18.18% 0.00% 55.45%
56.86%

Color #5A6E31 in popluar number systems.

HEX 5A 6E 31
Decimal 90 110 49
Binary 1011010 1101110 110001
Octal 132 156 61

Shades and tints

Shades of #5A6E31

#5A6E31
(90,110,49)
#52642D
(82,100,45)
#4A5A29
(74,90,41)
#425025
(66,80,37)
#3A4621
(58,70,33)
#323C1D
(50,60,29)
#2A3219
(42,50,25)
#222815
(34,40,21)
#1A1E11
(26,30,17)
#12140D
(18,20,13)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #5A6E31

#5A6E31
(90,110,49)
#697B43
(105,123,67)
#788855
(120,136,85)
#879567
(135,149,103)
#96A279
(150,162,121)
#A5AF8B
(165,175,139)
#B4BC9D
(180,188,157)
#C3C9AF
(195,201,175)
#D2D6C1
(210,214,193)
#E1E3D3
(225,227,211)
#F0F0E5
(240,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6E31; }

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

This text font color is #5A6E31.

Background Color

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

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

This div background color is #5A6E31.

Border color

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

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

This div border color is #5A6E31.

Opacity

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

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

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

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

This text has shadow with #5A6E31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6E31.

Preview

Color preview on black background

This text has color #5A6E31 on black background.


Color preview on white background

This text has color #5A6E31 on white background.


Black color preview on #5A6E31 background

This text has black color on #5A6E31 background.


White color preview on #5A6E31 background

This text has white color on #5A6E31 background.


Related colors

Complementary color

Complementary color for #hex is #A591CE.


I love getcolorcode.com

Triadic colors

1 #315A6E and #6E315A with #5A6E31 are triadic colors.

2 #316E5A and #6E5A31 with #5A6E31 are triadic colors.