COLOR #4C191E

HEX: #4C191E RGB: (76,25,30)

Color info

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

RGB color model

#4C191E color RGB value is (76,25,30).

RGB: (76,25,30) (30%, 10%, 12%)

RGB channels and saturation

R 76 of 255 = 30%
G 25 of 255 = 10%
B 30 of 255 = 12%

76
25
30

R + G + B ~ 17%. #4C191E is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 25 + 30 = 131 (100%)
R 76 of 131 ~ 58.02%
G 25 of 131 ~ 19.08%
B 30 of 131 ~ 22.9'%

%58.02
%19.08
%22.9

CMYK color model

#4C191E color CMYK value is (0,67,61,70).

  • cyan value is 0.00%
  • magenta value is 67.11%
  • yellow value is 60.53%
  • key color value is 70.20%

CMYK: (0,67,61,70)
C0M67Y61K70 (0%, 67%, 61%, 70%)
(0.00 / 0.67 / 0.61 / 0.70)

CMYK percentages

%0
%67.11
%60.53
%70.2

Codes

Color #4C191E in popluar color models

4C 19 1E
RGB 76 25 30
HSL 354° 50.50% 19.80%
HSB/HSV 354° 67.11% 29.80%
CMYK 0.00% 67.11% 60.53%
70.20%

Color #4C191E in popluar number systems.

HEX 4C 19 1E
Decimal 76 25 30
Binary 1001100 11001 11110
Octal 114 31 36

Shades and tints

Shades of #4C191E

#4C191E
(76,25,30)
#46171C
(70,23,28)
#40151A
(64,21,26)
#3A1318
(58,19,24)
#341116
(52,17,22)
#2E0F14
(46,15,20)
#280D12
(40,13,18)
#220B10
(34,11,16)
#1C090E
(28,9,14)
#16070C
(22,7,12)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #4C191E

#4C191E
(76,25,30)
#5C2D32
(92,45,50)
#6C4146
(108,65,70)
#7C555A
(124,85,90)
#8C696E
(140,105,110)
#9C7D82
(156,125,130)
#AC9196
(172,145,150)
#BCA5AA
(188,165,170)
#CCB9BE
(204,185,190)
#DCCDD2
(220,205,210)
#ECE1E6
(236,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C191E color. Also use rgb(76,25,30) instead hex code.

Text Font Color

.myTextColor { color: #4C191E; }

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

This text font color is #4C191E.

Background Color

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

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

This div background color is #4C191E.

Border color

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

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

This div border color is #4C191E.

Opacity

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

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

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

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

This text has shadow with #4C191E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C191E.

Preview

Color preview on black background

This text has color #4C191E on black background.


Color preview on white background

This text has color #4C191E on white background.


Black color preview on #4C191E background

This text has black color on #4C191E background.


White color preview on #4C191E background

This text has white color on #4C191E background.


Related colors

Complementary color

Complementary color for #hex is #B3E6E1.


I love getcolorcode.com

Triadic colors

1 #1E4C19 and #191E4C with #4C191E are triadic colors.

2 #1E194C and #194C1E with #4C191E are triadic colors.