COLOR #4F9393

HEX: #4F9393
RGB: (79,147,147)

Color info

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

RGB color model

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

  • red value is 79;
  • green value is 147;
  • blue value is 147.
RGB:
(79,147,147)
(31%,58%,58%)

RGB channels and saturation

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

79
147
147

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

Portions of RGB colors in percentages

R + G + B =
79 + 147 + 147 = 373 (100%)
R 79 of 373 ~ 21.18%
G 147 of 373 ~ 39.41%
B 147 of 373 ~ 39.41%

%21.18
%39.41
%39.41

CMYK color model

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

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(46,0,0,42)
C46M0Y0K42 
(46%,0%,0%,42%)
(0.46/0.00/0.00/0.42)	

CMYK percentages

%46.26
%0
%0
%42.35

Codes

Color #4F9393 in popluar color models

4F9393
RGB79147147
HSL180°30.09%44.31%
HSB/HSV180°46.26%57.65%
CMYK46.26%0.00%0.00%
42.35%

Color #4F9393 in popluar number systems.

HEX4F9393
Decimal79147147
Binary10011111001001110010011
Octal117223223

Shades and tints

Shades of #4F9393

#4F9393
(79,147,147)
#488686
(72,134,134)
#417979
(65,121,121)
#3A6C6C
(58,108,108)
#335F5F
(51,95,95)
#2C5252
(44,82,82)
#254545
(37,69,69)
#1E3838
(30,56,56)
#172B2B
(23,43,43)
#101E1E
(16,30,30)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4F9393

#4F9393
(79,147,147)
#5F9C9C
(95,156,156)
#6FA5A5
(111,165,165)
#7FAEAE
(127,174,174)
#8FB7B7
(143,183,183)
#9FC0C0
(159,192,192)
#AFC9C9
(175,201,201)
#BFD2D2
(191,210,210)
#CFDBDB
(207,219,219)
#DFE4E4
(223,228,228)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9393; }

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

This text font color is #4F9393.


Background Color

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

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

This div background color is #4F9393.


Border color

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

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

This div border color is #4F9393.


Opacity

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

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

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

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

This text has shadow with #4F9393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9393 on black background.


Color preview on white background

This text has color #4F9393 on white background.



Black color preview on #4F9393 background

This text has black color on #4F9393 background.


White color preview on #4F9393 background

This text has white color on #4F9393 background.