COLOR #4F5143

HEX: #4F5143
RGB: (79,81,67)

Color info

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

RGB color model

#4F5143 color RGB value is (79,81,67).

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

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 67 of 255 = 26%

79
81
67

R + G + B ~ 30%. #4F5143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 81 + 67 = 227 (100%)
R 79 of 227 ~ 34.8%
G 81 of 227 ~ 35.68%
B 67 of 227 ~ 29.52%

%34.8
%35.68
%29.52

CMYK color model

#4F5143 color CMYK value is (2,0,17,68).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 17.28%
  • key color value is 68.24%
CMYK:
(2,0,17,68)
C2M0Y17K68 
(2%,0%,17%,68%)
(0.02/0.00/0.17/0.68)	

CMYK percentages

%2.47
%0
%17.28
%68.24

Codes

Color #4F5143 in popluar color models

4F5143
RGB798167
HSL69°9.46%29.02%
HSB/HSV69°17.28%31.76%
CMYK2.47%0.00%17.28%
68.24%

Color #4F5143 in popluar number systems.

HEX4F5143
Decimal798167
Binary100111110100011000011
Octal117121103

Shades and tints

Shades of #4F5143

#4F5143
(79,81,67)
#484A3D
(72,74,61)
#414337
(65,67,55)
#3A3C31
(58,60,49)
#33352B
(51,53,43)
#2C2E25
(44,46,37)
#25271F
(37,39,31)
#1E2019
(30,32,25)
#171913
(23,25,19)
#10120D
(16,18,13)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #4F5143

#4F5143
(79,81,67)
#5F6054
(95,96,84)
#6F6F65
(111,111,101)
#7F7E76
(127,126,118)
#8F8D87
(143,141,135)
#9F9C98
(159,156,152)
#AFABA9
(175,171,169)
#BFBABA
(191,186,186)
#CFC9CB
(207,201,203)
#DFD8DC
(223,216,220)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5143; }

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

This text font color is #4F5143.


Background Color

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

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

This div background color is #4F5143.


Border color

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

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

This div border color is #4F5143.


Opacity

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

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

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

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

This text has shadow with #4F5143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F5143 on black background.


Color preview on white background

This text has color #4F5143 on white background.



Black color preview on #4F5143 background

This text has black color on #4F5143 background.


White color preview on #4F5143 background

This text has white color on #4F5143 background.