COLOR #4F0E02

HEX: #4F0E02
RGB: (79,14,2)

Color info

#4F0E02 contains mainly red color. Web safe color of #4F0E02 is #660000 (or #600).

RGB color model

#4F0E02 color RGB value is (79,14,2).

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

RGB channels and saturation

R 79 of 255 = 31%
G 14 of 255 = 5%
B 2 of 255 = 1%

79
14
2

R + G + B ~ 12%. #4F0E02 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 14 + 2 = 95 (100%)
R 79 of 95 ~ 83.16%
G 14 of 95 ~ 14.74%
B 2 of 95 ~ 2.11%

%83.16
%14.74

CMYK color model

#4F0E02 color CMYK value is (0,82,97,69).

  • cyan value is 0.00%
  • magenta value is 82.28%
  • yellow value is 97.47%
  • key color value is 69.02%
CMYK:
(0,82,97,69)
C0M82Y97K69 
(0%,82%,97%,69%)
(0.00/0.82/0.97/0.69)	

CMYK percentages

%0
%82.28
%97.47
%69.02

Codes

Color #4F0E02 in popluar color models

4F0E02
RGB79142
HSL95.06%15.88%
HSB/HSV97.47%30.98%
CMYK0.00%82.28%97.47%
69.02%

Color #4F0E02 in popluar number systems.

HEX4F0E02
Decimal79142
Binary1001111111010
Octal117162

Shades and tints

Shades of #4F0E02

#4F0E02
(79,14,2)
#480D02
(72,13,2)
#410C02
(65,12,2)
#3A0B02
(58,11,2)
#330A02
(51,10,2)
#2C0902
(44,9,2)
#250802
(37,8,2)
#1E0702
(30,7,2)
#170602
(23,6,2)
#100502
(16,5,2)
#090402
(9,4,2)
#000000
(0,0,0)

Tints of #4F0E02

#4F0E02
(79,14,2)
#5F2319
(95,35,25)
#6F3830
(111,56,48)
#7F4D47
(127,77,71)
#8F625E
(143,98,94)
#9F7775
(159,119,117)
#AF8C8C
(175,140,140)
#BFA1A3
(191,161,163)
#CFB6BA
(207,182,186)
#DFCBD1
(223,203,209)
#EFE0E8
(239,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0E02 color. Also use rgb(79,14,2) instead hex code.

Text Font Color

.myTextColor { color: #4F0E02; }

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

This text font color is #4F0E02.


Background Color

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

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

This div background color is #4F0E02.


Border color

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

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

This div border color is #4F0E02.


Opacity

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

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

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

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

This text has shadow with #4F0E02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0E02 on black background.


Color preview on white background

This text has color #4F0E02 on white background.



Black color preview on #4F0E02 background

This text has black color on #4F0E02 background.


White color preview on #4F0E02 background

This text has white color on #4F0E02 background.