COLOR #4C172A

HEX: #4C172A
RGB: (76,23,42)

Color info

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

RGB color model

#4C172A color RGB value is (76,23,42).

  • red value is 76;
  • green value is 23;
  • blue value is 42.
RGB:
(76,23,42)
(30%,9%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 23 of 255 = 9%
B 42 of 255 = 16%

76
23
42

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

Portions of RGB colors in percentages

R + G + B =
76 + 23 + 42 = 141 (100%)
R 76 of 141 ~ 53.9%
G 23 of 141 ~ 16.31%
B 42 of 141 ~ 29.79%

%53.9
%16.31
%29.79

CMYK color model

#4C172A color CMYK value is (0,70,45,70).

  • cyan value is 0.00%
  • magenta value is 69.74%
  • yellow value is 44.74%
  • key color value is 70.20%
CMYK:
(0,70,45,70)
C0M70Y45K70 
(0%,70%,45%,70%)
(0.00/0.70/0.45/0.70)	

CMYK percentages

%0
%69.74
%44.74
%70.2

Codes

Color #4C172A in popluar color models

4C172A
RGB762342
HSL338°53.54%19.41%
HSB/HSV338°69.74%29.80%
CMYK0.00%69.74%44.74%
70.20%

Color #4C172A in popluar number systems.

HEX4C172A
Decimal762342
Binary100110010111101010
Octal1142752

Shades and tints

Shades of #4C172A

#4C172A
(76,23,42)
#461527
(70,21,39)
#401324
(64,19,36)
#3A1121
(58,17,33)
#340F1E
(52,15,30)
#2E0D1B
(46,13,27)
#280B18
(40,11,24)
#220915
(34,9,21)
#1C0712
(28,7,18)
#16050F
(22,5,15)
#10030C
(16,3,12)
#000000
(0,0,0)

Tints of #4C172A

#4C172A
(76,23,42)
#5C2C3D
(92,44,61)
#6C4150
(108,65,80)
#7C5663
(124,86,99)
#8C6B76
(140,107,118)
#9C8089
(156,128,137)
#AC959C
(172,149,156)
#BCAAAF
(188,170,175)
#CCBFC2
(204,191,194)
#DCD4D5
(220,212,213)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C172A color. Also use rgb(76,23,42) instead hex code.

Text Font Color

.myTextColor { color: #4C172A; }

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

This text font color is #4C172A.


Background Color

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

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

This div background color is #4C172A.


Border color

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

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

This div border color is #4C172A.


Opacity

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

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

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

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

This text has shadow with #4C172A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C172A on black background.


Color preview on white background

This text has color #4C172A on white background.



Black color preview on #4C172A background

This text has black color on #4C172A background.


White color preview on #4C172A background

This text has white color on #4C172A background.