COLOR #4F6C69

HEX: #4F6C69
RGB: (79,108,105)

Color info

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

RGB color model

#4F6C69 color RGB value is (79,108,105).

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

RGB channels and saturation

R 79 of 255 = 31%
G 108 of 255 = 42%
B 105 of 255 = 41%

79
108
105

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

Portions of RGB colors in percentages

R + G + B =
79 + 108 + 105 = 292 (100%)
R 79 of 292 ~ 27.05%
G 108 of 292 ~ 36.99%
B 105 of 292 ~ 35.96%

%27.05
%36.99
%35.96

CMYK color model

#4F6C69 color CMYK value is (27,0,3,58).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(27,0,3,58)
C27M0Y3K58 
(27%,0%,3%,58%)
(0.27/0.00/0.03/0.58)	

CMYK percentages

%26.85
%0
%2.78
%57.65

Codes

Color #4F6C69 in popluar color models

4F6C69
RGB79108105
HSL174°15.51%36.67%
HSB/HSV174°26.85%42.35%
CMYK26.85%0.00%2.78%
57.65%

Color #4F6C69 in popluar number systems.

HEX4F6C69
Decimal79108105
Binary100111111011001101001
Octal117154151

Shades and tints

Shades of #4F6C69

#4F6C69
(79,108,105)
#486360
(72,99,96)
#415A57
(65,90,87)
#3A514E
(58,81,78)
#334845
(51,72,69)
#2C3F3C
(44,63,60)
#253633
(37,54,51)
#1E2D2A
(30,45,42)
#172421
(23,36,33)
#101B18
(16,27,24)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #4F6C69

#4F6C69
(79,108,105)
#5F7976
(95,121,118)
#6F8683
(111,134,131)
#7F9390
(127,147,144)
#8FA09D
(143,160,157)
#9FADAA
(159,173,170)
#AFBAB7
(175,186,183)
#BFC7C4
(191,199,196)
#CFD4D1
(207,212,209)
#DFE1DE
(223,225,222)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6C69; }

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

This text font color is #4F6C69.


Background Color

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

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

This div background color is #4F6C69.


Border color

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

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

This div border color is #4F6C69.


Opacity

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

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

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

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

This text has shadow with #4F6C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6C69 on black background.


Color preview on white background

This text has color #4F6C69 on white background.



Black color preview on #4F6C69 background

This text has black color on #4F6C69 background.


White color preview on #4F6C69 background

This text has white color on #4F6C69 background.