COLOR #4F4143

HEX: #4F4143
RGB: (79,65,67)

Color info

#4F4143 contains red, green and blue colors in about the same proportion. Web safe color of #4F4143 is #663333 (or #633).

RGB color model

#4F4143 color RGB value is (79,65,67).

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

RGB channels and saturation

R 79 of 255 = 31%
G 65 of 255 = 25%
B 67 of 255 = 26%

79
65
67

R + G + B ~ 27%. #4F4143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 65 + 67 = 211 (100%)
R 79 of 211 ~ 37.44%
G 65 of 211 ~ 30.81%
B 67 of 211 ~ 31.75%

%37.44
%30.81
%31.75

CMYK color model

#4F4143 color CMYK value is (0,18,15,69).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 15.19%
  • key color value is 69.02%
CMYK:
(0,18,15,69)
C0M18Y15K69 
(0%,18%,15%,69%)
(0.00/0.18/0.15/0.69)	

CMYK percentages

%0
%17.72
%15.19
%69.02

Codes

Color #4F4143 in popluar color models

4F4143
RGB796567
HSL351°9.72%28.24%
HSB/HSV351°17.72%30.98%
CMYK0.00%17.72%15.19%
69.02%

Color #4F4143 in popluar number systems.

HEX4F4143
Decimal796567
Binary100111110000011000011
Octal117101103

Shades and tints

Shades of #4F4143

#4F4143
(79,65,67)
#483C3D
(72,60,61)
#413737
(65,55,55)
#3A3231
(58,50,49)
#332D2B
(51,45,43)
#2C2825
(44,40,37)
#25231F
(37,35,31)
#1E1E19
(30,30,25)
#171913
(23,25,19)
#10140D
(16,20,13)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #4F4143

#4F4143
(79,65,67)
#5F5254
(95,82,84)
#6F6365
(111,99,101)
#7F7476
(127,116,118)
#8F8587
(143,133,135)
#9F9698
(159,150,152)
#AFA7A9
(175,167,169)
#BFB8BA
(191,184,186)
#CFC9CB
(207,201,203)
#DFDADC
(223,218,220)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4143; }

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

This text font color is #4F4143.


Background Color

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

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

This div background color is #4F4143.


Border color

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

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

This div border color is #4F4143.


Opacity

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

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

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

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

This text has shadow with #4F4143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4143 on black background.


Color preview on white background

This text has color #4F4143 on white background.



Black color preview on #4F4143 background

This text has black color on #4F4143 background.


White color preview on #4F4143 background

This text has white color on #4F4143 background.