COLOR #5A7F41

HEX: #5A7F41
RGB: (90,127,65)

Color info

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

RGB color model

#5A7F41 color RGB value is (90,127,65).

  • red value is 90;
  • green value is 127;
  • blue value is 65.
RGB:
(90,127,65)
(35%,50%,25%)

RGB channels and saturation

R 90 of 255 = 35%
G 127 of 255 = 50%
B 65 of 255 = 25%

90
127
65

R + G + B ~ 37%. #5A7F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 127 + 65 = 282 (100%)
R 90 of 282 ~ 31.91%
G 127 of 282 ~ 45.04%
B 65 of 282 ~ 23.05%

%31.91
%45.04
%23.05

CMYK color model

#5A7F41 color CMYK value is (29,0,49,50).

  • cyan value is 29.13%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 50.20%
CMYK:
(29,0,49,50)
C29M0Y49K50 
(29%,0%,49%,50%)
(0.29/0.00/0.49/0.50)	

CMYK percentages

%29.13
%0
%48.82
%50.2

Codes

Color #5A7F41 in popluar color models

5A7F41
RGB9012765
HSL96°32.29%37.65%
HSB/HSV96°48.82%49.80%
CMYK29.13%0.00%48.82%
50.20%

Color #5A7F41 in popluar number systems.

HEX5A7F41
Decimal9012765
Binary101101011111111000001
Octal132177101

Shades and tints

Shades of #5A7F41

#5A7F41
(90,127,65)
#52743C
(82,116,60)
#4A6937
(74,105,55)
#425E32
(66,94,50)
#3A532D
(58,83,45)
#324828
(50,72,40)
#2A3D23
(42,61,35)
#22321E
(34,50,30)
#1A2719
(26,39,25)
#121C14
(18,28,20)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #5A7F41

#5A7F41
(90,127,65)
#698A52
(105,138,82)
#789563
(120,149,99)
#87A074
(135,160,116)
#96AB85
(150,171,133)
#A5B696
(165,182,150)
#B4C1A7
(180,193,167)
#C3CCB8
(195,204,184)
#D2D7C9
(210,215,201)
#E1E2DA
(225,226,218)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7F41 color. Also use rgb(90,127,65) instead hex code.

Text Font Color

.myTextColor { color: #5A7F41; }

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

This text font color is #5A7F41.


Background Color

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

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

This div background color is #5A7F41.


Border color

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

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

This div border color is #5A7F41.


Opacity

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

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

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

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

This text has shadow with #5A7F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7F41 on black background.


Color preview on white background

This text has color #5A7F41 on white background.



Black color preview on #5A7F41 background

This text has black color on #5A7F41 background.


White color preview on #5A7F41 background

This text has white color on #5A7F41 background.