COLOR #4F6263

HEX: #4F6263
RGB: (79,98,99)

Color info

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

RGB color model

#4F6263 color RGB value is (79,98,99).

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

RGB channels and saturation

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

79
98
99

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

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 99 = 276 (100%)
R 79 of 276 ~ 28.62%
G 98 of 276 ~ 35.51%
B 99 of 276 ~ 35.87%

%28.62
%35.51
%35.87

CMYK color model

#4F6263 color CMYK value is (20,1,0,61).

  • cyan value is 20.20%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(20,1,0,61)
C20M1Y0K61 
(20%,1%,0%,61%)
(0.20/0.01/0.00/0.61)	

CMYK percentages

%20.2
%1.01
%0
%61.18

Codes

Color #4F6263 in popluar color models

4F6263
RGB799899
HSL183°11.24%34.90%
HSB/HSV183°20.20%38.82%
CMYK20.20%1.01%0.00%
61.18%

Color #4F6263 in popluar number systems.

HEX4F6263
Decimal799899
Binary100111111000101100011
Octal117142143

Shades and tints

Shades of #4F6263

#4F6263
(79,98,99)
#485A5A
(72,90,90)
#415251
(65,82,81)
#3A4A48
(58,74,72)
#33423F
(51,66,63)
#2C3A36
(44,58,54)
#25322D
(37,50,45)
#1E2A24
(30,42,36)
#17221B
(23,34,27)
#101A12
(16,26,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #4F6263

#4F6263
(79,98,99)
#5F7071
(95,112,113)
#6F7E7F
(111,126,127)
#7F8C8D
(127,140,141)
#8F9A9B
(143,154,155)
#9FA8A9
(159,168,169)
#AFB6B7
(175,182,183)
#BFC4C5
(191,196,197)
#CFD2D3
(207,210,211)
#DFE0E1
(223,224,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6263; }

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

This text font color is #4F6263.


Background Color

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

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

This div background color is #4F6263.


Border color

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

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

This div border color is #4F6263.


Opacity

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

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

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

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

This text has shadow with #4F6263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6263 on black background.


Color preview on white background

This text has color #4F6263 on white background.



Black color preview on #4F6263 background

This text has black color on #4F6263 background.


White color preview on #4F6263 background

This text has white color on #4F6263 background.