COLOR #4C193D

HEX: #4C193D RGB: (76,25,61)

Color info

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

RGB color model

#4C193D color RGB value is (76,25,61).

RGB: (76,25,61) (30%, 10%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 25 of 255 = 10%
B 61 of 255 = 24%

76
25
61

R + G + B ~ 21%. #4C193D is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 25 + 61 = 162 (100%)
R 76 of 162 ~ 46.91%
G 25 of 162 ~ 15.43%
B 61 of 162 ~ 37.65'%

%46.91
%15.43
%37.65

CMYK color model

#4C193D color CMYK value is (0,67,20,70).

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

CMYK: (0,67,20,70)
C0M67Y20K70 (0%, 67%, 20%, 70%)
(0.00 / 0.67 / 0.20 / 0.70)

CMYK percentages

%0
%67.11
%19.74
%70.2

Codes

Color #4C193D in popluar color models

4C 19 3D
RGB 76 25 61
HSL 318° 50.50% 19.80%
HSB/HSV 318° 67.11% 29.80%
CMYK 0.00% 67.11% 19.74%
70.20%

Color #4C193D in popluar number systems.

HEX 4C 19 3D
Decimal 76 25 61
Binary 1001100 11001 111101
Octal 114 31 75

Shades and tints

Shades of #4C193D

#4C193D
(76,25,61)
#461738
(70,23,56)
#401533
(64,21,51)
#3A132E
(58,19,46)
#341129
(52,17,41)
#2E0F24
(46,15,36)
#280D1F
(40,13,31)
#220B1A
(34,11,26)
#1C0915
(28,9,21)
#160710
(22,7,16)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #4C193D

#4C193D
(76,25,61)
#5C2D4E
(92,45,78)
#6C415F
(108,65,95)
#7C5570
(124,85,112)
#8C6981
(140,105,129)
#9C7D92
(156,125,146)
#AC91A3
(172,145,163)
#BCA5B4
(188,165,180)
#CCB9C5
(204,185,197)
#DCCDD6
(220,205,214)
#ECE1E7
(236,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C193D; }

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

This text font color is #4C193D.

Background Color

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

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

This div background color is #4C193D.

Border color

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

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

This div border color is #4C193D.

Opacity

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

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

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

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

This text has shadow with #4C193D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C193D.

Preview

Color preview on black background

This text has color #4C193D on black background.


Color preview on white background

This text has color #4C193D on white background.


Black color preview on #4C193D background

This text has black color on #4C193D background.


White color preview on #4C193D background

This text has white color on #4C193D background.


Related colors

Complementary color

Complementary color for #hex is #B3E6C2.


I love getcolorcode.com

Triadic colors

1 #3D4C19 and #193D4C with #4C193D are triadic colors.

2 #3D194C and #194C3D with #4C193D are triadic colors.