COLOR #5FA488

HEX: #5FA488 RGB: (95,164,136)

Color info

#5FA488 contains mainly green and blue colors. Web safe color of #5FA488 is #669999 (or #699).

RGB color model

#5FA488 color RGB value is (95,164,136).

RGB: (95,164,136) (37%, 64%, 53%)

RGB channels and saturation

R 95 of 255 = 37%
G 164 of 255 = 64%
B 136 of 255 = 53%

95
164
136

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

Portions of RGB colors in percentages

R + G + B = 95 + 164 + 136 = 395 (100%)
R 95 of 395 ~ 24.05%
G 164 of 395 ~ 41.52%
B 136 of 395 ~ 34.43'%

%24.05
%41.52
%34.43

CMYK color model

#5FA488 color CMYK value is (42,0,17,36).

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

CMYK: (42,0,17,36)
C42M0Y17K36 (42%, 0%, 17%, 36%)
(0.42 / 0.00 / 0.17 / 0.36)

CMYK percentages

%42.07
%0
%17.07
%35.69

Codes

Color #5FA488 in popluar color models

5F A4 88
RGB 95 164 136
HSL 156° 27.49% 50.78%
HSB/HSV 156° 42.07% 64.31%
CMYK 42.07% 0.00% 17.07%
35.69%

Color #5FA488 in popluar number systems.

HEX 5F A4 88
Decimal 95 164 136
Binary 1011111 10100100 10001000
Octal 137 244 210

Shades and tints

Shades of #5FA488

#5FA488
(95,164,136)
#57967C
(87,150,124)
#4F8870
(79,136,112)
#477A64
(71,122,100)
#3F6C58
(63,108,88)
#375E4C
(55,94,76)
#2F5040
(47,80,64)
#274234
(39,66,52)
#1F3428
(31,52,40)
#17261C
(23,38,28)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #5FA488

#5FA488
(95,164,136)
#6DAC92
(109,172,146)
#7BB49C
(123,180,156)
#89BCA6
(137,188,166)
#97C4B0
(151,196,176)
#A5CCBA
(165,204,186)
#B3D4C4
(179,212,196)
#C1DCCE
(193,220,206)
#CFE4D8
(207,228,216)
#DDECE2
(221,236,226)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA488; }

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

This text font color is #5FA488.

Background Color

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

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

This div background color is #5FA488.

Border color

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

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

This div border color is #5FA488.

Opacity

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

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

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

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

This text has shadow with #5FA488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA488.

Preview

Color preview on black background

This text has color #5FA488 on black background.


Color preview on white background

This text has color #5FA488 on white background.


Black color preview on #5FA488 background

This text has black color on #5FA488 background.


White color preview on #5FA488 background

This text has white color on #5FA488 background.


Related colors

Complementary color

Complementary color for #hex is #A05B77.


I love getcolorcode.com

Triadic colors

1 #885FA4 and #A4885F with #5FA488 are triadic colors.

2 #88A45F and #A45F88 with #5FA488 are triadic colors.