COLOR #4F6360

HEX: #4F6360
RGB: (79,99,96)

Color info

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

RGB color model

#4F6360 color RGB value is (79,99,96).

  • red value is 79;
  • green value is 99;
  • blue value is 96.
RGB:
(79,99,96)
(31%,39%,38%)

RGB channels and saturation

R 79 of 255 = 31%
G 99 of 255 = 39%
B 96 of 255 = 38%

79
99
96

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

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 96 = 274 (100%)
R 79 of 274 ~ 28.83%
G 99 of 274 ~ 36.13%
B 96 of 274 ~ 35.04%

%28.83
%36.13
%35.04

CMYK color model

#4F6360 color CMYK value is (20,0,3,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 61.18%
CMYK:
(20,0,3,61)
C20M0Y3K61 
(20%,0%,3%,61%)
(0.20/0.00/0.03/0.61)	

CMYK percentages

%20.2
%0
%3.03
%61.18

Codes

Color #4F6360 in popluar color models

4F6360
RGB799996
HSL171°11.24%34.90%
HSB/HSV171°20.20%38.82%
CMYK20.20%0.00%3.03%
61.18%

Color #4F6360 in popluar number systems.

HEX4F6360
Decimal799996
Binary100111111000111100000
Octal117143140

Shades and tints

Shades of #4F6360

#4F6360
(79,99,96)
#485A58
(72,90,88)
#415150
(65,81,80)
#3A4848
(58,72,72)
#333F40
(51,63,64)
#2C3638
(44,54,56)
#252D30
(37,45,48)
#1E2428
(30,36,40)
#171B20
(23,27,32)
#101218
(16,18,24)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #4F6360

#4F6360
(79,99,96)
#5F716E
(95,113,110)
#6F7F7C
(111,127,124)
#7F8D8A
(127,141,138)
#8F9B98
(143,155,152)
#9FA9A6
(159,169,166)
#AFB7B4
(175,183,180)
#BFC5C2
(191,197,194)
#CFD3D0
(207,211,208)
#DFE1DE
(223,225,222)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6360 color. Also use rgb(79,99,96) instead hex code.

Text Font Color

.myTextColor { color: #4F6360; }

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

This text font color is #4F6360.


Background Color

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

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

This div background color is #4F6360.


Border color

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

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

This div border color is #4F6360.


Opacity

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

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

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

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

This text has shadow with #4F6360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6360 on black background.


Color preview on white background

This text has color #4F6360 on white background.



Black color preview on #4F6360 background

This text has black color on #4F6360 background.


White color preview on #4F6360 background

This text has white color on #4F6360 background.