COLOR #4C0D24

HEX: #4C0D24 RGB: (76,13,36)

Color info

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

RGB color model

#4C0D24 color RGB value is (76,13,36).

RGB: (76,13,36) (30%, 5%, 14%)

RGB channels and saturation

R 76 of 255 = 30%
G 13 of 255 = 5%
B 36 of 255 = 14%

76
13
36

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

Portions of RGB colors in percentages

R + G + B = 76 + 13 + 36 = 125 (100%)
R 76 of 125 ~ 60.8%
G 13 of 125 ~ 10.4%
B 36 of 125 ~ 28.8'%

%60.8
%28.8

CMYK color model

#4C0D24 color CMYK value is (0,83,53,70).

  • cyan value is 0.00%
  • magenta value is 82.89%
  • yellow value is 52.63%
  • key color value is 70.20%

CMYK: (0,83,53,70)
C0M83Y53K70 (0%, 83%, 53%, 70%)
(0.00 / 0.83 / 0.53 / 0.70)

CMYK percentages

%0
%82.89
%52.63
%70.2

Codes

Color #4C0D24 in popluar color models

4C 0D 24
RGB 76 13 36
HSL 338° 70.79% 17.45%
HSB/HSV 338° 82.89% 29.80%
CMYK 0.00% 82.89% 52.63%
70.20%

Color #4C0D24 in popluar number systems.

HEX 4C 0D 24
Decimal 76 13 36
Binary 1001100 1101 100100
Octal 114 15 44

Shades and tints

Shades of #4C0D24

#4C0D24
(76,13,36)
#460C21
(70,12,33)
#400B1E
(64,11,30)
#3A0A1B
(58,10,27)
#340918
(52,9,24)
#2E0815
(46,8,21)
#280712
(40,7,18)
#22060F
(34,6,15)
#1C050C
(28,5,12)
#160409
(22,4,9)
#100306
(16,3,6)
#000000
(0,0,0)

Tints of #4C0D24

#4C0D24
(76,13,36)
#5C2337
(92,35,55)
#6C394A
(108,57,74)
#7C4F5D
(124,79,93)
#8C6570
(140,101,112)
#9C7B83
(156,123,131)
#AC9196
(172,145,150)
#BCA7A9
(188,167,169)
#CCBDBC
(204,189,188)
#DCD3CF
(220,211,207)
#ECE9E2
(236,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0D24; }

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

This text font color is #4C0D24.

Background Color

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

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

This div background color is #4C0D24.

Border color

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

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

This div border color is #4C0D24.

Opacity

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

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

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

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

This text has shadow with #4C0D24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0D24.

Preview

Color preview on black background

This text has color #4C0D24 on black background.


Color preview on white background

This text has color #4C0D24 on white background.


Black color preview on #4C0D24 background

This text has black color on #4C0D24 background.


White color preview on #4C0D24 background

This text has white color on #4C0D24 background.


Related colors

Complementary color

Complementary color for #hex is #B3F2DB.


I love getcolorcode.com

Triadic colors

1 #244C0D and #0D244C with #4C0D24 are triadic colors.

2 #240D4C and #0D4C24 with #4C0D24 are triadic colors.