COLOR #4F7373

HEX: #4F7373
RGB: (79,115,115)

Color info

#4F7373 contains red, green and blue colors in about the same proportion. Web safe color of #4F7373 is #666666 (or #666).

RGB color model

#4F7373 color RGB value is (79,115,115).

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

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 115 of 255 = 45%

79
115
115

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

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 115 = 309 (100%)
R 79 of 309 ~ 25.57%
G 115 of 309 ~ 37.22%
B 115 of 309 ~ 37.22%

%25.57
%37.22
%37.22

CMYK color model

#4F7373 color CMYK value is (31,0,0,55).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(31,0,0,55)
C31M0Y0K55 
(31%,0%,0%,55%)
(0.31/0.00/0.00/0.55)	

CMYK percentages

%31.3
%0
%0
%54.9

Codes

Color #4F7373 in popluar color models

4F7373
RGB79115115
HSL180°18.56%38.04%
HSB/HSV180°31.30%45.10%
CMYK31.30%0.00%0.00%
54.90%

Color #4F7373 in popluar number systems.

HEX4F7373
Decimal79115115
Binary100111111100111110011
Octal117163163

Shades and tints

Shades of #4F7373

#4F7373
(79,115,115)
#486969
(72,105,105)
#415F5F
(65,95,95)
#3A5555
(58,85,85)
#334B4B
(51,75,75)
#2C4141
(44,65,65)
#253737
(37,55,55)
#1E2D2D
(30,45,45)
#172323
(23,35,35)
#101919
(16,25,25)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #4F7373

#4F7373
(79,115,115)
#5F7F7F
(95,127,127)
#6F8B8B
(111,139,139)
#7F9797
(127,151,151)
#8FA3A3
(143,163,163)
#9FAFAF
(159,175,175)
#AFBBBB
(175,187,187)
#BFC7C7
(191,199,199)
#CFD3D3
(207,211,211)
#DFDFDF
(223,223,223)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7373; }

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

This text font color is #4F7373.


Background Color

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

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

This div background color is #4F7373.


Border color

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

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

This div border color is #4F7373.


Opacity

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

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

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

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

This text has shadow with #4F7373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7373 on black background.


Color preview on white background

This text has color #4F7373 on white background.



Black color preview on #4F7373 background

This text has black color on #4F7373 background.


White color preview on #4F7373 background

This text has white color on #4F7373 background.