COLOR #4F7562

HEX: #4F7562 RGB: (79,117,98)

Color info

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

RGB color model

#4F7562 color RGB value is (79,117,98).

RGB: (79,117,98) (31%, 46%, 38%)

RGB channels and saturation

R 79 of 255 = 31%
G 117 of 255 = 46%
B 98 of 255 = 38%

79
117
98

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

Portions of RGB colors in percentages

R + G + B = 79 + 117 + 98 = 294 (100%)
R 79 of 294 ~ 26.87%
G 117 of 294 ~ 39.8%
B 98 of 294 ~ 33.33'%

%26.87
%39.8
%33.33

CMYK color model

#4F7562 color CMYK value is (32,0,16,54).

  • cyan value is 32.48%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 54.12%

CMYK: (32,0,16,54)
C32M0Y16K54 (32%, 0%, 16%, 54%)
(0.32 / 0.00 / 0.16 / 0.54)

CMYK percentages

%32.48
%0
%16.24
%54.12

Codes

Color #4F7562 in popluar color models

4F 75 62
RGB 79 117 98
HSL 150° 19.39% 38.43%
HSB/HSV 150° 32.48% 45.88%
CMYK 32.48% 0.00% 16.24%
54.12%

Color #4F7562 in popluar number systems.

HEX 4F 75 62
Decimal 79 117 98
Binary 1001111 1110101 1100010
Octal 117 165 142

Shades and tints

Shades of #4F7562

#4F7562
(79,117,98)
#486B5A
(72,107,90)
#416152
(65,97,82)
#3A574A
(58,87,74)
#334D42
(51,77,66)
#2C433A
(44,67,58)
#253932
(37,57,50)
#1E2F2A
(30,47,42)
#172522
(23,37,34)
#101B1A
(16,27,26)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #4F7562

#4F7562
(79,117,98)
#5F8170
(95,129,112)
#6F8D7E
(111,141,126)
#7F998C
(127,153,140)
#8FA59A
(143,165,154)
#9FB1A8
(159,177,168)
#AFBDB6
(175,189,182)
#BFC9C4
(191,201,196)
#CFD5D2
(207,213,210)
#DFE1E0
(223,225,224)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7562 color. Also use rgb(79,117,98) instead hex code.

Text Font Color

.myTextColor { color: #4F7562; }

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

This text font color is #4F7562.

Background Color

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

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

This div background color is #4F7562.

Border color

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

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

This div border color is #4F7562.

Opacity

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

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

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

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

This text has shadow with #4F7562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F7562.

Preview

Color preview on black background

This text has color #4F7562 on black background.


Color preview on white background

This text has color #4F7562 on white background.


Black color preview on #4F7562 background

This text has black color on #4F7562 background.


White color preview on #4F7562 background

This text has white color on #4F7562 background.


Related colors

Complementary color

Complementary color for #hex is #B08A9D.


I love getcolorcode.com

Triadic colors

1 #624F75 and #75624F with #4F7562 are triadic colors.

2 #62754F and #754F62 with #4F7562 are triadic colors.