COLOR #4F6B5B

HEX: #4F6B5B
RGB: (79,107,91)

Color info

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

RGB color model

#4F6B5B color RGB value is (79,107,91).

  • red value is 79;
  • green value is 107;
  • blue value is 91.
RGB:
(79,107,91)
(31%,42%,36%)

RGB channels and saturation

R 79 of 255 = 31%
G 107 of 255 = 42%
B 91 of 255 = 36%

79
107
91

R + G + B ~ 36%. #4F6B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 107 + 91 = 277 (100%)
R 79 of 277 ~ 28.52%
G 107 of 277 ~ 38.63%
B 91 of 277 ~ 32.85%

%28.52
%38.63
%32.85

CMYK color model

#4F6B5B color CMYK value is (26,0,15,58).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 58.04%
CMYK:
(26,0,15,58)
C26M0Y15K58 
(26%,0%,15%,58%)
(0.26/0.00/0.15/0.58)	

CMYK percentages

%26.17
%0
%14.95
%58.04

Codes

Color #4F6B5B in popluar color models

4F6B5B
RGB7910791
HSL146°15.05%36.47%
HSB/HSV146°26.17%41.96%
CMYK26.17%0.00%14.95%
58.04%

Color #4F6B5B in popluar number systems.

HEX4F6B5B
Decimal7910791
Binary100111111010111011011
Octal117153133

Shades and tints

Shades of #4F6B5B

#4F6B5B
(79,107,91)
#486253
(72,98,83)
#41594B
(65,89,75)
#3A5043
(58,80,67)
#33473B
(51,71,59)
#2C3E33
(44,62,51)
#25352B
(37,53,43)
#1E2C23
(30,44,35)
#17231B
(23,35,27)
#101A13
(16,26,19)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #4F6B5B

#4F6B5B
(79,107,91)
#5F7869
(95,120,105)
#6F8577
(111,133,119)
#7F9285
(127,146,133)
#8F9F93
(143,159,147)
#9FACA1
(159,172,161)
#AFB9AF
(175,185,175)
#BFC6BD
(191,198,189)
#CFD3CB
(207,211,203)
#DFE0D9
(223,224,217)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6B5B color. Also use rgb(79,107,91) instead hex code.

Text Font Color

.myTextColor { color: #4F6B5B; }

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

This text font color is #4F6B5B.


Background Color

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

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

This div background color is #4F6B5B.


Border color

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

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

This div border color is #4F6B5B.


Opacity

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

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

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

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

This text has shadow with #4F6B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6B5B on black background.


Color preview on white background

This text has color #4F6B5B on white background.



Black color preview on #4F6B5B background

This text has black color on #4F6B5B background.


White color preview on #4F6B5B background

This text has white color on #4F6B5B background.