COLOR #4F7C66

HEX: #4F7C66
RGB: (79,124,102)

Color info

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

RGB color model

#4F7C66 color RGB value is (79,124,102).

  • red value is 79;
  • green value is 124;
  • blue value is 102.
RGB:
(79,124,102)
(31%,49%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 124 of 255 = 49%
B 102 of 255 = 40%

79
124
102

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

Portions of RGB colors in percentages

R + G + B =
79 + 124 + 102 = 305 (100%)
R 79 of 305 ~ 25.9%
G 124 of 305 ~ 40.66%
B 102 of 305 ~ 33.44%

%25.9
%40.66
%33.44

CMYK color model

#4F7C66 color CMYK value is (36,0,18,51).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 51.37%
CMYK:
(36,0,18,51)
C36M0Y18K51 
(36%,0%,18%,51%)
(0.36/0.00/0.18/0.51)	

CMYK percentages

%36.29
%0
%17.74
%51.37

Codes

Color #4F7C66 in popluar color models

4F7C66
RGB79124102
HSL151°22.17%39.80%
HSB/HSV151°36.29%48.63%
CMYK36.29%0.00%17.74%
51.37%

Color #4F7C66 in popluar number systems.

HEX4F7C66
Decimal79124102
Binary100111111111001100110
Octal117174146

Shades and tints

Shades of #4F7C66

#4F7C66
(79,124,102)
#48715D
(72,113,93)
#416654
(65,102,84)
#3A5B4B
(58,91,75)
#335042
(51,80,66)
#2C4539
(44,69,57)
#253A30
(37,58,48)
#1E2F27
(30,47,39)
#17241E
(23,36,30)
#101915
(16,25,21)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #4F7C66

#4F7C66
(79,124,102)
#5F8773
(95,135,115)
#6F9280
(111,146,128)
#7F9D8D
(127,157,141)
#8FA89A
(143,168,154)
#9FB3A7
(159,179,167)
#AFBEB4
(175,190,180)
#BFC9C1
(191,201,193)
#CFD4CE
(207,212,206)
#DFDFDB
(223,223,219)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7C66; }

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

This text font color is #4F7C66.


Background Color

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

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

This div background color is #4F7C66.


Border color

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

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

This div border color is #4F7C66.


Opacity

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

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

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

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

This text has shadow with #4F7C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7C66 on black background.


Color preview on white background

This text has color #4F7C66 on white background.



Black color preview on #4F7C66 background

This text has black color on #4F7C66 background.


White color preview on #4F7C66 background

This text has white color on #4F7C66 background.