COLOR #4F7E65

HEX: #4F7E65 RGB: (79,126,101)

Color info

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

RGB color model

#4F7E65 color RGB value is (79,126,101).

RGB: (79,126,101) (31%, 49%, 40%)

RGB channels and saturation

R 79 of 255 = 31%
G 126 of 255 = 49%
B 101 of 255 = 40%

79
126
101

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

Portions of RGB colors in percentages

R + G + B = 79 + 126 + 101 = 306 (100%)
R 79 of 306 ~ 25.82%
G 126 of 306 ~ 41.18%
B 101 of 306 ~ 33.01'%

%25.82
%41.18
%33.01

CMYK color model

#4F7E65 color CMYK value is (37,0,20,51).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 19.84%
  • key color value is 50.59%

CMYK: (37,0,20,51)
C37M0Y20K51 (37%, 0%, 20%, 51%)
(0.37 / 0.00 / 0.20 / 0.51)

CMYK percentages

%37.3
%0
%19.84
%50.59

Codes

Color #4F7E65 in popluar color models

4F 7E 65
RGB 79 126 101
HSL 148° 22.93% 40.20%
HSB/HSV 148° 37.30% 49.41%
CMYK 37.30% 0.00% 19.84%
50.59%

Color #4F7E65 in popluar number systems.

HEX 4F 7E 65
Decimal 79 126 101
Binary 1001111 1111110 1100101
Octal 117 176 145

Shades and tints

Shades of #4F7E65

#4F7E65
(79,126,101)
#48735C
(72,115,92)
#416853
(65,104,83)
#3A5D4A
(58,93,74)
#335241
(51,82,65)
#2C4738
(44,71,56)
#253C2F
(37,60,47)
#1E3126
(30,49,38)
#17261D
(23,38,29)
#101B14
(16,27,20)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #4F7E65

#4F7E65
(79,126,101)
#5F8973
(95,137,115)
#6F9481
(111,148,129)
#7F9F8F
(127,159,143)
#8FAA9D
(143,170,157)
#9FB5AB
(159,181,171)
#AFC0B9
(175,192,185)
#BFCBC7
(191,203,199)
#CFD6D5
(207,214,213)
#DFE1E3
(223,225,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7E65 color. Also use rgb(79,126,101) instead hex code.

Text Font Color

.myTextColor { color: #4F7E65; }

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

This text font color is #4F7E65.

Background Color

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

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

This div background color is #4F7E65.

Border color

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

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

This div border color is #4F7E65.

Opacity

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

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

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

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

This text has shadow with #4F7E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7E65.

Preview

Color preview on black background

This text has color #4F7E65 on black background.


Color preview on white background

This text has color #4F7E65 on white background.


Black color preview on #4F7E65 background

This text has black color on #4F7E65 background.


White color preview on #4F7E65 background

This text has white color on #4F7E65 background.


Related colors

Complementary color

Complementary color for #hex is #B0819A.


I love getcolorcode.com

Triadic colors

1 #654F7E and #7E654F with #4F7E65 are triadic colors.

2 #657E4F and #7E4F65 with #4F7E65 are triadic colors.