COLOR #4F6157

HEX: #4F6157
RGB: (79,97,87)

Color info

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

RGB color model

#4F6157 color RGB value is (79,97,87).

  • red value is 79;
  • green value is 97;
  • blue value is 87.
RGB:
(79,97,87)
(31%,38%,34%)

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 87 of 255 = 34%

79
97
87

R + G + B ~ 34%. #4F6157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 87 = 263 (100%)
R 79 of 263 ~ 30.04%
G 97 of 263 ~ 36.88%
B 87 of 263 ~ 33.08%

%30.04
%36.88
%33.08

CMYK color model

#4F6157 color CMYK value is (19,0,10,62).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(19,0,10,62)
C19M0Y10K62 
(19%,0%,10%,62%)
(0.19/0.00/0.10/0.62)	

CMYK percentages

%18.56
%0
%10.31
%61.96

Codes

Color #4F6157 in popluar color models

4F6157
RGB799787
HSL147°10.23%34.51%
HSB/HSV147°18.56%38.04%
CMYK18.56%0.00%10.31%
61.96%

Color #4F6157 in popluar number systems.

HEX4F6157
Decimal799787
Binary100111111000011010111
Octal117141127

Shades and tints

Shades of #4F6157

#4F6157
(79,97,87)
#485950
(72,89,80)
#415149
(65,81,73)
#3A4942
(58,73,66)
#33413B
(51,65,59)
#2C3934
(44,57,52)
#25312D
(37,49,45)
#1E2926
(30,41,38)
#17211F
(23,33,31)
#101918
(16,25,24)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4F6157

#4F6157
(79,97,87)
#5F6F66
(95,111,102)
#6F7D75
(111,125,117)
#7F8B84
(127,139,132)
#8F9993
(143,153,147)
#9FA7A2
(159,167,162)
#AFB5B1
(175,181,177)
#BFC3C0
(191,195,192)
#CFD1CF
(207,209,207)
#DFDFDE
(223,223,222)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6157 color. Also use rgb(79,97,87) instead hex code.

Text Font Color

.myTextColor { color: #4F6157; }

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

This text font color is #4F6157.


Background Color

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

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

This div background color is #4F6157.


Border color

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

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

This div border color is #4F6157.


Opacity

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

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

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

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

This text has shadow with #4F6157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6157 on black background.


Color preview on white background

This text has color #4F6157 on white background.



Black color preview on #4F6157 background

This text has black color on #4F6157 background.


White color preview on #4F6157 background

This text has white color on #4F6157 background.