COLOR #4F440D

HEX: #4F440D RGB: (79,68,13)

Color info

#4F440D contains mainly red and green colors. Web safe color of #4F440D is #663300 (or #630).

RGB color model

#4F440D color RGB value is (79,68,13).

RGB: (79,68,13) (31%, 27%, 5%)

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 13 of 255 = 5%

79
68
13

R + G + B ~ 21%. #4F440D is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 68 + 13 = 160 (100%)
R 79 of 160 ~ 49.38%
G 68 of 160 ~ 42.5%
B 13 of 160 ~ 8.13'%

%49.38
%42.5

CMYK color model

#4F440D color CMYK value is (0,14,84,69).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 83.54%
  • key color value is 69.02%
CMYK: (0,14,84,69) C0M14Y84K69 (0%,14%,84%,69%) (0.00/0.14/0.84/0.69) 

CMYK percentages

%0
%13.92
%83.54
%69.02

Codes

Color #4F440D in popluar color models

4F 44 0D
RGB 79 68 13
HSL 50° 71.74% 18.04%
HSB/HSV 50° 83.54% 30.98%
CMYK 0.00% 13.92% 83.54%
69.02%

Color #4F440D in popluar number systems.

HEX 4F 44 0D
Decimal 79 68 13
Binary 1001111 1000100 1101
Octal 117 104 15

Shades and tints

Shades of #4F440D

#4F440D
(79,68,13)
#483E0C
(72,62,12)
#41380B
(65,56,11)
#3A320A
(58,50,10)
#332C09
(51,44,9)
#2C2608
(44,38,8)
#252007
(37,32,7)
#1E1A06
(30,26,6)
#171405
(23,20,5)
#100E04
(16,14,4)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #4F440D

#4F440D
(79,68,13)
#5F5523
(95,85,35)
#6F6639
(111,102,57)
#7F774F
(127,119,79)
#8F8865
(143,136,101)
#9F997B
(159,153,123)
#AFAA91
(175,170,145)
#BFBBA7
(191,187,167)
#CFCCBD
(207,204,189)
#DFDDD3
(223,221,211)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F440D; }

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

This text font color is #4F440D.

Background Color

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

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

This div background color is #4F440D.

Border color

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

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

This div border color is #4F440D.

Opacity

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

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

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

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

This text has shadow with #4F440D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F440D.

Preview

Color preview on black background

This text has color #4F440D on black background.


Color preview on white background

This text has color #4F440D on white background.


Black color preview on #4F440D background

This text has black color on #4F440D background.


White color preview on #4F440D background

This text has white color on #4F440D background.


Related colors

Complementary color

Complementary color for #hex is #B0BBF2.


I love getcolorcode.com

Triadic colors

1 #0D4F44 and #440D4F with #4F440D are triadic colors.

2 #0D444F and #444F0D with #4F440D are triadic colors.