COLOR #4C1425

HEX: #4C1425
RGB: (76,20,37)

Color info

#4C1425 contains red, green and blue colors in about the same proportion. Web safe color of #4C1425 is #330033 (or #303).

RGB color model

#4C1425 color RGB value is (76,20,37).

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

RGB channels and saturation

R 76 of 255 = 30%
G 20 of 255 = 8%
B 37 of 255 = 15%

76
20
37

R + G + B ~ 18%. #4C1425 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 20 + 37 = 133 (100%)
R 76 of 133 ~ 57.14%
G 20 of 133 ~ 15.04%
B 37 of 133 ~ 27.82%

%57.14
%15.04
%27.82

CMYK color model

#4C1425 color CMYK value is (0,74,51,70).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 51.32%
  • key color value is 70.20%
CMYK:
(0,74,51,70)
C0M74Y51K70 
(0%,74%,51%,70%)
(0.00/0.74/0.51/0.70)	

CMYK percentages

%0
%73.68
%51.32
%70.2

Codes

Color #4C1425 in popluar color models

4C1425
RGB762037
HSL342°58.33%18.82%
HSB/HSV342°73.68%29.80%
CMYK0.00%73.68%51.32%
70.20%

Color #4C1425 in popluar number systems.

HEX4C1425
Decimal762037
Binary100110010100100101
Octal1142445

Shades and tints

Shades of #4C1425

#4C1425
(76,20,37)
#461322
(70,19,34)
#40121F
(64,18,31)
#3A111C
(58,17,28)
#341019
(52,16,25)
#2E0F16
(46,15,22)
#280E13
(40,14,19)
#220D10
(34,13,16)
#1C0C0D
(28,12,13)
#160B0A
(22,11,10)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #4C1425

#4C1425
(76,20,37)
#5C2938
(92,41,56)
#6C3E4B
(108,62,75)
#7C535E
(124,83,94)
#8C6871
(140,104,113)
#9C7D84
(156,125,132)
#AC9297
(172,146,151)
#BCA7AA
(188,167,170)
#CCBCBD
(204,188,189)
#DCD1D0
(220,209,208)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1425 color. Also use rgb(76,20,37) instead hex code.

Text Font Color

.myTextColor { color: #4C1425; }

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

This text font color is #4C1425.


Background Color

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

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

This div background color is #4C1425.


Border color

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

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

This div border color is #4C1425.


Opacity

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

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

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

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

This text has shadow with #4C1425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1425 on black background.


Color preview on white background

This text has color #4C1425 on white background.



Black color preview on #4C1425 background

This text has black color on #4C1425 background.


White color preview on #4C1425 background

This text has white color on #4C1425 background.