COLOR #4C0E23

HEX: #4C0E23
RGB: (76,14,35)

Color info

#4C0E23 contains mainly red and blue colors. Web safe color of #4C0E23 is #330033 (or #303).

RGB color model

#4C0E23 color RGB value is (76,14,35).

  • red value is 76;
  • green value is 14;
  • blue value is 35.
RGB:
(76,14,35)
(30%,5%,14%)

RGB channels and saturation

R 76 of 255 = 30%
G 14 of 255 = 5%
B 35 of 255 = 14%

76
14
35

R + G + B ~ 16%. #4C0E23 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 14 + 35 = 125 (100%)
R 76 of 125 ~ 60.8%
G 14 of 125 ~ 11.2%
B 35 of 125 ~ 28%

%60.8
%11.2
%28

CMYK color model

#4C0E23 color CMYK value is (0,82,54,70).

  • cyan value is 0.00%
  • magenta value is 81.58%
  • yellow value is 53.95%
  • key color value is 70.20%
CMYK:
(0,82,54,70)
C0M82Y54K70 
(0%,82%,54%,70%)
(0.00/0.82/0.54/0.70)	

CMYK percentages

%0
%81.58
%53.95
%70.2

Codes

Color #4C0E23 in popluar color models

4C0E23
RGB761435
HSL340°68.89%17.65%
HSB/HSV340°81.58%29.80%
CMYK0.00%81.58%53.95%
70.20%

Color #4C0E23 in popluar number systems.

HEX4C0E23
Decimal761435
Binary10011001110100011
Octal1141643

Shades and tints

Shades of #4C0E23

#4C0E23
(76,14,35)
#460D20
(70,13,32)
#400C1D
(64,12,29)
#3A0B1A
(58,11,26)
#340A17
(52,10,23)
#2E0914
(46,9,20)
#280811
(40,8,17)
#22070E
(34,7,14)
#1C060B
(28,6,11)
#160508
(22,5,8)
#100405
(16,4,5)
#000000
(0,0,0)

Tints of #4C0E23

#4C0E23
(76,14,35)
#5C2337
(92,35,55)
#6C384B
(108,56,75)
#7C4D5F
(124,77,95)
#8C6273
(140,98,115)
#9C7787
(156,119,135)
#AC8C9B
(172,140,155)
#BCA1AF
(188,161,175)
#CCB6C3
(204,182,195)
#DCCBD7
(220,203,215)
#ECE0EB
(236,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0E23 color. Also use rgb(76,14,35) instead hex code.

Text Font Color

.myTextColor { color: #4C0E23; }

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

This text font color is #4C0E23.


Background Color

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

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

This div background color is #4C0E23.


Border color

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

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

This div border color is #4C0E23.


Opacity

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

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

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

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

This text has shadow with #4C0E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0E23 on black background.


Color preview on white background

This text has color #4C0E23 on white background.



Black color preview on #4C0E23 background

This text has black color on #4C0E23 background.


White color preview on #4C0E23 background

This text has white color on #4C0E23 background.