COLOR #4F4202

HEX: #4F4202 RGB: (79,66,2)

Color info

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

RGB color model

#4F4202 color RGB value is (79,66,2).

RGB: (79,66,2) (31%, 26%, 1%)

RGB channels and saturation

R 79 of 255 = 31%
G 66 of 255 = 26%
B 2 of 255 = 1%

79
66
2

R + G + B ~ 19%. #4F4202 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 66 + 2 = 147 (100%)
R 79 of 147 ~ 53.74%
G 66 of 147 ~ 44.9%
B 2 of 147 ~ 1.36'%

%53.74
%44.9

CMYK color model

#4F4202 color CMYK value is (0,16,97,69).

  • cyan value is 0.00%
  • magenta value is 16.46%
  • yellow value is 97.47%
  • key color value is 69.02%

CMYK: (0,16,97,69)
C0M16Y97K69 (0%, 16%, 97%, 69%)
(0.00 / 0.16 / 0.97 / 0.69)

CMYK percentages

%0
%16.46
%97.47
%69.02

Codes

Color #4F4202 in popluar color models

4F 42 02
RGB 79 66 2
HSL 50° 95.06% 15.88%
HSB/HSV 50° 97.47% 30.98%
CMYK 0.00% 16.46% 97.47%
69.02%

Color #4F4202 in popluar number systems.

HEX 4F 42 02
Decimal 79 66 2
Binary 1001111 1000010 10
Octal 117 102 2

Shades and tints

Shades of #4F4202

#4F4202
(79,66,2)
#483C02
(72,60,2)
#413602
(65,54,2)
#3A3002
(58,48,2)
#332A02
(51,42,2)
#2C2402
(44,36,2)
#251E02
(37,30,2)
#1E1802
(30,24,2)
#171202
(23,18,2)
#100C02
(16,12,2)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #4F4202

#4F4202
(79,66,2)
#5F5319
(95,83,25)
#6F6430
(111,100,48)
#7F7547
(127,117,71)
#8F865E
(143,134,94)
#9F9775
(159,151,117)
#AFA88C
(175,168,140)
#BFB9A3
(191,185,163)
#CFCABA
(207,202,186)
#DFDBD1
(223,219,209)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4202 color. Also use rgb(79,66,2) instead hex code.

Text Font Color

.myTextColor { color: #4F4202; }

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

This text font color is #4F4202.

Background Color

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

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

This div background color is #4F4202.

Border color

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

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

This div border color is #4F4202.

Opacity

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

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

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

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

This text has shadow with #4F4202 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4202.

Preview

Color preview on black background

This text has color #4F4202 on black background.


Color preview on white background

This text has color #4F4202 on white background.


Black color preview on #4F4202 background

This text has black color on #4F4202 background.


White color preview on #4F4202 background

This text has white color on #4F4202 background.


Related colors

Complementary color

Complementary color for #hex is #B0BDFD.


I love getcolorcode.com

Triadic colors

1 #024F42 and #42024F with #4F4202 are triadic colors.

2 #02424F and #424F02 with #4F4202 are triadic colors.