COLOR #4C020D

HEX: #4C020D RGB: (76,2,13)

Color info

#4C020D contains mainly red color. Web safe color of #4C020D is #330000 (or #300).

RGB color model

#4C020D color RGB value is (76,2,13).

RGB: (76,2,13) (30%, 1%, 5%)

RGB channels and saturation

R 76 of 255 = 30%
G 2 of 255 = 1%
B 13 of 255 = 5%

76
2
13

R + G + B ~ 12%. #4C020D is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 2 + 13 = 91 (100%)
R 76 of 91 ~ 83.52%
G 2 of 91 ~ 2.2%
B 13 of 91 ~ 14.29'%

%83.52
%14.29

CMYK color model

#4C020D color CMYK value is (0,97,83,70).

  • cyan value is 0.00%
  • magenta value is 97.37%
  • yellow value is 82.89%
  • key color value is 70.20%
CMYK: (0,97,83,70) C0M97Y83K70 (0%,97%,83%,70%) (0.00/0.97/0.83/0.70) 

CMYK percentages

%0
%97.37
%82.89
%70.2

Codes

Color #4C020D in popluar color models

4C 02 0D
RGB 76 2 13
HSL 351° 94.87% 15.29%
HSB/HSV 351° 97.37% 29.80%
CMYK 0.00% 97.37% 82.89%
70.20%

Color #4C020D in popluar number systems.

HEX 4C 02 0D
Decimal 76 2 13
Binary 1001100 10 1101
Octal 114 2 15

Shades and tints

Shades of #4C020D

#4C020D
(76,2,13)
#46020C
(70,2,12)
#40020B
(64,2,11)
#3A020A
(58,2,10)
#340209
(52,2,9)
#2E0208
(46,2,8)
#280207
(40,2,7)
#220206
(34,2,6)
#1C0205
(28,2,5)
#160204
(22,2,4)
#100203
(16,2,3)
#000000
(0,0,0)

Tints of #4C020D

#4C020D
(76,2,13)
#5C1923
(92,25,35)
#6C3039
(108,48,57)
#7C474F
(124,71,79)
#8C5E65
(140,94,101)
#9C757B
(156,117,123)
#AC8C91
(172,140,145)
#BCA3A7
(188,163,167)
#CCBABD
(204,186,189)
#DCD1D3
(220,209,211)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C020D color. Also use rgb(76,2,13) instead hex code.

Text Font Color

.myTextColor { color: #4C020D; }

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

This text font color is #4C020D.

Background Color

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

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

This div background color is #4C020D.

Border color

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

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

This div border color is #4C020D.

Opacity

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

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

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

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

This text has shadow with #4C020D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C020D.

Preview

Color preview on black background

This text has color #4C020D on black background.


Color preview on white background

This text has color #4C020D on white background.


Black color preview on #4C020D background

This text has black color on #4C020D background.


White color preview on #4C020D background

This text has white color on #4C020D background.


Related colors

Complementary color

Complementary color for #hex is #B3FDF2.


I love getcolorcode.com

Triadic colors

1 #0D4C02 and #020D4C with #4C020D are triadic colors.

2 #0D024C and #024C0D with #4C020D are triadic colors.