COLOR #4F330E

HEX: #4F330E RGB: (79,51,14)

Color info

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

RGB color model

#4F330E color RGB value is (79,51,14).

RGB: (79,51,14) (31%, 20%, 5%)

RGB channels and saturation

R 79 of 255 = 31%
G 51 of 255 = 20%
B 14 of 255 = 5%

79
51
14

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

Portions of RGB colors in percentages

R + G + B = 79 + 51 + 14 = 144 (100%)
R 79 of 144 ~ 54.86%
G 51 of 144 ~ 35.42%
B 14 of 144 ~ 9.72'%

%54.86
%35.42

CMYK color model

#4F330E color CMYK value is (0,35,82,69).

  • cyan value is 0.00%
  • magenta value is 35.44%
  • yellow value is 82.28%
  • key color value is 69.02%

CMYK: (0,35,82,69)
C0M35Y82K69 (0%, 35%, 82%, 69%)
(0.00 / 0.35 / 0.82 / 0.69)

CMYK percentages

%0
%35.44
%82.28
%69.02

Codes

Color #4F330E in popluar color models

4F 33 0E
RGB 79 51 14
HSL 34° 69.89% 18.24%
HSB/HSV 34° 82.28% 30.98%
CMYK 0.00% 35.44% 82.28%
69.02%

Color #4F330E in popluar number systems.

HEX 4F 33 0E
Decimal 79 51 14
Binary 1001111 110011 1110
Octal 117 63 16

Shades and tints

Shades of #4F330E

#4F330E
(79,51,14)
#482F0D
(72,47,13)
#412B0C
(65,43,12)
#3A270B
(58,39,11)
#33230A
(51,35,10)
#2C1F09
(44,31,9)
#251B08
(37,27,8)
#1E1707
(30,23,7)
#171306
(23,19,6)
#100F05
(16,15,5)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #4F330E

#4F330E
(79,51,14)
#5F4523
(95,69,35)
#6F5738
(111,87,56)
#7F694D
(127,105,77)
#8F7B62
(143,123,98)
#9F8D77
(159,141,119)
#AF9F8C
(175,159,140)
#BFB1A1
(191,177,161)
#CFC3B6
(207,195,182)
#DFD5CB
(223,213,203)
#EFE7E0
(239,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F330E color. Also use rgb(79,51,14) instead hex code.

Text Font Color

.myTextColor { color: #4F330E; }

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

This text font color is #4F330E.

Background Color

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

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

This div background color is #4F330E.

Border color

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

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

This div border color is #4F330E.

Opacity

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

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

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

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

This text has shadow with #4F330E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F330E.

Preview

Color preview on black background

This text has color #4F330E on black background.


Color preview on white background

This text has color #4F330E on white background.


Black color preview on #4F330E background

This text has black color on #4F330E background.


White color preview on #4F330E background

This text has white color on #4F330E background.


Related colors

Complementary color

Complementary color for #hex is #B0CCF1.


I love getcolorcode.com

Triadic colors

1 #0E4F33 and #330E4F with #4F330E are triadic colors.

2 #0E334F and #334F0E with #4F330E are triadic colors.