COLOR #4F2524

HEX: #4F2524
RGB: (79,37,36)

Color info

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

RGB color model

#4F2524 color RGB value is (79,37,36).

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

RGB channels and saturation

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

79
37
36

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

Portions of RGB colors in percentages

R + G + B =
79 + 37 + 36 = 152 (100%)
R 79 of 152 ~ 51.97%
G 37 of 152 ~ 24.34%
B 36 of 152 ~ 23.68%

%51.97
%24.34
%23.68

CMYK color model

#4F2524 color CMYK value is (0,53,54,69).

  • cyan value is 0.00%
  • magenta value is 53.16%
  • yellow value is 54.43%
  • key color value is 69.02%
CMYK:
(0,53,54,69)
C0M53Y54K69 
(0%,53%,54%,69%)
(0.00/0.53/0.54/0.69)	

CMYK percentages

%0
%53.16
%54.43
%69.02

Codes

Color #4F2524 in popluar color models

4F2524
RGB793736
HSL37.39%22.55%
HSB/HSV54.43%30.98%
CMYK0.00%53.16%54.43%
69.02%

Color #4F2524 in popluar number systems.

HEX4F2524
Decimal793736
Binary1001111100101100100
Octal1174544

Shades and tints

Shades of #4F2524

#4F2524
(79,37,36)
#482221
(72,34,33)
#411F1E
(65,31,30)
#3A1C1B
(58,28,27)
#331918
(51,25,24)
#2C1615
(44,22,21)
#251312
(37,19,18)
#1E100F
(30,16,15)
#170D0C
(23,13,12)
#100A09
(16,10,9)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #4F2524

#4F2524
(79,37,36)
#5F3837
(95,56,55)
#6F4B4A
(111,75,74)
#7F5E5D
(127,94,93)
#8F7170
(143,113,112)
#9F8483
(159,132,131)
#AF9796
(175,151,150)
#BFAAA9
(191,170,169)
#CFBDBC
(207,189,188)
#DFD0CF
(223,208,207)
#EFE3E2
(239,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2524; }

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

This text font color is #4F2524.


Background Color

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

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

This div background color is #4F2524.


Border color

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

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

This div border color is #4F2524.


Opacity

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

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

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

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

This text has shadow with #4F2524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2524 on black background.


Color preview on white background

This text has color #4F2524 on white background.



Black color preview on #4F2524 background

This text has black color on #4F2524 background.


White color preview on #4F2524 background

This text has white color on #4F2524 background.