COLOR #5A6E25

HEX: #5A6E25
RGB: (90,110,37)

Color info

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

RGB color model

#5A6E25 color RGB value is (90,110,37).

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

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 37 of 255 = 15%

90
110
37

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

Portions of RGB colors in percentages

R + G + B =
90 + 110 + 37 = 237 (100%)
R 90 of 237 ~ 37.97%
G 110 of 237 ~ 46.41%
B 37 of 237 ~ 15.61%

%37.97
%46.41
%15.61

CMYK color model

#5A6E25 color CMYK value is (18,0,66,57).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 66.36%
  • key color value is 56.86%
CMYK: (18,0,66,57) C18M0Y66K57 (18%,0%,66%,57%) (0.18/0.00/0.66/0.57)

CMYK percentages

%18.18
%0
%66.36
%56.86

Codes

Color #5A6E25 in popluar color models

5A6E25
RGB9011037
HSL76°49.66%28.82%
HSB/HSV76°66.36%43.14%
CMYK18.18%0.00%66.36%
56.86%

Color #5A6E25 in popluar number systems.

HEX5A6E25
Decimal9011037
Binary10110101101110100101
Octal13215645

Shades and tints

Shades of #5A6E25

#5A6E25
(90,110,37)
#526422
(82,100,34)
#4A5A1F
(74,90,31)
#42501C
(66,80,28)
#3A4619
(58,70,25)
#323C16
(50,60,22)
#2A3213
(42,50,19)
#222810
(34,40,16)
#1A1E0D
(26,30,13)
#12140A
(18,20,10)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #5A6E25

#5A6E25
(90,110,37)
#697B38
(105,123,56)
#78884B
(120,136,75)
#87955E
(135,149,94)
#96A271
(150,162,113)
#A5AF84
(165,175,132)
#B4BC97
(180,188,151)
#C3C9AA
(195,201,170)
#D2D6BD
(210,214,189)
#E1E3D0
(225,227,208)
#F0F0E3
(240,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6E25; }

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

This text font color is #5A6E25.


Background Color

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

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

This div background color is #5A6E25.


Border color

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

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

This div border color is #5A6E25.


Opacity

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

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

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

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

This text has shadow with #5A6E25 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A6E25 on black background.


Color preview on white background

This text has color #5A6E25 on white background.



Black color preview on #5A6E25 background

This text has black color on #5A6E25 background.


White color preview on #5A6E25 background

This text has white color on #5A6E25 background.