COLOR #4F0A25

HEX: #4F0A25
RGB: (79,10,37)

Color info

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

RGB color model

#4F0A25 color RGB value is (79,10,37).

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

RGB channels and saturation

R 79 of 255 = 31%
G 10 of 255 = 4%
B 37 of 255 = 15%

79
10
37

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

Portions of RGB colors in percentages

R + G + B =
79 + 10 + 37 = 126 (100%)
R 79 of 126 ~ 62.7%
G 10 of 126 ~ 7.94%
B 37 of 126 ~ 29.37%

%62.7
%29.37

CMYK color model

#4F0A25 color CMYK value is (0,87,53,69).

  • cyan value is 0.00%
  • magenta value is 87.34%
  • yellow value is 53.16%
  • key color value is 69.02%
CMYK:
(0,87,53,69)
C0M87Y53K69 
(0%,87%,53%,69%)
(0.00/0.87/0.53/0.69)	

CMYK percentages

%0
%87.34
%53.16
%69.02

Codes

Color #4F0A25 in popluar color models

4F0A25
RGB791037
HSL337°77.53%17.45%
HSB/HSV337°87.34%30.98%
CMYK0.00%87.34%53.16%
69.02%

Color #4F0A25 in popluar number systems.

HEX4F0A25
Decimal791037
Binary10011111010100101
Octal1171245

Shades and tints

Shades of #4F0A25

#4F0A25
(79,10,37)
#480A22
(72,10,34)
#410A1F
(65,10,31)
#3A0A1C
(58,10,28)
#330A19
(51,10,25)
#2C0A16
(44,10,22)
#250A13
(37,10,19)
#1E0A10
(30,10,16)
#170A0D
(23,10,13)
#100A0A
(16,10,10)
#090A07
(9,10,7)
#000000
(0,0,0)

Tints of #4F0A25

#4F0A25
(79,10,37)
#5F2038
(95,32,56)
#6F364B
(111,54,75)
#7F4C5E
(127,76,94)
#8F6271
(143,98,113)
#9F7884
(159,120,132)
#AF8E97
(175,142,151)
#BFA4AA
(191,164,170)
#CFBABD
(207,186,189)
#DFD0D0
(223,208,208)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0A25; }

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

This text font color is #4F0A25.


Background Color

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

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

This div background color is #4F0A25.


Border color

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

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

This div border color is #4F0A25.


Opacity

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

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

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

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

This text has shadow with #4F0A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0A25 on black background.


Color preview on white background

This text has color #4F0A25 on white background.



Black color preview on #4F0A25 background

This text has black color on #4F0A25 background.


White color preview on #4F0A25 background

This text has white color on #4F0A25 background.