COLOR #5FA47B

HEX: #5FA47B RGB: (95,164,123)

Color info

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

RGB color model

#5FA47B color RGB value is (95,164,123).

RGB: (95,164,123) (37%, 64%, 48%)

RGB channels and saturation

R 95 of 255 = 37%
G 164 of 255 = 64%
B 123 of 255 = 48%

95
164
123

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

Portions of RGB colors in percentages

R + G + B = 95 + 164 + 123 = 382 (100%)
R 95 of 382 ~ 24.87%
G 164 of 382 ~ 42.93%
B 123 of 382 ~ 32.2'%

%24.87
%42.93
%32.2

CMYK color model

#5FA47B color CMYK value is (42,0,25,36).

  • cyan value is 42.07%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 35.69%

CMYK: (42,0,25,36)
C42M0Y25K36 (42%, 0%, 25%, 36%)
(0.42 / 0.00 / 0.25 / 0.36)

CMYK percentages

%42.07
%0
%25
%35.69

Codes

Color #5FA47B in popluar color models

5F A4 7B
RGB 95 164 123
HSL 144° 27.49% 50.78%
HSB/HSV 144° 42.07% 64.31%
CMYK 42.07% 0.00% 25.00%
35.69%

Color #5FA47B in popluar number systems.

HEX 5F A4 7B
Decimal 95 164 123
Binary 1011111 10100100 1111011
Octal 137 244 173

Shades and tints

Shades of #5FA47B

#5FA47B
(95,164,123)
#579670
(87,150,112)
#4F8865
(79,136,101)
#477A5A
(71,122,90)
#3F6C4F
(63,108,79)
#375E44
(55,94,68)
#2F5039
(47,80,57)
#27422E
(39,66,46)
#1F3423
(31,52,35)
#172618
(23,38,24)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #5FA47B

#5FA47B
(95,164,123)
#6DAC87
(109,172,135)
#7BB493
(123,180,147)
#89BC9F
(137,188,159)
#97C4AB
(151,196,171)
#A5CCB7
(165,204,183)
#B3D4C3
(179,212,195)
#C1DCCF
(193,220,207)
#CFE4DB
(207,228,219)
#DDECE7
(221,236,231)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA47B; }

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

This text font color is #5FA47B.

Background Color

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

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

This div background color is #5FA47B.

Border color

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

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

This div border color is #5FA47B.

Opacity

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

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

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

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

This text has shadow with #5FA47B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA47B.

Preview

Color preview on black background

This text has color #5FA47B on black background.


Color preview on white background

This text has color #5FA47B on white background.


Black color preview on #5FA47B background

This text has black color on #5FA47B background.


White color preview on #5FA47B background

This text has white color on #5FA47B background.


Related colors

Complementary color

Complementary color for #hex is #A05B84.


I love getcolorcode.com

Triadic colors

1 #7B5FA4 and #A47B5F with #5FA47B are triadic colors.

2 #7BA45F and #A45F7B with #5FA47B are triadic colors.