COLOR #4C0F25

HEX: #4C0F25
RGB: (76,15,37)

Color info

#4C0F25 contains mainly red and blue colors. Web safe color of #4C0F25 is #330033 (or #303).

RGB color model

#4C0F25 color RGB value is (76,15,37).

  • red value is 76;
  • green value is 15;
  • blue value is 37.
RGB:
(76,15,37)
(30%,6%,15%)

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 37 of 255 = 15%

76
15
37

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

Portions of RGB colors in percentages

R + G + B =
76 + 15 + 37 = 128 (100%)
R 76 of 128 ~ 59.38%
G 15 of 128 ~ 11.72%
B 37 of 128 ~ 28.91%

%59.38
%11.72
%28.91

CMYK color model

#4C0F25 color CMYK value is (0,80,51,70).

  • cyan value is 0.00%
  • magenta value is 80.26%
  • yellow value is 51.32%
  • key color value is 70.20%
CMYK:
(0,80,51,70)
C0M80Y51K70 
(0%,80%,51%,70%)
(0.00/0.80/0.51/0.70)	

CMYK percentages

%0
%80.26
%51.32
%70.2

Codes

Color #4C0F25 in popluar color models

4C0F25
RGB761537
HSL338°67.03%17.84%
HSB/HSV338°80.26%29.80%
CMYK0.00%80.26%51.32%
70.20%

Color #4C0F25 in popluar number systems.

HEX4C0F25
Decimal761537
Binary10011001111100101
Octal1141745

Shades and tints

Shades of #4C0F25

#4C0F25
(76,15,37)
#460E22
(70,14,34)
#400D1F
(64,13,31)
#3A0C1C
(58,12,28)
#340B19
(52,11,25)
#2E0A16
(46,10,22)
#280913
(40,9,19)
#220810
(34,8,16)
#1C070D
(28,7,13)
#16060A
(22,6,10)
#100507
(16,5,7)
#000000
(0,0,0)

Tints of #4C0F25

#4C0F25
(76,15,37)
#5C2438
(92,36,56)
#6C394B
(108,57,75)
#7C4E5E
(124,78,94)
#8C6371
(140,99,113)
#9C7884
(156,120,132)
#AC8D97
(172,141,151)
#BCA2AA
(188,162,170)
#CCB7BD
(204,183,189)
#DCCCD0
(220,204,208)
#ECE1E3
(236,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0F25 color. Also use rgb(76,15,37) instead hex code.

Text Font Color

.myTextColor { color: #4C0F25; }

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

This text font color is #4C0F25.


Background Color

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

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

This div background color is #4C0F25.


Border color

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

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

This div border color is #4C0F25.


Opacity

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

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

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

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

This text has shadow with #4C0F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0F25 on black background.


Color preview on white background

This text has color #4C0F25 on white background.



Black color preview on #4C0F25 background

This text has black color on #4C0F25 background.


White color preview on #4C0F25 background

This text has white color on #4C0F25 background.