COLOR #4F7474

HEX: #4F7474
RGB: (79,116,116)

Color info

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

RGB color model

#4F7474 color RGB value is (79,116,116).

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

RGB channels and saturation

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

79
116
116

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

Portions of RGB colors in percentages

R + G + B =
79 + 116 + 116 = 311 (100%)
R 79 of 311 ~ 25.4%
G 116 of 311 ~ 37.3%
B 116 of 311 ~ 37.3%

%25.4
%37.3
%37.3

CMYK color model

#4F7474 color CMYK value is (32,0,0,55).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(32,0,0,55)
C32M0Y0K55 
(32%,0%,0%,55%)
(0.32/0.00/0.00/0.55)	

CMYK percentages

%31.9
%0
%0
%54.51

Codes

Color #4F7474 in popluar color models

4F7474
RGB79116116
HSL180°18.97%38.24%
HSB/HSV180°31.90%45.49%
CMYK31.90%0.00%0.00%
54.51%

Color #4F7474 in popluar number systems.

HEX4F7474
Decimal79116116
Binary100111111101001110100
Octal117164164

Shades and tints

Shades of #4F7474

#4F7474
(79,116,116)
#486A6A
(72,106,106)
#416060
(65,96,96)
#3A5656
(58,86,86)
#334C4C
(51,76,76)
#2C4242
(44,66,66)
#253838
(37,56,56)
#1E2E2E
(30,46,46)
#172424
(23,36,36)
#101A1A
(16,26,26)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #4F7474

#4F7474
(79,116,116)
#5F8080
(95,128,128)
#6F8C8C
(111,140,140)
#7F9898
(127,152,152)
#8FA4A4
(143,164,164)
#9FB0B0
(159,176,176)
#AFBCBC
(175,188,188)
#BFC8C8
(191,200,200)
#CFD4D4
(207,212,212)
#DFE0E0
(223,224,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7474; }

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

This text font color is #4F7474.


Background Color

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

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

This div background color is #4F7474.


Border color

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

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

This div border color is #4F7474.


Opacity

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

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

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

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

This text has shadow with #4F7474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7474 on black background.


Color preview on white background

This text has color #4F7474 on white background.



Black color preview on #4F7474 background

This text has black color on #4F7474 background.


White color preview on #4F7474 background

This text has white color on #4F7474 background.