COLOR #4C0F34

HEX: #4C0F34
RGB: (76,15,52)

Color info

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

RGB color model

#4C0F34 color RGB value is (76,15,52).

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

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 52 of 255 = 20%

76
15
52

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

Portions of RGB colors in percentages

R + G + B =
76 + 15 + 52 = 143 (100%)
R 76 of 143 ~ 53.15%
G 15 of 143 ~ 10.49%
B 52 of 143 ~ 36.36%

%53.15
%10.49
%36.36

CMYK color model

#4C0F34 color CMYK value is (0,80,32,70).

  • cyan value is 0.00%
  • magenta value is 80.26%
  • yellow value is 31.58%
  • key color value is 70.20%
CMYK:
(0,80,32,70)
C0M80Y32K70 
(0%,80%,32%,70%)
(0.00/0.80/0.32/0.70)	

CMYK percentages

%0
%80.26
%31.58
%70.2

Codes

Color #4C0F34 in popluar color models

4C0F34
RGB761552
HSL324°67.03%17.84%
HSB/HSV324°80.26%29.80%
CMYK0.00%80.26%31.58%
70.20%

Color #4C0F34 in popluar number systems.

HEX4C0F34
Decimal761552
Binary10011001111110100
Octal1141764

Shades and tints

Shades of #4C0F34

#4C0F34
(76,15,52)
#460E30
(70,14,48)
#400D2C
(64,13,44)
#3A0C28
(58,12,40)
#340B24
(52,11,36)
#2E0A20
(46,10,32)
#28091C
(40,9,28)
#220818
(34,8,24)
#1C0714
(28,7,20)
#160610
(22,6,16)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #4C0F34

#4C0F34
(76,15,52)
#5C2446
(92,36,70)
#6C3958
(108,57,88)
#7C4E6A
(124,78,106)
#8C637C
(140,99,124)
#9C788E
(156,120,142)
#AC8DA0
(172,141,160)
#BCA2B2
(188,162,178)
#CCB7C4
(204,183,196)
#DCCCD6
(220,204,214)
#ECE1E8
(236,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0F34; }

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

This text font color is #4C0F34.


Background Color

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

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

This div background color is #4C0F34.


Border color

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

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

This div border color is #4C0F34.


Opacity

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

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

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

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

This text has shadow with #4C0F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0F34 on black background.


Color preview on white background

This text has color #4C0F34 on white background.



Black color preview on #4C0F34 background

This text has black color on #4C0F34 background.


White color preview on #4C0F34 background

This text has white color on #4C0F34 background.