COLOR #5FA094

HEX: #5FA094 RGB: (95,160,148)

Color info

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

RGB color model

#5FA094 color RGB value is (95,160,148).

RGB: (95,160,148) (37%, 63%, 58%)

RGB channels and saturation

R 95 of 255 = 37%
G 160 of 255 = 63%
B 148 of 255 = 58%

95
160
148

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

Portions of RGB colors in percentages

R + G + B = 95 + 160 + 148 = 403 (100%)
R 95 of 403 ~ 23.57%
G 160 of 403 ~ 39.7%
B 148 of 403 ~ 36.72'%

%23.57
%39.7
%36.72

CMYK color model

#5FA094 color CMYK value is (41,0,7,37).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 37.25%

CMYK: (41,0,7,37)
C41M0Y7K37 (41%, 0%, 7%, 37%)
(0.41 / 0.00 / 0.07 / 0.37)

CMYK percentages

%40.63
%0
%7.5
%37.25

Codes

Color #5FA094 in popluar color models

5F A0 94
RGB 95 160 148
HSL 169° 25.49% 50.00%
HSB/HSV 169° 40.63% 62.75%
CMYK 40.63% 0.00% 7.50%
37.25%

Color #5FA094 in popluar number systems.

HEX 5F A0 94
Decimal 95 160 148
Binary 1011111 10100000 10010100
Octal 137 240 224

Shades and tints

Shades of #5FA094

#5FA094
(95,160,148)
#579287
(87,146,135)
#4F847A
(79,132,122)
#47766D
(71,118,109)
#3F6860
(63,104,96)
#375A53
(55,90,83)
#2F4C46
(47,76,70)
#273E39
(39,62,57)
#1F302C
(31,48,44)
#17221F
(23,34,31)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #5FA094

#5FA094
(95,160,148)
#6DA89D
(109,168,157)
#7BB0A6
(123,176,166)
#89B8AF
(137,184,175)
#97C0B8
(151,192,184)
#A5C8C1
(165,200,193)
#B3D0CA
(179,208,202)
#C1D8D3
(193,216,211)
#CFE0DC
(207,224,220)
#DDE8E5
(221,232,229)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA094 color. Also use rgb(95,160,148) instead hex code.

Text Font Color

.myTextColor { color: #5FA094; }

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

This text font color is #5FA094.

Background Color

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

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

This div background color is #5FA094.

Border color

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

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

This div border color is #5FA094.

Opacity

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

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

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

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

This text has shadow with #5FA094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA094.

Preview

Color preview on black background

This text has color #5FA094 on black background.


Color preview on white background

This text has color #5FA094 on white background.


Black color preview on #5FA094 background

This text has black color on #5FA094 background.


White color preview on #5FA094 background

This text has white color on #5FA094 background.


Related colors

Complementary color

Complementary color for #hex is #A05F6B.


I love getcolorcode.com

Triadic colors

1 #945FA0 and #A0945F with #5FA094 are triadic colors.

2 #94A05F and #A05F94 with #5FA094 are triadic colors.