COLOR #4F360C

HEX: #4F360C
RGB: (79,54,12)

Color info

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

RGB color model

#4F360C color RGB value is (79,54,12).

  • red value is 79;
  • green value is 54;
  • blue value is 12.
RGB:
(79,54,12)
(31%,21%,5%)

RGB channels and saturation

R 79 of 255 = 31%
G 54 of 255 = 21%
B 12 of 255 = 5%

79
54
12

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

Portions of RGB colors in percentages

R + G + B =
79 + 54 + 12 = 145 (100%)
R 79 of 145 ~ 54.48%
G 54 of 145 ~ 37.24%
B 12 of 145 ~ 8.28%

%54.48
%37.24

CMYK color model

#4F360C color CMYK value is (0,32,85,69).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 84.81%
  • key color value is 69.02%
CMYK:
(0,32,85,69)
C0M32Y85K69 
(0%,32%,85%,69%)
(0.00/0.32/0.85/0.69)	

CMYK percentages

%0
%31.65
%84.81
%69.02

Codes

Color #4F360C in popluar color models

4F360C
RGB795412
HSL38°73.63%17.84%
HSB/HSV38°84.81%30.98%
CMYK0.00%31.65%84.81%
69.02%

Color #4F360C in popluar number systems.

HEX4F360C
Decimal795412
Binary10011111101101100
Octal1176614

Shades and tints

Shades of #4F360C

#4F360C
(79,54,12)
#48320B
(72,50,11)
#412E0A
(65,46,10)
#3A2A09
(58,42,9)
#332608
(51,38,8)
#2C2207
(44,34,7)
#251E06
(37,30,6)
#1E1A05
(30,26,5)
#171604
(23,22,4)
#101203
(16,18,3)
#090E02
(9,14,2)
#000000
(0,0,0)

Tints of #4F360C

#4F360C
(79,54,12)
#5F4822
(95,72,34)
#6F5A38
(111,90,56)
#7F6C4E
(127,108,78)
#8F7E64
(143,126,100)
#9F907A
(159,144,122)
#AFA290
(175,162,144)
#BFB4A6
(191,180,166)
#CFC6BC
(207,198,188)
#DFD8D2
(223,216,210)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F360C color. Also use rgb(79,54,12) instead hex code.

Text Font Color

.myTextColor { color: #4F360C; }

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

This text font color is #4F360C.


Background Color

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

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

This div background color is #4F360C.


Border color

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

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

This div border color is #4F360C.


Opacity

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

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

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

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

This text has shadow with #4F360C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F360C on black background.


Color preview on white background

This text has color #4F360C on white background.



Black color preview on #4F360C background

This text has black color on #4F360C background.


White color preview on #4F360C background

This text has white color on #4F360C background.