COLOR #4F6869

HEX: #4F6869
RGB: (79,104,105)

Color info

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

RGB color model

#4F6869 color RGB value is (79,104,105).

  • red value is 79;
  • green value is 104;
  • blue value is 105.
RGB:
(79,104,105)
(31%,41%,41%)

RGB channels and saturation

R 79 of 255 = 31%
G 104 of 255 = 41%
B 105 of 255 = 41%

79
104
105

R + G + B ~ 38%. #4F6869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 104 + 105 = 288 (100%)
R 79 of 288 ~ 27.43%
G 104 of 288 ~ 36.11%
B 105 of 288 ~ 36.46%

%27.43
%36.11
%36.46

CMYK color model

#4F6869 color CMYK value is (25,1,0,59).

  • cyan value is 24.76%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(25,1,0,59)
C25M1Y0K59 
(25%,1%,0%,59%)
(0.25/0.01/0.00/0.59)	

CMYK percentages

%24.76
%0.95
%0
%58.82

Codes

Color #4F6869 in popluar color models

4F6869
RGB79104105
HSL182°14.13%36.08%
HSB/HSV182°24.76%41.18%
CMYK24.76%0.95%0.00%
58.82%

Color #4F6869 in popluar number systems.

HEX4F6869
Decimal79104105
Binary100111111010001101001
Octal117150151

Shades and tints

Shades of #4F6869

#4F6869
(79,104,105)
#485F60
(72,95,96)
#415657
(65,86,87)
#3A4D4E
(58,77,78)
#334445
(51,68,69)
#2C3B3C
(44,59,60)
#253233
(37,50,51)
#1E292A
(30,41,42)
#172021
(23,32,33)
#101718
(16,23,24)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #4F6869

#4F6869
(79,104,105)
#5F7576
(95,117,118)
#6F8283
(111,130,131)
#7F8F90
(127,143,144)
#8F9C9D
(143,156,157)
#9FA9AA
(159,169,170)
#AFB6B7
(175,182,183)
#BFC3C4
(191,195,196)
#CFD0D1
(207,208,209)
#DFDDDE
(223,221,222)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6869; }

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

This text font color is #4F6869.


Background Color

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

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

This div background color is #4F6869.


Border color

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

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

This div border color is #4F6869.


Opacity

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

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

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

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

This text has shadow with #4F6869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6869 on black background.


Color preview on white background

This text has color #4F6869 on white background.



Black color preview on #4F6869 background

This text has black color on #4F6869 background.


White color preview on #4F6869 background

This text has white color on #4F6869 background.