COLOR #4C0F37

HEX: #4C0F37
RGB: (76,15,55)

Color info

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

RGB color model

#4C0F37 color RGB value is (76,15,55).

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

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 55 of 255 = 22%

76
15
55

R + G + B ~ 19%. #4C0F37 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 15 + 55 = 146 (100%)
R 76 of 146 ~ 52.05%
G 15 of 146 ~ 10.27%
B 55 of 146 ~ 37.67%

%52.05
%10.27
%37.67

CMYK color model

#4C0F37 color CMYK value is (0,80,28,70).

  • cyan value is 0.00%
  • magenta value is 80.26%
  • yellow value is 27.63%
  • key color value is 70.20%
CMYK:
(0,80,28,70)
C0M80Y28K70 
(0%,80%,28%,70%)
(0.00/0.80/0.28/0.70)	

CMYK percentages

%0
%80.26
%27.63
%70.2

Codes

Color #4C0F37 in popluar color models

4C0F37
RGB761555
HSL321°67.03%17.84%
HSB/HSV321°80.26%29.80%
CMYK0.00%80.26%27.63%
70.20%

Color #4C0F37 in popluar number systems.

HEX4C0F37
Decimal761555
Binary10011001111110111
Octal1141767

Shades and tints

Shades of #4C0F37

#4C0F37
(76,15,55)
#460E32
(70,14,50)
#400D2D
(64,13,45)
#3A0C28
(58,12,40)
#340B23
(52,11,35)
#2E0A1E
(46,10,30)
#280919
(40,9,25)
#220814
(34,8,20)
#1C070F
(28,7,15)
#16060A
(22,6,10)
#100505
(16,5,5)
#000000
(0,0,0)

Tints of #4C0F37

#4C0F37
(76,15,55)
#5C2449
(92,36,73)
#6C395B
(108,57,91)
#7C4E6D
(124,78,109)
#8C637F
(140,99,127)
#9C7891
(156,120,145)
#AC8DA3
(172,141,163)
#BCA2B5
(188,162,181)
#CCB7C7
(204,183,199)
#DCCCD9
(220,204,217)
#ECE1EB
(236,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0F37; }

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

This text font color is #4C0F37.


Background Color

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

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

This div background color is #4C0F37.


Border color

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

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

This div border color is #4C0F37.


Opacity

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

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

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

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

This text has shadow with #4C0F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0F37 on black background.


Color preview on white background

This text has color #4C0F37 on white background.



Black color preview on #4C0F37 background

This text has black color on #4C0F37 background.


White color preview on #4C0F37 background

This text has white color on #4C0F37 background.