COLOR #4F5013

HEX: #4F5013 RGB: (79,80,19)

Color info

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

RGB color model

#4F5013 color RGB value is (79,80,19).

RGB: (79,80,19) (31%, 31%, 7%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 19 of 255 = 7%

79
80
19

R + G + B ~ 23%. #4F5013 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 80 + 19 = 178 (100%)
R 79 of 178 ~ 44.38%
G 80 of 178 ~ 44.94%
B 19 of 178 ~ 10.67'%

%44.38
%44.94
%10.67

CMYK color model

#4F5013 color CMYK value is (1,0,76,69).

  • cyan value is 1.25%
  • magenta value is 0.00%
  • yellow value is 76.25%
  • key color value is 68.63%

CMYK: (1,0,76,69)
C1M0Y76K69 (1%, 0%, 76%, 69%)
(0.01 / 0.00 / 0.76 / 0.69)

CMYK percentages

%1.25
%0
%76.25
%68.63

Codes

Color #4F5013 in popluar color models

4F 50 13
RGB 79 80 19
HSL 61° 61.62% 19.41%
HSB/HSV 61° 76.25% 31.37%
CMYK 1.25% 0.00% 76.25%
68.63%

Color #4F5013 in popluar number systems.

HEX 4F 50 13
Decimal 79 80 19
Binary 1001111 1010000 10011
Octal 117 120 23

Shades and tints

Shades of #4F5013

#4F5013
(79,80,19)
#484912
(72,73,18)
#414211
(65,66,17)
#3A3B10
(58,59,16)
#33340F
(51,52,15)
#2C2D0E
(44,45,14)
#25260D
(37,38,13)
#1E1F0C
(30,31,12)
#17180B
(23,24,11)
#10110A
(16,17,10)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #4F5013

#4F5013
(79,80,19)
#5F5F28
(95,95,40)
#6F6E3D
(111,110,61)
#7F7D52
(127,125,82)
#8F8C67
(143,140,103)
#9F9B7C
(159,155,124)
#AFAA91
(175,170,145)
#BFB9A6
(191,185,166)
#CFC8BB
(207,200,187)
#DFD7D0
(223,215,208)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5013; }

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

This text font color is #4F5013.

Background Color

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

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

This div background color is #4F5013.

Border color

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

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

This div border color is #4F5013.

Opacity

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

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

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

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

This text has shadow with #4F5013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5013.

Preview

Color preview on black background

This text has color #4F5013 on black background.


Color preview on white background

This text has color #4F5013 on white background.


Black color preview on #4F5013 background

This text has black color on #4F5013 background.


White color preview on #4F5013 background

This text has white color on #4F5013 background.


Related colors

Complementary color

Complementary color for #hex is #B0AFEC.


I love getcolorcode.com

Triadic colors

1 #134F50 and #50134F with #4F5013 are triadic colors.

2 #13504F and #504F13 with #4F5013 are triadic colors.