COLOR #4F360D

HEX: #4F360D
RGB: (79,54,13)

Color info

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

RGB color model

#4F360D color RGB value is (79,54,13).

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

RGB channels and saturation

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

79
54
13

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

Portions of RGB colors in percentages

R + G + B =
79 + 54 + 13 = 146 (100%)
R 79 of 146 ~ 54.11%
G 54 of 146 ~ 36.99%
B 13 of 146 ~ 8.9%

%54.11
%36.99

CMYK color model

#4F360D color CMYK value is (0,32,84,69).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 83.54%
  • key color value is 69.02%
CMYK:
(0,32,84,69)
C0M32Y84K69 
(0%,32%,84%,69%)
(0.00/0.32/0.84/0.69)	

CMYK percentages

%0
%31.65
%83.54
%69.02

Codes

Color #4F360D in popluar color models

4F360D
RGB795413
HSL37°71.74%18.04%
HSB/HSV37°83.54%30.98%
CMYK0.00%31.65%83.54%
69.02%

Color #4F360D in popluar number systems.

HEX4F360D
Decimal795413
Binary10011111101101101
Octal1176615

Shades and tints

Shades of #4F360D

#4F360D
(79,54,13)
#48320C
(72,50,12)
#412E0B
(65,46,11)
#3A2A0A
(58,42,10)
#332609
(51,38,9)
#2C2208
(44,34,8)
#251E07
(37,30,7)
#1E1A06
(30,26,6)
#171605
(23,22,5)
#101204
(16,18,4)
#090E03
(9,14,3)
#000000
(0,0,0)

Tints of #4F360D

#4F360D
(79,54,13)
#5F4823
(95,72,35)
#6F5A39
(111,90,57)
#7F6C4F
(127,108,79)
#8F7E65
(143,126,101)
#9F907B
(159,144,123)
#AFA291
(175,162,145)
#BFB4A7
(191,180,167)
#CFC6BD
(207,198,189)
#DFD8D3
(223,216,211)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F360D; }

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

This text font color is #4F360D.


Background Color

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

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

This div background color is #4F360D.


Border color

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

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

This div border color is #4F360D.


Opacity

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

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

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

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

This text has shadow with #4F360D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F360D on black background.


Color preview on white background

This text has color #4F360D on white background.



Black color preview on #4F360D background

This text has black color on #4F360D background.


White color preview on #4F360D background

This text has white color on #4F360D background.