COLOR #4C0617

HEX: #4C0617
RGB: (76,6,23)

Color info

#4C0617 contains mainly red and blue colors. Web safe color of #4C0617 is #330000 (or #300).

RGB color model

#4C0617 color RGB value is (76,6,23).

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

RGB channels and saturation

R 76 of 255 = 30%
G 6 of 255 = 2%
B 23 of 255 = 9%

76
6
23

R + G + B ~ 14%. #4C0617 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 6 + 23 = 105 (100%)
R 76 of 105 ~ 72.38%
G 6 of 105 ~ 5.71%
B 23 of 105 ~ 21.9%

%72.38
%21.9

CMYK color model

#4C0617 color CMYK value is (0,92,70,70).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 69.74%
  • key color value is 70.20%
CMYK:
(0,92,70,70)
C0M92Y70K70 
(0%,92%,70%,70%)
(0.00/0.92/0.70/0.70)	

CMYK percentages

%0
%92.11
%69.74
%70.2

Codes

Color #4C0617 in popluar color models

4C0617
RGB76623
HSL345°85.37%16.08%
HSB/HSV345°92.11%29.80%
CMYK0.00%92.11%69.74%
70.20%

Color #4C0617 in popluar number systems.

HEX4C0617
Decimal76623
Binary100110011010111
Octal114627

Shades and tints

Shades of #4C0617

#4C0617
(76,6,23)
#460615
(70,6,21)
#400613
(64,6,19)
#3A0611
(58,6,17)
#34060F
(52,6,15)
#2E060D
(46,6,13)
#28060B
(40,6,11)
#220609
(34,6,9)
#1C0607
(28,6,7)
#160605
(22,6,5)
#100603
(16,6,3)
#000000
(0,0,0)

Tints of #4C0617

#4C0617
(76,6,23)
#5C1C2C
(92,28,44)
#6C3241
(108,50,65)
#7C4856
(124,72,86)
#8C5E6B
(140,94,107)
#9C7480
(156,116,128)
#AC8A95
(172,138,149)
#BCA0AA
(188,160,170)
#CCB6BF
(204,182,191)
#DCCCD4
(220,204,212)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0617; }

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

This text font color is #4C0617.


Background Color

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

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

This div background color is #4C0617.


Border color

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

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

This div border color is #4C0617.


Opacity

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

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

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

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

This text has shadow with #4C0617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0617 on black background.


Color preview on white background

This text has color #4C0617 on white background.



Black color preview on #4C0617 background

This text has black color on #4C0617 background.


White color preview on #4C0617 background

This text has white color on #4C0617 background.