COLOR #5A6627

HEX: #5A6627 RGB: (90,102,39)

Color info

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

RGB color model

#5A6627 color RGB value is (90,102,39).

RGB: (90,102,39) (35%, 40%, 15%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 39 of 255 = 15%

90
102
39

R + G + B ~ 30%. #5A6627 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 102 + 39 = 231 (100%)
R 90 of 231 ~ 38.96%
G 102 of 231 ~ 44.16%
B 39 of 231 ~ 16.88'%

%38.96
%44.16
%16.88

CMYK color model

#5A6627 color CMYK value is (12,0,62,60).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 61.76%
  • key color value is 60.00%

CMYK: (12,0,62,60)
C12M0Y62K60 (12%, 0%, 62%, 60%)
(0.12 / 0.00 / 0.62 / 0.60)

CMYK percentages

%11.76
%0
%61.76
%60

Codes

Color #5A6627 in popluar color models

5A 66 27
RGB 90 102 39
HSL 71° 44.68% 27.65%
HSB/HSV 71° 61.76% 40.00%
CMYK 11.76% 0.00% 61.76%
60.00%

Color #5A6627 in popluar number systems.

HEX 5A 66 27
Decimal 90 102 39
Binary 1011010 1100110 100111
Octal 132 146 47

Shades and tints

Shades of #5A6627

#5A6627
(90,102,39)
#525D24
(82,93,36)
#4A5421
(74,84,33)
#424B1E
(66,75,30)
#3A421B
(58,66,27)
#323918
(50,57,24)
#2A3015
(42,48,21)
#222712
(34,39,18)
#1A1E0F
(26,30,15)
#12150C
(18,21,12)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #5A6627

#5A6627
(90,102,39)
#69733A
(105,115,58)
#78804D
(120,128,77)
#878D60
(135,141,96)
#969A73
(150,154,115)
#A5A786
(165,167,134)
#B4B499
(180,180,153)
#C3C1AC
(195,193,172)
#D2CEBF
(210,206,191)
#E1DBD2
(225,219,210)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6627; }

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

This text font color is #5A6627.

Background Color

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

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

This div background color is #5A6627.

Border color

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

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

This div border color is #5A6627.

Opacity

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

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

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

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

This text has shadow with #5A6627 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6627.

Preview

Color preview on black background

This text has color #5A6627 on black background.


Color preview on white background

This text has color #5A6627 on white background.


Black color preview on #5A6627 background

This text has black color on #5A6627 background.


White color preview on #5A6627 background

This text has white color on #5A6627 background.


Related colors

Complementary color

Complementary color for #hex is #A599D8.


I love getcolorcode.com

Triadic colors

1 #275A66 and #66275A with #5A6627 are triadic colors.

2 #27665A and #665A27 with #5A6627 are triadic colors.