COLOR #4F443E

HEX: #4F443E RGB: (79,68,62)

Color info

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

RGB color model

#4F443E color RGB value is (79,68,62).

RGB: (79,68,62) (31%, 27%, 24%)

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 62 of 255 = 24%

79
68
62

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

Portions of RGB colors in percentages

R + G + B = 79 + 68 + 62 = 209 (100%)
R 79 of 209 ~ 37.8%
G 68 of 209 ~ 32.54%
B 62 of 209 ~ 29.67'%

%37.8
%32.54
%29.67

CMYK color model

#4F443E color CMYK value is (0,14,22,69).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 21.52%
  • key color value is 69.02%

CMYK: (0,14,22,69)
C0M14Y22K69 (0%, 14%, 22%, 69%)
(0.00 / 0.14 / 0.22 / 0.69)

CMYK percentages

%0
%13.92
%21.52
%69.02

Codes

Color #4F443E in popluar color models

4F 44 3E
RGB 79 68 62
HSL 21° 12.06% 27.65%
HSB/HSV 21° 21.52% 30.98%
CMYK 0.00% 13.92% 21.52%
69.02%

Color #4F443E in popluar number systems.

HEX 4F 44 3E
Decimal 79 68 62
Binary 1001111 1000100 111110
Octal 117 104 76

Shades and tints

Shades of #4F443E

#4F443E
(79,68,62)
#483E39
(72,62,57)
#413834
(65,56,52)
#3A322F
(58,50,47)
#332C2A
(51,44,42)
#2C2625
(44,38,37)
#252020
(37,32,32)
#1E1A1B
(30,26,27)
#171416
(23,20,22)
#100E11
(16,14,17)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #4F443E

#4F443E
(79,68,62)
#5F554F
(95,85,79)
#6F6660
(111,102,96)
#7F7771
(127,119,113)
#8F8882
(143,136,130)
#9F9993
(159,153,147)
#AFAAA4
(175,170,164)
#BFBBB5
(191,187,181)
#CFCCC6
(207,204,198)
#DFDDD7
(223,221,215)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F443E; }

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

This text font color is #4F443E.

Background Color

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

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

This div background color is #4F443E.

Border color

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

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

This div border color is #4F443E.

Opacity

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

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

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

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

This text has shadow with #4F443E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F443E.

Preview

Color preview on black background

This text has color #4F443E on black background.


Color preview on white background

This text has color #4F443E on white background.


Black color preview on #4F443E background

This text has black color on #4F443E background.


White color preview on #4F443E background

This text has white color on #4F443E background.


Related colors

Complementary color

Complementary color for #hex is #B0BBC1.


I love getcolorcode.com

Triadic colors

1 #3E4F44 and #443E4F with #4F443E are triadic colors.

2 #3E444F and #444F3E with #4F443E are triadic colors.