COLOR #4F9389

HEX: #4F9389 RGB: (79,147,137)

Color info

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

RGB color model

#4F9389 color RGB value is (79,147,137).

RGB: (79,147,137) (31%, 58%, 54%)

RGB channels and saturation

R 79 of 255 = 31%
G 147 of 255 = 58%
B 137 of 255 = 54%

79
147
137

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

Portions of RGB colors in percentages

R + G + B = 79 + 147 + 137 = 363 (100%)
R 79 of 363 ~ 21.76%
G 147 of 363 ~ 40.5%
B 137 of 363 ~ 37.74'%

%21.76
%40.5
%37.74

CMYK color model

#4F9389 color CMYK value is (46,0,7,42).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 42.35%

CMYK: (46,0,7,42)
C46M0Y7K42 (46%, 0%, 7%, 42%)
(0.46 / 0.00 / 0.07 / 0.42)

CMYK percentages

%46.26
%0
%6.8
%42.35

Codes

Color #4F9389 in popluar color models

4F 93 89
RGB 79 147 137
HSL 171° 30.09% 44.31%
HSB/HSV 171° 46.26% 57.65%
CMYK 46.26% 0.00% 6.80%
42.35%

Color #4F9389 in popluar number systems.

HEX 4F 93 89
Decimal 79 147 137
Binary 1001111 10010011 10001001
Octal 117 223 211

Shades and tints

Shades of #4F9389

#4F9389
(79,147,137)
#48867D
(72,134,125)
#417971
(65,121,113)
#3A6C65
(58,108,101)
#335F59
(51,95,89)
#2C524D
(44,82,77)
#254541
(37,69,65)
#1E3835
(30,56,53)
#172B29
(23,43,41)
#101E1D
(16,30,29)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4F9389

#4F9389
(79,147,137)
#5F9C93
(95,156,147)
#6FA59D
(111,165,157)
#7FAEA7
(127,174,167)
#8FB7B1
(143,183,177)
#9FC0BB
(159,192,187)
#AFC9C5
(175,201,197)
#BFD2CF
(191,210,207)
#CFDBD9
(207,219,217)
#DFE4E3
(223,228,227)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9389 color. Also use rgb(79,147,137) instead hex code.

Text Font Color

.myTextColor { color: #4F9389; }

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

This text font color is #4F9389.

Background Color

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

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

This div background color is #4F9389.

Border color

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

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

This div border color is #4F9389.

Opacity

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

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

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

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

This text has shadow with #4F9389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9389.

Preview

Color preview on black background

This text has color #4F9389 on black background.


Color preview on white background

This text has color #4F9389 on white background.


Black color preview on #4F9389 background

This text has black color on #4F9389 background.


White color preview on #4F9389 background

This text has white color on #4F9389 background.


Related colors

Complementary color

Complementary color for #hex is #B06C76.


I love getcolorcode.com

Triadic colors

1 #894F93 and #93894F with #4F9389 are triadic colors.

2 #89934F and #934F89 with #4F9389 are triadic colors.