COLOR #4F2427

HEX: #4F2427
RGB: (79,36,39)

Color info

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

RGB color model

#4F2427 color RGB value is (79,36,39).

  • red value is 79;
  • green value is 36;
  • blue value is 39.
RGB:
(79,36,39)
(31%,14%,15%)

RGB channels and saturation

R 79 of 255 = 31%
G 36 of 255 = 14%
B 39 of 255 = 15%

79
36
39

R + G + B ~ 20%. #4F2427 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 36 + 39 = 154 (100%)
R 79 of 154 ~ 51.3%
G 36 of 154 ~ 23.38%
B 39 of 154 ~ 25.32%

%51.3
%23.38
%25.32

CMYK color model

#4F2427 color CMYK value is (0,54,51,69).

  • cyan value is 0.00%
  • magenta value is 54.43%
  • yellow value is 50.63%
  • key color value is 69.02%
CMYK:
(0,54,51,69)
C0M54Y51K69 
(0%,54%,51%,69%)
(0.00/0.54/0.51/0.69)	

CMYK percentages

%0
%54.43
%50.63
%69.02

Codes

Color #4F2427 in popluar color models

4F2427
RGB793639
HSL356°37.39%22.55%
HSB/HSV356°54.43%30.98%
CMYK0.00%54.43%50.63%
69.02%

Color #4F2427 in popluar number systems.

HEX4F2427
Decimal793639
Binary1001111100100100111
Octal1174447

Shades and tints

Shades of #4F2427

#4F2427
(79,36,39)
#482124
(72,33,36)
#411E21
(65,30,33)
#3A1B1E
(58,27,30)
#33181B
(51,24,27)
#2C1518
(44,21,24)
#251215
(37,18,21)
#1E0F12
(30,15,18)
#170C0F
(23,12,15)
#10090C
(16,9,12)
#090609
(9,6,9)
#000000
(0,0,0)

Tints of #4F2427

#4F2427
(79,36,39)
#5F373A
(95,55,58)
#6F4A4D
(111,74,77)
#7F5D60
(127,93,96)
#8F7073
(143,112,115)
#9F8386
(159,131,134)
#AF9699
(175,150,153)
#BFA9AC
(191,169,172)
#CFBCBF
(207,188,191)
#DFCFD2
(223,207,210)
#EFE2E5
(239,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2427 color. Also use rgb(79,36,39) instead hex code.

Text Font Color

.myTextColor { color: #4F2427; }

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

This text font color is #4F2427.


Background Color

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

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

This div background color is #4F2427.


Border color

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

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

This div border color is #4F2427.


Opacity

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

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

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

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

This text has shadow with #4F2427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2427 on black background.


Color preview on white background

This text has color #4F2427 on white background.



Black color preview on #4F2427 background

This text has black color on #4F2427 background.


White color preview on #4F2427 background

This text has white color on #4F2427 background.