COLOR #4F020A

HEX: #4F020A RGB: (79,2,10)

Color info

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

RGB color model

#4F020A color RGB value is (79,2,10).

RGB: (79,2,10) (31%, 1%, 4%)

RGB channels and saturation

R 79 of 255 = 31%
G 2 of 255 = 1%
B 10 of 255 = 4%

79
2
10

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

Portions of RGB colors in percentages

R + G + B = 79 + 2 + 10 = 91 (100%)
R 79 of 91 ~ 86.81%
G 2 of 91 ~ 2.2%
B 10 of 91 ~ 10.99'%

%86.81
%10.99

CMYK color model

#4F020A color CMYK value is (0,97,87,69).

  • cyan value is 0.00%
  • magenta value is 97.47%
  • yellow value is 87.34%
  • key color value is 69.02%

CMYK: (0,97,87,69)
C0M97Y87K69 (0%, 97%, 87%, 69%)
(0.00 / 0.97 / 0.87 / 0.69)

CMYK percentages

%0
%97.47
%87.34
%69.02

Codes

Color #4F020A in popluar color models

4F 02 0A
RGB 79 2 10
HSL 354° 95.06% 15.88%
HSB/HSV 354° 97.47% 30.98%
CMYK 0.00% 97.47% 87.34%
69.02%

Color #4F020A in popluar number systems.

HEX 4F 02 0A
Decimal 79 2 10
Binary 1001111 10 1010
Octal 117 2 12

Shades and tints

Shades of #4F020A

#4F020A
(79,2,10)
#48020A
(72,2,10)
#41020A
(65,2,10)
#3A020A
(58,2,10)
#33020A
(51,2,10)
#2C020A
(44,2,10)
#25020A
(37,2,10)
#1E020A
(30,2,10)
#17020A
(23,2,10)
#10020A
(16,2,10)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #4F020A

#4F020A
(79,2,10)
#5F1920
(95,25,32)
#6F3036
(111,48,54)
#7F474C
(127,71,76)
#8F5E62
(143,94,98)
#9F7578
(159,117,120)
#AF8C8E
(175,140,142)
#BFA3A4
(191,163,164)
#CFBABA
(207,186,186)
#DFD1D0
(223,209,208)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F020A; }

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

This text font color is #4F020A.

Background Color

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

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

This div background color is #4F020A.

Border color

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

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

This div border color is #4F020A.

Opacity

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

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

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

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

This text has shadow with #4F020A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F020A.

Preview

Color preview on black background

This text has color #4F020A on black background.


Color preview on white background

This text has color #4F020A on white background.


Black color preview on #4F020A background

This text has black color on #4F020A background.


White color preview on #4F020A background

This text has white color on #4F020A background.


Related colors

Complementary color

Complementary color for #hex is #B0FDF5.


I love getcolorcode.com

Triadic colors

1 #0A4F02 and #020A4F with #4F020A are triadic colors.

2 #0A024F and #024F0A with #4F020A are triadic colors.