COLOR #5A6631

HEX: #5A6631 RGB: (90,102,49)

Color info

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

RGB color model

#5A6631 color RGB value is (90,102,49).

RGB: (90,102,49) (35%, 40%, 19%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 49 of 255 = 19%

90
102
49

R + G + B ~ 31%. #5A6631 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 102 + 49 = 241 (100%)
R 90 of 241 ~ 37.34%
G 102 of 241 ~ 42.32%
B 49 of 241 ~ 20.33'%

%37.34
%42.32
%20.33

CMYK color model

#5A6631 color CMYK value is (12,0,52,60).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK: (12,0,52,60) C12M0Y52K60 (12%,0%,52%,60%) (0.12/0.00/0.52/0.60) 

CMYK percentages

%11.76
%0
%51.96
%60

Codes

Color #5A6631 in popluar color models

5A 66 31
RGB 90 102 49
HSL 74° 35.10% 29.61%
HSB/HSV 74° 51.96% 40.00%
CMYK 11.76% 0.00% 51.96%
60.00%

Color #5A6631 in popluar number systems.

HEX 5A 66 31
Decimal 90 102 49
Binary 1011010 1100110 110001
Octal 132 146 61

Shades and tints

Shades of #5A6631

#5A6631
(90,102,49)
#525D2D
(82,93,45)
#4A5429
(74,84,41)
#424B25
(66,75,37)
#3A4221
(58,66,33)
#32391D
(50,57,29)
#2A3019
(42,48,25)
#222715
(34,39,21)
#1A1E11
(26,30,17)
#12150D
(18,21,13)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A6631

#5A6631
(90,102,49)
#697343
(105,115,67)
#788055
(120,128,85)
#878D67
(135,141,103)
#969A79
(150,154,121)
#A5A78B
(165,167,139)
#B4B49D
(180,180,157)
#C3C1AF
(195,193,175)
#D2CEC1
(210,206,193)
#E1DBD3
(225,219,211)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6631; }

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

This text font color is #5A6631.

Background Color

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

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

This div background color is #5A6631.

Border color

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

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

This div border color is #5A6631.

Opacity

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

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

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

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

This text has shadow with #5A6631 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6631.

Preview

Color preview on black background

This text has color #5A6631 on black background.


Color preview on white background

This text has color #5A6631 on white background.


Black color preview on #5A6631 background

This text has black color on #5A6631 background.


White color preview on #5A6631 background

This text has white color on #5A6631 background.


Related colors

Complementary color

Complementary color for #hex is #A599CE.


I love getcolorcode.com

Triadic colors

1 #315A66 and #66315A with #5A6631 are triadic colors.

2 #31665A and #665A31 with #5A6631 are triadic colors.