COLOR #4C172F

HEX: #4C172F
RGB: (76,23,47)

Color info

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

RGB color model

#4C172F color RGB value is (76,23,47).

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

RGB channels and saturation

R 76 of 255 = 30%
G 23 of 255 = 9%
B 47 of 255 = 18%

76
23
47

R + G + B ~ 19%. #4C172F is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 23 + 47 = 146 (100%)
R 76 of 146 ~ 52.05%
G 23 of 146 ~ 15.75%
B 47 of 146 ~ 32.19%

%52.05
%15.75
%32.19

CMYK color model

#4C172F color CMYK value is (0,70,38,70).

  • cyan value is 0.00%
  • magenta value is 69.74%
  • yellow value is 38.16%
  • key color value is 70.20%
CMYK:
(0,70,38,70)
C0M70Y38K70 
(0%,70%,38%,70%)
(0.00/0.70/0.38/0.70)	

CMYK percentages

%0
%69.74
%38.16
%70.2

Codes

Color #4C172F in popluar color models

4C172F
RGB762347
HSL333°53.54%19.41%
HSB/HSV333°69.74%29.80%
CMYK0.00%69.74%38.16%
70.20%

Color #4C172F in popluar number systems.

HEX4C172F
Decimal762347
Binary100110010111101111
Octal1142757

Shades and tints

Shades of #4C172F

#4C172F
(76,23,47)
#46152B
(70,21,43)
#401327
(64,19,39)
#3A1123
(58,17,35)
#340F1F
(52,15,31)
#2E0D1B
(46,13,27)
#280B17
(40,11,23)
#220913
(34,9,19)
#1C070F
(28,7,15)
#16050B
(22,5,11)
#100307
(16,3,7)
#000000
(0,0,0)

Tints of #4C172F

#4C172F
(76,23,47)
#5C2C41
(92,44,65)
#6C4153
(108,65,83)
#7C5665
(124,86,101)
#8C6B77
(140,107,119)
#9C8089
(156,128,137)
#AC959B
(172,149,155)
#BCAAAD
(188,170,173)
#CCBFBF
(204,191,191)
#DCD4D1
(220,212,209)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C172F; }

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

This text font color is #4C172F.


Background Color

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

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

This div background color is #4C172F.


Border color

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

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

This div border color is #4C172F.


Opacity

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

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

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

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

This text has shadow with #4C172F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C172F on black background.


Color preview on white background

This text has color #4C172F on white background.



Black color preview on #4C172F background

This text has black color on #4C172F background.


White color preview on #4C172F background

This text has white color on #4C172F background.