COLOR #4F736B

HEX: #4F736B
RGB: (79,115,107)

Color info

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

RGB color model

#4F736B color RGB value is (79,115,107).

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

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 107 of 255 = 42%

79
115
107

R + G + B ~ 39%. #4F736B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 107 = 301 (100%)
R 79 of 301 ~ 26.25%
G 115 of 301 ~ 38.21%
B 107 of 301 ~ 35.55%

%26.25
%38.21
%35.55

CMYK color model

#4F736B color CMYK value is (31,0,7,55).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(31,0,7,55)
C31M0Y7K55 
(31%,0%,7%,55%)
(0.31/0.00/0.07/0.55)	

CMYK percentages

%31.3
%0
%6.96
%54.9

Codes

Color #4F736B in popluar color models

4F736B
RGB79115107
HSL167°18.56%38.04%
HSB/HSV167°31.30%45.10%
CMYK31.30%0.00%6.96%
54.90%

Color #4F736B in popluar number systems.

HEX4F736B
Decimal79115107
Binary100111111100111101011
Octal117163153

Shades and tints

Shades of #4F736B

#4F736B
(79,115,107)
#486962
(72,105,98)
#415F59
(65,95,89)
#3A5550
(58,85,80)
#334B47
(51,75,71)
#2C413E
(44,65,62)
#253735
(37,55,53)
#1E2D2C
(30,45,44)
#172323
(23,35,35)
#10191A
(16,25,26)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #4F736B

#4F736B
(79,115,107)
#5F7F78
(95,127,120)
#6F8B85
(111,139,133)
#7F9792
(127,151,146)
#8FA39F
(143,163,159)
#9FAFAC
(159,175,172)
#AFBBB9
(175,187,185)
#BFC7C6
(191,199,198)
#CFD3D3
(207,211,211)
#DFDFE0
(223,223,224)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F736B; }

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

This text font color is #4F736B.


Background Color

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

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

This div background color is #4F736B.


Border color

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

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

This div border color is #4F736B.


Opacity

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

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

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

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

This text has shadow with #4F736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F736B on black background.


Color preview on white background

This text has color #4F736B on white background.



Black color preview on #4F736B background

This text has black color on #4F736B background.


White color preview on #4F736B background

This text has white color on #4F736B background.