COLOR #4F726E

HEX: #4F726E
RGB: (79,114,110)

Color info

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

RGB color model

#4F726E color RGB value is (79,114,110).

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

RGB channels and saturation

R 79 of 255 = 31%
G 114 of 255 = 45%
B 110 of 255 = 43%

79
114
110

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

Portions of RGB colors in percentages

R + G + B =
79 + 114 + 110 = 303 (100%)
R 79 of 303 ~ 26.07%
G 114 of 303 ~ 37.62%
B 110 of 303 ~ 36.3%

%26.07
%37.62
%36.3

CMYK color model

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

  • cyan value is 30.70%
  • magenta value is 0.00%
  • yellow value is 3.51%
  • key color value is 55.29%
CMYK:
(31,0,4,55)
C31M0Y4K55 
(31%,0%,4%,55%)
(0.31/0.00/0.04/0.55)	

CMYK percentages

%30.7
%0
%3.51
%55.29

Codes

Color #4F726E in popluar color models

4F726E
RGB79114110
HSL173°18.13%37.84%
HSB/HSV173°30.70%44.71%
CMYK30.70%0.00%3.51%
55.29%

Color #4F726E in popluar number systems.

HEX4F726E
Decimal79114110
Binary100111111100101101110
Octal117162156

Shades and tints

Shades of #4F726E

#4F726E
(79,114,110)
#486864
(72,104,100)
#415E5A
(65,94,90)
#3A5450
(58,84,80)
#334A46
(51,74,70)
#2C403C
(44,64,60)
#253632
(37,54,50)
#1E2C28
(30,44,40)
#17221E
(23,34,30)
#101814
(16,24,20)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F726E

#4F726E
(79,114,110)
#5F7E7B
(95,126,123)
#6F8A88
(111,138,136)
#7F9695
(127,150,149)
#8FA2A2
(143,162,162)
#9FAEAF
(159,174,175)
#AFBABC
(175,186,188)
#BFC6C9
(191,198,201)
#CFD2D6
(207,210,214)
#DFDEE3
(223,222,227)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F726E; }

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

This text font color is #4F726E.


Background Color

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

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

This div background color is #4F726E.


Border color

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

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

This div border color is #4F726E.


Opacity

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

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

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

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

This text has shadow with #4F726E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F726E on black background.


Color preview on white background

This text has color #4F726E on white background.



Black color preview on #4F726E background

This text has black color on #4F726E background.


White color preview on #4F726E background

This text has white color on #4F726E background.