COLOR #4F361E

HEX: #4F361E
RGB: (79,54,30)

Color info

#4F361E contains red, green and blue colors in about the same proportion. Web safe color of #4F361E is #663333 (or #633).

RGB color model

#4F361E color RGB value is (79,54,30).

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

RGB channels and saturation

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

79
54
30

R + G + B ~ 21%. #4F361E is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 54 + 30 = 163 (100%)
R 79 of 163 ~ 48.47%
G 54 of 163 ~ 33.13%
B 30 of 163 ~ 18.4%

%48.47
%33.13
%18.4

CMYK color model

#4F361E color CMYK value is (0,32,62,69).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 62.03%
  • key color value is 69.02%
CMYK:
(0,32,62,69)
C0M32Y62K69 
(0%,32%,62%,69%)
(0.00/0.32/0.62/0.69)	

CMYK percentages

%0
%31.65
%62.03
%69.02

Codes

Color #4F361E in popluar color models

4F361E
RGB795430
HSL29°44.95%21.37%
HSB/HSV29°62.03%30.98%
CMYK0.00%31.65%62.03%
69.02%

Color #4F361E in popluar number systems.

HEX4F361E
Decimal795430
Binary100111111011011110
Octal1176636

Shades and tints

Shades of #4F361E

#4F361E
(79,54,30)
#48321C
(72,50,28)
#412E1A
(65,46,26)
#3A2A18
(58,42,24)
#332616
(51,38,22)
#2C2214
(44,34,20)
#251E12
(37,30,18)
#1E1A10
(30,26,16)
#17160E
(23,22,14)
#10120C
(16,18,12)
#090E0A
(9,14,10)
#000000
(0,0,0)

Tints of #4F361E

#4F361E
(79,54,30)
#5F4832
(95,72,50)
#6F5A46
(111,90,70)
#7F6C5A
(127,108,90)
#8F7E6E
(143,126,110)
#9F9082
(159,144,130)
#AFA296
(175,162,150)
#BFB4AA
(191,180,170)
#CFC6BE
(207,198,190)
#DFD8D2
(223,216,210)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F361E; }

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

This text font color is #4F361E.


Background Color

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

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

This div background color is #4F361E.


Border color

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

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

This div border color is #4F361E.


Opacity

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

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

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

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

This text has shadow with #4F361E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F361E on black background.


Color preview on white background

This text has color #4F361E on white background.



Black color preview on #4F361E background

This text has black color on #4F361E background.


White color preview on #4F361E background

This text has white color on #4F361E background.