COLOR #4C090A

HEX: #4C090A
RGB: (76,9,10)

Color info

#4C090A contains mainly red color. Web safe color of #4C090A is #330000 (or #300).

RGB color model

#4C090A color RGB value is (76,9,10).

  • red value is 76;
  • green value is 9;
  • blue value is 10.
RGB:
(76,9,10)
(30%,4%,4%)

RGB channels and saturation

R 76 of 255 = 30%
G 9 of 255 = 4%
B 10 of 255 = 4%

76
9
10

R + G + B ~ 13%. #4C090A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 9 + 10 = 95 (100%)
R 76 of 95 ~ 80%
G 9 of 95 ~ 9.47%
B 10 of 95 ~ 10.53%

%80
%10.53

CMYK color model

#4C090A color CMYK value is (0,88,87,70).

  • cyan value is 0.00%
  • magenta value is 88.16%
  • yellow value is 86.84%
  • key color value is 70.20%
CMYK:
(0,88,87,70)
C0M88Y87K70 
(0%,88%,87%,70%)
(0.00/0.88/0.87/0.70)	

CMYK percentages

%0
%88.16
%86.84
%70.2

Codes

Color #4C090A in popluar color models

4C090A
RGB76910
HSL359°78.82%16.67%
HSB/HSV359°88.16%29.80%
CMYK0.00%88.16%86.84%
70.20%

Color #4C090A in popluar number systems.

HEX4C090A
Decimal76910
Binary100110010011010
Octal1141112

Shades and tints

Shades of #4C090A

#4C090A
(76,9,10)
#46090A
(70,9,10)
#40090A
(64,9,10)
#3A090A
(58,9,10)
#34090A
(52,9,10)
#2E090A
(46,9,10)
#28090A
(40,9,10)
#22090A
(34,9,10)
#1C090A
(28,9,10)
#16090A
(22,9,10)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #4C090A

#4C090A
(76,9,10)
#5C1F20
(92,31,32)
#6C3536
(108,53,54)
#7C4B4C
(124,75,76)
#8C6162
(140,97,98)
#9C7778
(156,119,120)
#AC8D8E
(172,141,142)
#BCA3A4
(188,163,164)
#CCB9BA
(204,185,186)
#DCCFD0
(220,207,208)
#ECE5E6
(236,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C090A color. Also use rgb(76,9,10) instead hex code.

Text Font Color

.myTextColor { color: #4C090A; }

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

This text font color is #4C090A.


Background Color

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

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

This div background color is #4C090A.


Border color

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

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

This div border color is #4C090A.


Opacity

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

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

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

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

This text has shadow with #4C090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C090A on black background.


Color preview on white background

This text has color #4C090A on white background.



Black color preview on #4C090A background

This text has black color on #4C090A background.


White color preview on #4C090A background

This text has white color on #4C090A background.