COLOR #5F9B84

HEX: #5F9B84 RGB: (95,155,132)

Color info

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

RGB color model

#5F9B84 color RGB value is (95,155,132).

RGB: (95,155,132) (37%, 61%, 52%)

RGB channels and saturation

R 95 of 255 = 37%
G 155 of 255 = 61%
B 132 of 255 = 52%

95
155
132

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

Portions of RGB colors in percentages

R + G + B = 95 + 155 + 132 = 382 (100%)
R 95 of 382 ~ 24.87%
G 155 of 382 ~ 40.58%
B 132 of 382 ~ 34.55'%

%24.87
%40.58
%34.55

CMYK color model

#5F9B84 color CMYK value is (39,0,15,39).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 39.22%

CMYK: (39,0,15,39)
C39M0Y15K39 (39%, 0%, 15%, 39%)
(0.39 / 0.00 / 0.15 / 0.39)

CMYK percentages

%38.71
%0
%14.84
%39.22

Codes

Color #5F9B84 in popluar color models

5F 9B 84
RGB 95 155 132
HSL 157° 24.00% 49.02%
HSB/HSV 157° 38.71% 60.78%
CMYK 38.71% 0.00% 14.84%
39.22%

Color #5F9B84 in popluar number systems.

HEX 5F 9B 84
Decimal 95 155 132
Binary 1011111 10011011 10000100
Octal 137 233 204

Shades and tints

Shades of #5F9B84

#5F9B84
(95,155,132)
#578D78
(87,141,120)
#4F7F6C
(79,127,108)
#477160
(71,113,96)
#3F6354
(63,99,84)
#375548
(55,85,72)
#2F473C
(47,71,60)
#273930
(39,57,48)
#1F2B24
(31,43,36)
#171D18
(23,29,24)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #5F9B84

#5F9B84
(95,155,132)
#6DA48F
(109,164,143)
#7BAD9A
(123,173,154)
#89B6A5
(137,182,165)
#97BFB0
(151,191,176)
#A5C8BB
(165,200,187)
#B3D1C6
(179,209,198)
#C1DAD1
(193,218,209)
#CFE3DC
(207,227,220)
#DDECE7
(221,236,231)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9B84 color. Also use rgb(95,155,132) instead hex code.

Text Font Color

.myTextColor { color: #5F9B84; }

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

This text font color is #5F9B84.

Background Color

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

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

This div background color is #5F9B84.

Border color

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

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

This div border color is #5F9B84.

Opacity

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

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

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

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

This text has shadow with #5F9B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9B84.

Preview

Color preview on black background

This text has color #5F9B84 on black background.


Color preview on white background

This text has color #5F9B84 on white background.


Black color preview on #5F9B84 background

This text has black color on #5F9B84 background.


White color preview on #5F9B84 background

This text has white color on #5F9B84 background.


Related colors

Complementary color

Complementary color for #hex is #A0647B.


I love getcolorcode.com

Triadic colors

1 #845F9B and #9B845F with #5F9B84 are triadic colors.

2 #849B5F and #9B5F84 with #5F9B84 are triadic colors.