COLOR #4F5141

HEX: #4F5141
RGB: (79,81,65)

Color info

#4F5141 contains red, green and blue colors in about the same proportion. Web safe color of #4F5141 is #666633 (or #663).

RGB color model

#4F5141 color RGB value is (79,81,65).

  • red value is 79;
  • green value is 81;
  • blue value is 65.
RGB:
(79,81,65)
(31%,32%,25%)

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 65 of 255 = 25%

79
81
65

R + G + B ~ 29%. #4F5141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 81 + 65 = 225 (100%)
R 79 of 225 ~ 35.11%
G 81 of 225 ~ 36%
B 65 of 225 ~ 28.89%

%35.11
%36
%28.89

CMYK color model

#4F5141 color CMYK value is (2,0,20,68).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 68.24%
CMYK:
(2,0,20,68)
C2M0Y20K68 
(2%,0%,20%,68%)
(0.02/0.00/0.20/0.68)	

CMYK percentages

%2.47
%0
%19.75
%68.24

Codes

Color #4F5141 in popluar color models

4F5141
RGB798165
HSL68°10.96%28.63%
HSB/HSV68°19.75%31.76%
CMYK2.47%0.00%19.75%
68.24%

Color #4F5141 in popluar number systems.

HEX4F5141
Decimal798165
Binary100111110100011000001
Octal117121101

Shades and tints

Shades of #4F5141

#4F5141
(79,81,65)
#484A3C
(72,74,60)
#414337
(65,67,55)
#3A3C32
(58,60,50)
#33352D
(51,53,45)
#2C2E28
(44,46,40)
#252723
(37,39,35)
#1E201E
(30,32,30)
#171919
(23,25,25)
#101214
(16,18,20)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #4F5141

#4F5141
(79,81,65)
#5F6052
(95,96,82)
#6F6F63
(111,111,99)
#7F7E74
(127,126,116)
#8F8D85
(143,141,133)
#9F9C96
(159,156,150)
#AFABA7
(175,171,167)
#BFBAB8
(191,186,184)
#CFC9C9
(207,201,201)
#DFD8DA
(223,216,218)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5141; }

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

This text font color is #4F5141.


Background Color

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

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

This div background color is #4F5141.


Border color

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

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

This div border color is #4F5141.


Opacity

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

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

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

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

This text has shadow with #4F5141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5141 on black background.


Color preview on white background

This text has color #4F5141 on white background.



Black color preview on #4F5141 background

This text has black color on #4F5141 background.


White color preview on #4F5141 background

This text has white color on #4F5141 background.