COLOR #4F7164

HEX: #4F7164
RGB: (79,113,100)

Color info

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

RGB color model

#4F7164 color RGB value is (79,113,100).

  • red value is 79;
  • green value is 113;
  • blue value is 100.
RGB:
(79,113,100)
(31%,44%,39%)

RGB channels and saturation

R 79 of 255 = 31%
G 113 of 255 = 44%
B 100 of 255 = 39%

79
113
100

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

Portions of RGB colors in percentages

R + G + B =
79 + 113 + 100 = 292 (100%)
R 79 of 292 ~ 27.05%
G 113 of 292 ~ 38.7%
B 100 of 292 ~ 34.25%

%27.05
%38.7
%34.25

CMYK color model

#4F7164 color CMYK value is (30,0,12,56).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 55.69%
CMYK:
(30,0,12,56)
C30M0Y12K56 
(30%,0%,12%,56%)
(0.30/0.00/0.12/0.56)	

CMYK percentages

%30.09
%0
%11.5
%55.69

Codes

Color #4F7164 in popluar color models

4F7164
RGB79113100
HSL157°17.71%37.65%
HSB/HSV157°30.09%44.31%
CMYK30.09%0.00%11.50%
55.69%

Color #4F7164 in popluar number systems.

HEX4F7164
Decimal79113100
Binary100111111100011100100
Octal117161144

Shades and tints

Shades of #4F7164

#4F7164
(79,113,100)
#48675B
(72,103,91)
#415D52
(65,93,82)
#3A5349
(58,83,73)
#334940
(51,73,64)
#2C3F37
(44,63,55)
#25352E
(37,53,46)
#1E2B25
(30,43,37)
#17211C
(23,33,28)
#101713
(16,23,19)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #4F7164

#4F7164
(79,113,100)
#5F7D72
(95,125,114)
#6F8980
(111,137,128)
#7F958E
(127,149,142)
#8FA19C
(143,161,156)
#9FADAA
(159,173,170)
#AFB9B8
(175,185,184)
#BFC5C6
(191,197,198)
#CFD1D4
(207,209,212)
#DFDDE2
(223,221,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7164 color. Also use rgb(79,113,100) instead hex code.

Text Font Color

.myTextColor { color: #4F7164; }

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

This text font color is #4F7164.


Background Color

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

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

This div background color is #4F7164.


Border color

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

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

This div border color is #4F7164.


Opacity

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

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

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

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

This text has shadow with #4F7164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7164 on black background.


Color preview on white background

This text has color #4F7164 on white background.



Black color preview on #4F7164 background

This text has black color on #4F7164 background.


White color preview on #4F7164 background

This text has white color on #4F7164 background.