COLOR #4F7D7C

HEX: #4F7D7C RGB: (79,125,124)

Color info

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

RGB color model

#4F7D7C color RGB value is (79,125,124).

RGB: (79,125,124) (31%, 49%, 49%)

RGB channels and saturation

R 79 of 255 = 31%
G 125 of 255 = 49%
B 124 of 255 = 49%

79
125
124

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

Portions of RGB colors in percentages

R + G + B = 79 + 125 + 124 = 328 (100%)
R 79 of 328 ~ 24.09%
G 125 of 328 ~ 38.11%
B 124 of 328 ~ 37.8'%

%24.09
%38.11
%37.8

CMYK color model

#4F7D7C color CMYK value is (37,0,1,51).

  • cyan value is 36.80%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%

CMYK: (37,0,1,51)
C37M0Y1K51 (37%, 0%, 1%, 51%)
(0.37 / 0.00 / 0.01 / 0.51)

CMYK percentages

%36.8
%0
%0.8
%50.98

Codes

Color #4F7D7C in popluar color models

4F 7D 7C
RGB 79 125 124
HSL 179° 22.55% 40.00%
HSB/HSV 179° 36.80% 49.02%
CMYK 36.80% 0.00% 0.80%
50.98%

Color #4F7D7C in popluar number systems.

HEX 4F 7D 7C
Decimal 79 125 124
Binary 1001111 1111101 1111100
Octal 117 175 174

Shades and tints

Shades of #4F7D7C

#4F7D7C
(79,125,124)
#487271
(72,114,113)
#416766
(65,103,102)
#3A5C5B
(58,92,91)
#335150
(51,81,80)
#2C4645
(44,70,69)
#253B3A
(37,59,58)
#1E302F
(30,48,47)
#172524
(23,37,36)
#101A19
(16,26,25)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #4F7D7C

#4F7D7C
(79,125,124)
#5F8887
(95,136,135)
#6F9392
(111,147,146)
#7F9E9D
(127,158,157)
#8FA9A8
(143,169,168)
#9FB4B3
(159,180,179)
#AFBFBE
(175,191,190)
#BFCAC9
(191,202,201)
#CFD5D4
(207,213,212)
#DFE0DF
(223,224,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7D7C; }

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

This text font color is #4F7D7C.

Background Color

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

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

This div background color is #4F7D7C.

Border color

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

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

This div border color is #4F7D7C.

Opacity

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

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

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

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

This text has shadow with #4F7D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7D7C.

Preview

Color preview on black background

This text has color #4F7D7C on black background.


Color preview on white background

This text has color #4F7D7C on white background.


Black color preview on #4F7D7C background

This text has black color on #4F7D7C background.


White color preview on #4F7D7C background

This text has white color on #4F7D7C background.


Related colors

Complementary color

Complementary color for #hex is #B08283.


I love getcolorcode.com

Triadic colors

1 #7C4F7D and #7D7C4F with #4F7D7C are triadic colors.

2 #7C7D4F and #7D4F7C with #4F7D7C are triadic colors.