COLOR #4F736D

HEX: #4F736D
RGB: (79,115,109)

Color info

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

RGB color model

#4F736D color RGB value is (79,115,109).

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

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 109 of 255 = 43%

79
115
109

R + G + B ~ 40%. #4F736D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 109 = 303 (100%)
R 79 of 303 ~ 26.07%
G 115 of 303 ~ 37.95%
B 109 of 303 ~ 35.97%

%26.07
%37.95
%35.97

CMYK color model

#4F736D color CMYK value is (31,0,5,55).

  • cyan value is 31.30%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(31,0,5,55)
C31M0Y5K55 
(31%,0%,5%,55%)
(0.31/0.00/0.05/0.55)	

CMYK percentages

%31.3
%0
%5.22
%54.9

Codes

Color #4F736D in popluar color models

4F736D
RGB79115109
HSL170°18.56%38.04%
HSB/HSV170°31.30%45.10%
CMYK31.30%0.00%5.22%
54.90%

Color #4F736D in popluar number systems.

HEX4F736D
Decimal79115109
Binary100111111100111101101
Octal117163155

Shades and tints

Shades of #4F736D

#4F736D
(79,115,109)
#486964
(72,105,100)
#415F5B
(65,95,91)
#3A5552
(58,85,82)
#334B49
(51,75,73)
#2C4140
(44,65,64)
#253737
(37,55,55)
#1E2D2E
(30,45,46)
#172325
(23,35,37)
#10191C
(16,25,28)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #4F736D

#4F736D
(79,115,109)
#5F7F7A
(95,127,122)
#6F8B87
(111,139,135)
#7F9794
(127,151,148)
#8FA3A1
(143,163,161)
#9FAFAE
(159,175,174)
#AFBBBB
(175,187,187)
#BFC7C8
(191,199,200)
#CFD3D5
(207,211,213)
#DFDFE2
(223,223,226)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F736D; }

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

This text font color is #4F736D.


Background Color

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

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

This div background color is #4F736D.


Border color

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

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

This div border color is #4F736D.


Opacity

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

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

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

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

This text has shadow with #4F736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F736D on black background.


Color preview on white background

This text has color #4F736D on white background.



Black color preview on #4F736D background

This text has black color on #4F736D background.


White color preview on #4F736D background

This text has white color on #4F736D background.