COLOR #4F5413

HEX: #4F5413 RGB: (79,84,19)

Color info

#4F5413 contains mainly red and green colors. Web safe color of #4F5413 is #666600 (or #660).

RGB color model

#4F5413 color RGB value is (79,84,19).

RGB: (79,84,19) (31%, 33%, 7%)

RGB channels and saturation

R 79 of 255 = 31%
G 84 of 255 = 33%
B 19 of 255 = 7%

79
84
19

R + G + B ~ 24%. #4F5413 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 84 + 19 = 182 (100%)
R 79 of 182 ~ 43.41%
G 84 of 182 ~ 46.15%
B 19 of 182 ~ 10.44'%

%43.41
%46.15

CMYK color model

#4F5413 color CMYK value is (6,0,77,67).

  • cyan value is 5.95%
  • magenta value is 0.00%
  • yellow value is 77.38%
  • key color value is 67.06%

CMYK: (6,0,77,67)
C6M0Y77K67 (6%, 0%, 77%, 67%)
(0.06 / 0.00 / 0.77 / 0.67)

CMYK percentages

%5.95
%0
%77.38
%67.06

Codes

Color #4F5413 in popluar color models

4F 54 13
RGB 79 84 19
HSL 65° 63.11% 20.20%
HSB/HSV 65° 77.38% 32.94%
CMYK 5.95% 0.00% 77.38%
67.06%

Color #4F5413 in popluar number systems.

HEX 4F 54 13
Decimal 79 84 19
Binary 1001111 1010100 10011
Octal 117 124 23

Shades and tints

Shades of #4F5413

#4F5413
(79,84,19)
#484D12
(72,77,18)
#414611
(65,70,17)
#3A3F10
(58,63,16)
#33380F
(51,56,15)
#2C310E
(44,49,14)
#252A0D
(37,42,13)
#1E230C
(30,35,12)
#171C0B
(23,28,11)
#10150A
(16,21,10)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #4F5413

#4F5413
(79,84,19)
#5F6328
(95,99,40)
#6F723D
(111,114,61)
#7F8152
(127,129,82)
#8F9067
(143,144,103)
#9F9F7C
(159,159,124)
#AFAE91
(175,174,145)
#BFBDA6
(191,189,166)
#CFCCBB
(207,204,187)
#DFDBD0
(223,219,208)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5413 color. Also use rgb(79,84,19) instead hex code.

Text Font Color

.myTextColor { color: #4F5413; }

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

This text font color is #4F5413.

Background Color

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

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

This div background color is #4F5413.

Border color

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

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

This div border color is #4F5413.

Opacity

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

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

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

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

This text has shadow with #4F5413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5413.

Preview

Color preview on black background

This text has color #4F5413 on black background.


Color preview on white background

This text has color #4F5413 on white background.


Black color preview on #4F5413 background

This text has black color on #4F5413 background.


White color preview on #4F5413 background

This text has white color on #4F5413 background.


Related colors

Complementary color

Complementary color for #hex is #B0ABEC.


I love getcolorcode.com

Triadic colors

1 #134F54 and #54134F with #4F5413 are triadic colors.

2 #13544F and #544F13 with #4F5413 are triadic colors.