COLOR #5F7A3A

HEX: #5F7A3A
RGB: (95,122,58)

Color info

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

RGB color model

#5F7A3A color RGB value is (95,122,58).

  • red value is 95;
  • green value is 122;
  • blue value is 58.
RGB:
(95,122,58)
(37%,48%,23%)

RGB channels and saturation

R 95 of 255 = 37%
G 122 of 255 = 48%
B 58 of 255 = 23%

95
122
58

R + G + B ~ 36%. #5F7A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 122 + 58 = 275 (100%)
R 95 of 275 ~ 34.55%
G 122 of 275 ~ 44.36%
B 58 of 275 ~ 21.09%

%34.55
%44.36
%21.09

CMYK color model

#5F7A3A color CMYK value is (22,0,52,52).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 52.46%
  • key color value is 52.16%
CMYK:
(22,0,52,52)
C22M0Y52K52 
(22%,0%,52%,52%)
(0.22/0.00/0.52/0.52)	

CMYK percentages

%22.13
%0
%52.46
%52.16

Codes

Color #5F7A3A in popluar color models

5F7A3A
RGB9512258
HSL85°35.56%35.29%
HSB/HSV85°52.46%47.84%
CMYK22.13%0.00%52.46%
52.16%

Color #5F7A3A in popluar number systems.

HEX5F7A3A
Decimal9512258
Binary10111111111010111010
Octal13717272

Shades and tints

Shades of #5F7A3A

#5F7A3A
(95,122,58)
#576F35
(87,111,53)
#4F6430
(79,100,48)
#47592B
(71,89,43)
#3F4E26
(63,78,38)
#374321
(55,67,33)
#2F381C
(47,56,28)
#272D17
(39,45,23)
#1F2212
(31,34,18)
#17170D
(23,23,13)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #5F7A3A

#5F7A3A
(95,122,58)
#6D864B
(109,134,75)
#7B925C
(123,146,92)
#899E6D
(137,158,109)
#97AA7E
(151,170,126)
#A5B68F
(165,182,143)
#B3C2A0
(179,194,160)
#C1CEB1
(193,206,177)
#CFDAC2
(207,218,194)
#DDE6D3
(221,230,211)
#EBF2E4
(235,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7A3A color. Also use rgb(95,122,58) instead hex code.

Text Font Color

.myTextColor { color: #5F7A3A; }

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

This text font color is #5F7A3A.


Background Color

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

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

This div background color is #5F7A3A.


Border color

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

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

This div border color is #5F7A3A.


Opacity

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

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

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

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

This text has shadow with #5F7A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7A3A on black background.


Color preview on white background

This text has color #5F7A3A on white background.



Black color preview on #5F7A3A background

This text has black color on #5F7A3A background.


White color preview on #5F7A3A background

This text has white color on #5F7A3A background.