COLOR #4FA594

HEX: #4FA594 RGB: (79,165,148)

Color info

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

RGB color model

#4FA594 color RGB value is (79,165,148).

RGB: (79,165,148) (31%, 65%, 58%)

RGB channels and saturation

R 79 of 255 = 31%
G 165 of 255 = 65%
B 148 of 255 = 58%

79
165
148

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

Portions of RGB colors in percentages

R + G + B = 79 + 165 + 148 = 392 (100%)
R 79 of 392 ~ 20.15%
G 165 of 392 ~ 42.09%
B 148 of 392 ~ 37.76'%

%20.15
%42.09
%37.76

CMYK color model

#4FA594 color CMYK value is (52,0,10,35).

  • cyan value is 52.12%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 35.29%

CMYK: (52,0,10,35)
C52M0Y10K35 (52%, 0%, 10%, 35%)
(0.52 / 0.00 / 0.10 / 0.35)

CMYK percentages

%52.12
%0
%10.3
%35.29

Codes

Color #4FA594 in popluar color models

4F A5 94
RGB 79 165 148
HSL 168° 35.25% 47.84%
HSB/HSV 168° 52.12% 64.71%
CMYK 52.12% 0.00% 10.30%
35.29%

Color #4FA594 in popluar number systems.

HEX 4F A5 94
Decimal 79 165 148
Binary 1001111 10100101 10010100
Octal 117 245 224

Shades and tints

Shades of #4FA594

#4FA594
(79,165,148)
#489687
(72,150,135)
#41877A
(65,135,122)
#3A786D
(58,120,109)
#336960
(51,105,96)
#2C5A53
(44,90,83)
#254B46
(37,75,70)
#1E3C39
(30,60,57)
#172D2C
(23,45,44)
#101E1F
(16,30,31)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #4FA594

#4FA594
(79,165,148)
#5FAD9D
(95,173,157)
#6FB5A6
(111,181,166)
#7FBDAF
(127,189,175)
#8FC5B8
(143,197,184)
#9FCDC1
(159,205,193)
#AFD5CA
(175,213,202)
#BFDDD3
(191,221,211)
#CFE5DC
(207,229,220)
#DFEDE5
(223,237,229)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA594 color. Also use rgb(79,165,148) instead hex code.

Text Font Color

.myTextColor { color: #4FA594; }

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

This text font color is #4FA594.

Background Color

.myBgColor { background-color: #4FA594; }

<div style="background-color:#4FA594">Inner text</div>

This div background color is #4FA594.

Border color

.myBorderColor { border: 1px solid #4FA594; }

<div style="border:3px solid #4FA594">Div</div>

This div border color is #4FA594.

Opacity

.myOpacity80 { color: #4FA594; opacity: 0.8; }

<p style="color:#4FA594;opacity:0.8;">80%</p>

Text with #4FA594 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 #4FA594;}

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

This text has shadow with #4FA594 color.


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

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

This text has shadow with #4FA594 primary color and red secondary color.


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

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

This text has shadow with #4FA594 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4FA594.

Preview

Color preview on black background

This text has color #4FA594 on black background.


Color preview on white background

This text has color #4FA594 on white background.


Black color preview on #4FA594 background

This text has black color on #4FA594 background.


White color preview on #4FA594 background

This text has white color on #4FA594 background.


Related colors

Complementary color

Complementary color for #hex is #B05A6B.


I love getcolorcode.com

Triadic colors

1 #944FA5 and #A5944F with #4FA594 are triadic colors.

2 #94A54F and #A54F94 with #4FA594 are triadic colors.