COLOR #4F601D

HEX: #4F601D RGB: (79,96,29)

Color info

#4F601D contains mainly red and green colors. Web safe color of #4F601D is #666633 (or #663).

RGB color model

#4F601D color RGB value is (79,96,29).

RGB: (79,96,29) (31%, 38%, 11%)

RGB channels and saturation

R 79 of 255 = 31%
G 96 of 255 = 38%
B 29 of 255 = 11%

79
96
29

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

Portions of RGB colors in percentages

R + G + B = 79 + 96 + 29 = 204 (100%)
R 79 of 204 ~ 38.73%
G 96 of 204 ~ 47.06%
B 29 of 204 ~ 14.22'%

%38.73
%47.06
%14.22

CMYK color model

#4F601D color CMYK value is (18,0,70,62).

  • cyan value is 17.71%
  • magenta value is 0.00%
  • yellow value is 69.79%
  • key color value is 62.35%

CMYK: (18,0,70,62)
C18M0Y70K62 (18%, 0%, 70%, 62%)
(0.18 / 0.00 / 0.70 / 0.62)

CMYK percentages

%17.71
%0
%69.79
%62.35

Codes

Color #4F601D in popluar color models

4F 60 1D
RGB 79 96 29
HSL 75° 53.60% 24.51%
HSB/HSV 75° 69.79% 37.65%
CMYK 17.71% 0.00% 69.79%
62.35%

Color #4F601D in popluar number systems.

HEX 4F 60 1D
Decimal 79 96 29
Binary 1001111 1100000 11101
Octal 117 140 35

Shades and tints

Shades of #4F601D

#4F601D
(79,96,29)
#48581B
(72,88,27)
#415019
(65,80,25)
#3A4817
(58,72,23)
#334015
(51,64,21)
#2C3813
(44,56,19)
#253011
(37,48,17)
#1E280F
(30,40,15)
#17200D
(23,32,13)
#10180B
(16,24,11)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #4F601D

#4F601D
(79,96,29)
#5F6E31
(95,110,49)
#6F7C45
(111,124,69)
#7F8A59
(127,138,89)
#8F986D
(143,152,109)
#9FA681
(159,166,129)
#AFB495
(175,180,149)
#BFC2A9
(191,194,169)
#CFD0BD
(207,208,189)
#DFDED1
(223,222,209)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F601D color. Also use rgb(79,96,29) instead hex code.

Text Font Color

.myTextColor { color: #4F601D; }

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

This text font color is #4F601D.

Background Color

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

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

This div background color is #4F601D.

Border color

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

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

This div border color is #4F601D.

Opacity

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

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

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

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

This text has shadow with #4F601D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F601D.

Preview

Color preview on black background

This text has color #4F601D on black background.


Color preview on white background

This text has color #4F601D on white background.


Black color preview on #4F601D background

This text has black color on #4F601D background.


White color preview on #4F601D background

This text has white color on #4F601D background.


Related colors

Complementary color

Complementary color for #hex is #B09FE2.


I love getcolorcode.com

Triadic colors

1 #1D4F60 and #601D4F with #4F601D are triadic colors.

2 #1D604F and #604F1D with #4F601D are triadic colors.