COLOR #4F6361

HEX: #4F6361
RGB: (79,99,97)

Color info

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

RGB color model

#4F6361 color RGB value is (79,99,97).

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

RGB channels and saturation

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

79
99
97

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

Portions of RGB colors in percentages

R + G + B =
79 + 99 + 97 = 275 (100%)
R 79 of 275 ~ 28.73%
G 99 of 275 ~ 36%
B 97 of 275 ~ 35.27%

%28.73
%36
%35.27

CMYK color model

#4F6361 color CMYK value is (20,0,2,61).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 2.02%
  • key color value is 61.18%
CMYK:
(20,0,2,61)
C20M0Y2K61 
(20%,0%,2%,61%)
(0.20/0.00/0.02/0.61)	

CMYK percentages

%20.2
%0
%2.02
%61.18

Codes

Color #4F6361 in popluar color models

4F6361
RGB799997
HSL174°11.24%34.90%
HSB/HSV174°20.20%38.82%
CMYK20.20%0.00%2.02%
61.18%

Color #4F6361 in popluar number systems.

HEX4F6361
Decimal799997
Binary100111111000111100001
Octal117143141

Shades and tints

Shades of #4F6361

#4F6361
(79,99,97)
#485A59
(72,90,89)
#415151
(65,81,81)
#3A4849
(58,72,73)
#333F41
(51,63,65)
#2C3639
(44,54,57)
#252D31
(37,45,49)
#1E2429
(30,36,41)
#171B21
(23,27,33)
#101219
(16,18,25)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #4F6361

#4F6361
(79,99,97)
#5F716F
(95,113,111)
#6F7F7D
(111,127,125)
#7F8D8B
(127,141,139)
#8F9B99
(143,155,153)
#9FA9A7
(159,169,167)
#AFB7B5
(175,183,181)
#BFC5C3
(191,197,195)
#CFD3D1
(207,211,209)
#DFE1DF
(223,225,223)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6361; }

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

This text font color is #4F6361.


Background Color

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

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

This div background color is #4F6361.


Border color

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

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

This div border color is #4F6361.


Opacity

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

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

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

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

This text has shadow with #4F6361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6361 on black background.


Color preview on white background

This text has color #4F6361 on white background.



Black color preview on #4F6361 background

This text has black color on #4F6361 background.


White color preview on #4F6361 background

This text has white color on #4F6361 background.