COLOR #4C0130

HEX: #4C0130
RGB: (76,1,48)

Color info

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

RGB color model

#4C0130 color RGB value is (76,1,48).

  • red value is 76;
  • green value is 1;
  • blue value is 48.
RGB:
(76,1,48)
(30%,0%,19%)

RGB channels and saturation

R 76 of 255 = 30%
G 1 of 255 = 0%
B 48 of 255 = 19%

76
1
48

R + G + B ~ 16%. #4C0130 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 1 + 48 = 125 (100%)
R 76 of 125 ~ 60.8%
G 1 of 125 ~ 0.8%
B 48 of 125 ~ 38.4%

%60.8
%38.4

CMYK color model

#4C0130 color CMYK value is (0,99,37,70).

  • cyan value is 0.00%
  • magenta value is 98.68%
  • yellow value is 36.84%
  • key color value is 70.20%
CMYK:
(0,99,37,70)
C0M99Y37K70 
(0%,99%,37%,70%)
(0.00/0.99/0.37/0.70)	

CMYK percentages

%0
%98.68
%36.84
%70.2

Codes

Color #4C0130 in popluar color models

4C0130
RGB76148
HSL322°97.40%15.10%
HSB/HSV322°98.68%29.80%
CMYK0.00%98.68%36.84%
70.20%

Color #4C0130 in popluar number systems.

HEX4C0130
Decimal76148
Binary10011001110000
Octal114160

Shades and tints

Shades of #4C0130

#4C0130
(76,1,48)
#46012C
(70,1,44)
#400128
(64,1,40)
#3A0124
(58,1,36)
#340120
(52,1,32)
#2E011C
(46,1,28)
#280118
(40,1,24)
#220114
(34,1,20)
#1C0110
(28,1,16)
#16010C
(22,1,12)
#100108
(16,1,8)
#000000
(0,0,0)

Tints of #4C0130

#4C0130
(76,1,48)
#5C1842
(92,24,66)
#6C2F54
(108,47,84)
#7C4666
(124,70,102)
#8C5D78
(140,93,120)
#9C748A
(156,116,138)
#AC8B9C
(172,139,156)
#BCA2AE
(188,162,174)
#CCB9C0
(204,185,192)
#DCD0D2
(220,208,210)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0130 color. Also use rgb(76,1,48) instead hex code.

Text Font Color

.myTextColor { color: #4C0130; }

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

This text font color is #4C0130.


Background Color

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

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

This div background color is #4C0130.


Border color

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

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

This div border color is #4C0130.


Opacity

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

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

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

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

This text has shadow with #4C0130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0130 on black background.


Color preview on white background

This text has color #4C0130 on white background.



Black color preview on #4C0130 background

This text has black color on #4C0130 background.


White color preview on #4C0130 background

This text has white color on #4C0130 background.