COLOR #5FA764

HEX: #5FA764
RGB: (95,167,100)

Color info

#5FA764 contains mainly green color. Web safe color of #5FA764 is #669966 (or #696).

RGB color model

#5FA764 color RGB value is (95,167,100).

  • red value is 95;
  • green value is 167;
  • blue value is 100.
RGB:
(95,167,100)
(37%,65%,39%)

RGB channels and saturation

R 95 of 255 = 37%
G 167 of 255 = 65%
B 100 of 255 = 39%

95
167
100

R + G + B ~ 47%. #5FA764 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 167 + 100 = 362 (100%)
R 95 of 362 ~ 26.24%
G 167 of 362 ~ 46.13%
B 100 of 362 ~ 27.62%

%26.24
%46.13
%27.62

CMYK color model

#5FA764 color CMYK value is (43,0,40,35).

  • cyan value is 43.11%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 34.51%
CMYK:
(43,0,40,35)
C43M0Y40K35 
(43%,0%,40%,35%)
(0.43/0.00/0.40/0.35)	

CMYK percentages

%43.11
%0
%40.12
%34.51

Codes

Color #5FA764 in popluar color models

5FA764
RGB95167100
HSL124°29.03%51.37%
HSB/HSV124°43.11%65.49%
CMYK43.11%0.00%40.12%
34.51%

Color #5FA764 in popluar number systems.

HEX5FA764
Decimal95167100
Binary1011111101001111100100
Octal137247144

Shades and tints

Shades of #5FA764

#5FA764
(95,167,100)
#57985B
(87,152,91)
#4F8952
(79,137,82)
#477A49
(71,122,73)
#3F6B40
(63,107,64)
#375C37
(55,92,55)
#2F4D2E
(47,77,46)
#273E25
(39,62,37)
#1F2F1C
(31,47,28)
#172013
(23,32,19)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #5FA764

#5FA764
(95,167,100)
#6DAF72
(109,175,114)
#7BB780
(123,183,128)
#89BF8E
(137,191,142)
#97C79C
(151,199,156)
#A5CFAA
(165,207,170)
#B3D7B8
(179,215,184)
#C1DFC6
(193,223,198)
#CFE7D4
(207,231,212)
#DDEFE2
(221,239,226)
#EBF7F0
(235,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA764 color. Also use rgb(95,167,100) instead hex code.

Text Font Color

.myTextColor { color: #5FA764; }

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

This text font color is #5FA764.


Background Color

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

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

This div background color is #5FA764.


Border color

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

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

This div border color is #5FA764.


Opacity

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

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

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

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

This text has shadow with #5FA764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA764 on black background.


Color preview on white background

This text has color #5FA764 on white background.



Black color preview on #5FA764 background

This text has black color on #5FA764 background.


White color preview on #5FA764 background

This text has white color on #5FA764 background.