COLOR #5A6225

HEX: #5A6225
RGB: (90,98,37)

Color info

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

RGB color model

#5A6225 color RGB value is (90,98,37).

  • red value is 90;
  • green value is 98;
  • blue value is 37.
RGB:
(90,98,37)
(35%,38%,15%)

RGB channels and saturation

R 90 of 255 = 35%
G 98 of 255 = 38%
B 37 of 255 = 15%

90
98
37

R + G + B ~ 29%. #5A6225 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 98 + 37 = 225 (100%)
R 90 of 225 ~ 40%
G 98 of 225 ~ 43.56%
B 37 of 225 ~ 16.44%

%40
%43.56
%16.44

CMYK color model

#5A6225 color CMYK value is (8,0,62,62).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 62.24%
  • key color value is 61.57%
CMYK:
(8,0,62,62)
C8M0Y62K62 
(8%,0%,62%,62%)
(0.08/0.00/0.62/0.62)	

CMYK percentages

%8.16
%0
%62.24
%61.57

Codes

Color #5A6225 in popluar color models

5A6225
RGB909837
HSL68°45.19%26.47%
HSB/HSV68°62.24%38.43%
CMYK8.16%0.00%62.24%
61.57%

Color #5A6225 in popluar number systems.

HEX5A6225
Decimal909837
Binary10110101100010100101
Octal13214245

Shades and tints

Shades of #5A6225

#5A6225
(90,98,37)
#525A22
(82,90,34)
#4A521F
(74,82,31)
#424A1C
(66,74,28)
#3A4219
(58,66,25)
#323A16
(50,58,22)
#2A3213
(42,50,19)
#222A10
(34,42,16)
#1A220D
(26,34,13)
#121A0A
(18,26,10)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #5A6225

#5A6225
(90,98,37)
#697038
(105,112,56)
#787E4B
(120,126,75)
#878C5E
(135,140,94)
#969A71
(150,154,113)
#A5A884
(165,168,132)
#B4B697
(180,182,151)
#C3C4AA
(195,196,170)
#D2D2BD
(210,210,189)
#E1E0D0
(225,224,208)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6225 color. Also use rgb(90,98,37) instead hex code.

Text Font Color

.myTextColor { color: #5A6225; }

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

This text font color is #5A6225.


Background Color

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

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

This div background color is #5A6225.


Border color

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

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

This div border color is #5A6225.


Opacity

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

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

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

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

This text has shadow with #5A6225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6225 on black background.


Color preview on white background

This text has color #5A6225 on white background.



Black color preview on #5A6225 background

This text has black color on #5A6225 background.


White color preview on #5A6225 background

This text has white color on #5A6225 background.