COLOR #4F6F6E

HEX: #4F6F6E
RGB: (79,111,110)

Color info

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

RGB color model

#4F6F6E color RGB value is (79,111,110).

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

RGB channels and saturation

R 79 of 255 = 31%
G 111 of 255 = 44%
B 110 of 255 = 43%

79
111
110

R + G + B ~ 39%. #4F6F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 111 + 110 = 300 (100%)
R 79 of 300 ~ 26.33%
G 111 of 300 ~ 37%
B 110 of 300 ~ 36.67%

%26.33
%37
%36.67

CMYK color model

#4F6F6E color CMYK value is (29,0,1,56).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK:
(29,0,1,56)
C29M0Y1K56 
(29%,0%,1%,56%)
(0.29/0.00/0.01/0.56)	

CMYK percentages

%28.83
%0
%0.9
%56.47

Codes

Color #4F6F6E in popluar color models

4F6F6E
RGB79111110
HSL178°16.84%37.25%
HSB/HSV178°28.83%43.53%
CMYK28.83%0.00%0.90%
56.47%

Color #4F6F6E in popluar number systems.

HEX4F6F6E
Decimal79111110
Binary100111111011111101110
Octal117157156

Shades and tints

Shades of #4F6F6E

#4F6F6E
(79,111,110)
#486564
(72,101,100)
#415B5A
(65,91,90)
#3A5150
(58,81,80)
#334746
(51,71,70)
#2C3D3C
(44,61,60)
#253332
(37,51,50)
#1E2928
(30,41,40)
#171F1E
(23,31,30)
#101514
(16,21,20)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #4F6F6E

#4F6F6E
(79,111,110)
#5F7C7B
(95,124,123)
#6F8988
(111,137,136)
#7F9695
(127,150,149)
#8FA3A2
(143,163,162)
#9FB0AF
(159,176,175)
#AFBDBC
(175,189,188)
#BFCAC9
(191,202,201)
#CFD7D6
(207,215,214)
#DFE4E3
(223,228,227)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6F6E; }

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

This text font color is #4F6F6E.


Background Color

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

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

This div background color is #4F6F6E.


Border color

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

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

This div border color is #4F6F6E.


Opacity

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

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

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

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

This text has shadow with #4F6F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6F6E on black background.


Color preview on white background

This text has color #4F6F6E on white background.



Black color preview on #4F6F6E background

This text has black color on #4F6F6E background.


White color preview on #4F6F6E background

This text has white color on #4F6F6E background.