COLOR #4F6161

HEX: #4F6161
RGB: (79,97,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
97
97

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

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 97 = 273 (100%)
R 79 of 273 ~ 28.94%
G 97 of 273 ~ 35.53%
B 97 of 273 ~ 35.53%

%28.94
%35.53
%35.53

CMYK color model

#4F6161 color CMYK value is (19,0,0,62).

  • cyan value is 18.56%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(19,0,0,62)
C19M0Y0K62 
(19%,0%,0%,62%)
(0.19/0.00/0.00/0.62)	

CMYK percentages

%18.56
%0
%0
%61.96

Codes

Color #4F6161 in popluar color models

4F6161
RGB799797
HSL180°10.23%34.51%
HSB/HSV180°18.56%38.04%
CMYK18.56%0.00%0.00%
61.96%

Color #4F6161 in popluar number systems.

HEX4F6161
Decimal799797
Binary100111111000011100001
Octal117141141

Shades and tints

Shades of #4F6161

#4F6161
(79,97,97)
#485959
(72,89,89)
#415151
(65,81,81)
#3A4949
(58,73,73)
#334141
(51,65,65)
#2C3939
(44,57,57)
#253131
(37,49,49)
#1E2929
(30,41,41)
#172121
(23,33,33)
#101919
(16,25,25)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4F6161

#4F6161
(79,97,97)
#5F6F6F
(95,111,111)
#6F7D7D
(111,125,125)
#7F8B8B
(127,139,139)
#8F9999
(143,153,153)
#9FA7A7
(159,167,167)
#AFB5B5
(175,181,181)
#BFC3C3
(191,195,195)
#CFD1D1
(207,209,209)
#DFDFDF
(223,223,223)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6161; }

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

This text font color is #4F6161.


Background Color

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

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

This div background color is #4F6161.


Border color

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

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

This div border color is #4F6161.


Opacity

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

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

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

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

This text has shadow with #4F6161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6161 on black background.


Color preview on white background

This text has color #4F6161 on white background.



Black color preview on #4F6161 background

This text has black color on #4F6161 background.


White color preview on #4F6161 background

This text has white color on #4F6161 background.