COLOR #5FAD72

HEX: #5FAD72 RGB: (95,173,114)

Color info

#5FAD72 contains mainly green and blue colors. Web safe color of #5FAD72 is #669966 (or #696).

RGB color model

#5FAD72 color RGB value is (95,173,114).

RGB: (95,173,114) (37%, 68%, 45%)

RGB channels and saturation

R 95 of 255 = 37%
G 173 of 255 = 68%
B 114 of 255 = 45%

95
173
114

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

Portions of RGB colors in percentages

R + G + B = 95 + 173 + 114 = 382 (100%)
R 95 of 382 ~ 24.87%
G 173 of 382 ~ 45.29%
B 114 of 382 ~ 29.84'%

%24.87
%45.29
%29.84

CMYK color model

#5FAD72 color CMYK value is (45,0,34,32).

  • cyan value is 45.09%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%
CMYK: (45,0,34,32) C45M0Y34K32 (45%,0%,34%,32%) (0.45/0.00/0.34/0.32) 

CMYK percentages

%45.09
%0
%34.1
%32.16

Codes

Color #5FAD72 in popluar color models

5F AD 72
RGB 95 173 114
HSL 135° 32.23% 52.55%
HSB/HSV 135° 45.09% 67.84%
CMYK 45.09% 0.00% 34.10%
32.16%

Color #5FAD72 in popluar number systems.

HEX 5F AD 72
Decimal 95 173 114
Binary 1011111 10101101 1110010
Octal 137 255 162

Shades and tints

Shades of #5FAD72

#5FAD72
(95,173,114)
#579E68
(87,158,104)
#4F8F5E
(79,143,94)
#478054
(71,128,84)
#3F714A
(63,113,74)
#376240
(55,98,64)
#2F5336
(47,83,54)
#27442C
(39,68,44)
#1F3522
(31,53,34)
#172618
(23,38,24)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #5FAD72

#5FAD72
(95,173,114)
#6DB47E
(109,180,126)
#7BBB8A
(123,187,138)
#89C296
(137,194,150)
#97C9A2
(151,201,162)
#A5D0AE
(165,208,174)
#B3D7BA
(179,215,186)
#C1DEC6
(193,222,198)
#CFE5D2
(207,229,210)
#DDECDE
(221,236,222)
#EBF3EA
(235,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAD72 color. Also use rgb(95,173,114) instead hex code.

Text Font Color

.myTextColor { color: #5FAD72; }

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

This text font color is #5FAD72.

Background Color

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

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

This div background color is #5FAD72.

Border color

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

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

This div border color is #5FAD72.

Opacity

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

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

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

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

This text has shadow with #5FAD72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FAD72.

Preview

Color preview on black background

This text has color #5FAD72 on black background.


Color preview on white background

This text has color #5FAD72 on white background.


Black color preview on #5FAD72 background

This text has black color on #5FAD72 background.


White color preview on #5FAD72 background

This text has white color on #5FAD72 background.


Related colors

Complementary color

Complementary color for #hex is #A0528D.


I love getcolorcode.com

Triadic colors

1 #725FAD and #AD725F with #5FAD72 are triadic colors.

2 #72AD5F and #AD5F72 with #5FAD72 are triadic colors.