COLOR #5FB076

HEX: #5FB076 RGB: (95,176,118)

Color info

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

RGB color model

#5FB076 color RGB value is (95,176,118).

RGB: (95,176,118) (37%, 69%, 46%)

RGB channels and saturation

R 95 of 255 = 37%
G 176 of 255 = 69%
B 118 of 255 = 46%

95
176
118

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

Portions of RGB colors in percentages

R + G + B = 95 + 176 + 118 = 389 (100%)
R 95 of 389 ~ 24.42%
G 176 of 389 ~ 45.24%
B 118 of 389 ~ 30.33'%

%24.42
%45.24
%30.33

CMYK color model

#5FB076 color CMYK value is (46,0,33,31).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%

CMYK: (46,0,33,31)
C46M0Y33K31 (46%, 0%, 33%, 31%)
(0.46 / 0.00 / 0.33 / 0.31)

CMYK percentages

%46.02
%0
%32.95
%30.98

Codes

Color #5FB076 in popluar color models

5F B0 76
RGB 95 176 118
HSL 137° 33.89% 53.14%
HSB/HSV 137° 46.02% 69.02%
CMYK 46.02% 0.00% 32.95%
30.98%

Color #5FB076 in popluar number systems.

HEX 5F B0 76
Decimal 95 176 118
Binary 1011111 10110000 1110110
Octal 137 260 166

Shades and tints

Shades of #5FB076

#5FB076
(95,176,118)
#57A06C
(87,160,108)
#4F9062
(79,144,98)
#478058
(71,128,88)
#3F704E
(63,112,78)
#376044
(55,96,68)
#2F503A
(47,80,58)
#274030
(39,64,48)
#1F3026
(31,48,38)
#17201C
(23,32,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #5FB076

#5FB076
(95,176,118)
#6DB782
(109,183,130)
#7BBE8E
(123,190,142)
#89C59A
(137,197,154)
#97CCA6
(151,204,166)
#A5D3B2
(165,211,178)
#B3DABE
(179,218,190)
#C1E1CA
(193,225,202)
#CFE8D6
(207,232,214)
#DDEFE2
(221,239,226)
#EBF6EE
(235,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FB076 color. Also use rgb(95,176,118) instead hex code.

Text Font Color

.myTextColor { color: #5FB076; }

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

This text font color is #5FB076.

Background Color

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

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

This div background color is #5FB076.

Border color

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

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

This div border color is #5FB076.

Opacity

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

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

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

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

This text has shadow with #5FB076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FB076.

Preview

Color preview on black background

This text has color #5FB076 on black background.


Color preview on white background

This text has color #5FB076 on white background.


Black color preview on #5FB076 background

This text has black color on #5FB076 background.


White color preview on #5FB076 background

This text has white color on #5FB076 background.


Related colors

Complementary color

Complementary color for #hex is #A04F89.


I love getcolorcode.com

Triadic colors

1 #765FB0 and #B0765F with #5FB076 are triadic colors.

2 #76B05F and #B05F76 with #5FB076 are triadic colors.