COLOR #5FB07B

HEX: #5FB07B
RGB: (95,176,123)

Color info

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

RGB color model

#5FB07B color RGB value is (95,176,123).

  • red value is 95;
  • green value is 176;
  • blue value is 123.
RGB:
(95,176,123)
(37%,69%,48%)

RGB channels and saturation

R 95 of 255 = 37%
G 176 of 255 = 69%
B 123 of 255 = 48%

95
176
123

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

Portions of RGB colors in percentages

R + G + B =
95 + 176 + 123 = 394 (100%)
R 95 of 394 ~ 24.11%
G 176 of 394 ~ 44.67%
B 123 of 394 ~ 31.22%

%24.11
%44.67
%31.22

CMYK color model

#5FB07B color CMYK value is (46,0,30,31).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 30.11%
  • key color value is 30.98%
CMYK:
(46,0,30,31)
C46M0Y30K31 
(46%,0%,30%,31%)
(0.46/0.00/0.30/0.31)	

CMYK percentages

%46.02
%0
%30.11
%30.98

Codes

Color #5FB07B in popluar color models

5FB07B
RGB95176123
HSL141°33.89%53.14%
HSB/HSV141°46.02%69.02%
CMYK46.02%0.00%30.11%
30.98%

Color #5FB07B in popluar number systems.

HEX5FB07B
Decimal95176123
Binary1011111101100001111011
Octal137260173

Shades and tints

Shades of #5FB07B

#5FB07B
(95,176,123)
#57A070
(87,160,112)
#4F9065
(79,144,101)
#47805A
(71,128,90)
#3F704F
(63,112,79)
#376044
(55,96,68)
#2F5039
(47,80,57)
#27402E
(39,64,46)
#1F3023
(31,48,35)
#172018
(23,32,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #5FB07B

#5FB07B
(95,176,123)
#6DB787
(109,183,135)
#7BBE93
(123,190,147)
#89C59F
(137,197,159)
#97CCAB
(151,204,171)
#A5D3B7
(165,211,183)
#B3DAC3
(179,218,195)
#C1E1CF
(193,225,207)
#CFE8DB
(207,232,219)
#DDEFE7
(221,239,231)
#EBF6F3
(235,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FB07B; }

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

This text font color is #5FB07B.


Background Color

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

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

This div background color is #5FB07B.


Border color

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

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

This div border color is #5FB07B.


Opacity

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

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

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

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

This text has shadow with #5FB07B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FB07B on black background.


Color preview on white background

This text has color #5FB07B on white background.



Black color preview on #5FB07B background

This text has black color on #5FB07B background.


White color preview on #5FB07B background

This text has white color on #5FB07B background.