COLOR #4F0D24

HEX: #4F0D24
RGB: (79,13,36)

Color info

#4F0D24 contains mainly red and blue colors. Web safe color of #4F0D24 is #660033 (or #603).

RGB color model

#4F0D24 color RGB value is (79,13,36).

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

RGB channels and saturation

R 79 of 255 = 31%
G 13 of 255 = 5%
B 36 of 255 = 14%

79
13
36

R + G + B ~ 17%. #4F0D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 13 + 36 = 128 (100%)
R 79 of 128 ~ 61.72%
G 13 of 128 ~ 10.16%
B 36 of 128 ~ 28.13%

%61.72
%10.16
%28.13

CMYK color model

#4F0D24 color CMYK value is (0,84,54,69).

  • cyan value is 0.00%
  • magenta value is 83.54%
  • yellow value is 54.43%
  • key color value is 69.02%
CMYK:
(0,84,54,69)
C0M84Y54K69 
(0%,84%,54%,69%)
(0.00/0.84/0.54/0.69)	

CMYK percentages

%0
%83.54
%54.43
%69.02

Codes

Color #4F0D24 in popluar color models

4F0D24
RGB791336
HSL339°71.74%18.04%
HSB/HSV339°83.54%30.98%
CMYK0.00%83.54%54.43%
69.02%

Color #4F0D24 in popluar number systems.

HEX4F0D24
Decimal791336
Binary10011111101100100
Octal1171544

Shades and tints

Shades of #4F0D24

#4F0D24
(79,13,36)
#480C21
(72,12,33)
#410B1E
(65,11,30)
#3A0A1B
(58,10,27)
#330918
(51,9,24)
#2C0815
(44,8,21)
#250712
(37,7,18)
#1E060F
(30,6,15)
#17050C
(23,5,12)
#100409
(16,4,9)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #4F0D24

#4F0D24
(79,13,36)
#5F2337
(95,35,55)
#6F394A
(111,57,74)
#7F4F5D
(127,79,93)
#8F6570
(143,101,112)
#9F7B83
(159,123,131)
#AF9196
(175,145,150)
#BFA7A9
(191,167,169)
#CFBDBC
(207,189,188)
#DFD3CF
(223,211,207)
#EFE9E2
(239,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0D24; }

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

This text font color is #4F0D24.


Background Color

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

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

This div background color is #4F0D24.


Border color

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

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

This div border color is #4F0D24.


Opacity

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

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

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

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

This text has shadow with #4F0D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0D24 on black background.


Color preview on white background

This text has color #4F0D24 on white background.



Black color preview on #4F0D24 background

This text has black color on #4F0D24 background.


White color preview on #4F0D24 background

This text has white color on #4F0D24 background.