COLOR #490C27

HEX: #490C27
RGB: (73,12,39)

Color info

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

RGB color model

#490C27 color RGB value is (73,12,39).

  • red value is 73;
  • green value is 12;
  • blue value is 39.
RGB:
(73,12,39)
(29%,5%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 12 of 255 = 5%
B 39 of 255 = 15%

73
12
39

R + G + B ~ 16%. #490C27 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 12 + 39 = 124 (100%)
R 73 of 124 ~ 58.87%
G 12 of 124 ~ 9.68%
B 39 of 124 ~ 31.45%

%58.87
%9.68
%31.45

CMYK color model

#490C27 color CMYK value is (0,84,47,71).

  • cyan value is 0.00%
  • magenta value is 83.56%
  • yellow value is 46.58%
  • key color value is 71.37%
CMYK:
(0,84,47,71)
C0M84Y47K71 
(0%,84%,47%,71%)
(0.00/0.84/0.47/0.71)	

CMYK percentages

%0
%83.56
%46.58
%71.37

Codes

Color #490C27 in popluar color models

490C27
RGB731239
HSL333°71.76%16.67%
HSB/HSV333°83.56%28.63%
CMYK0.00%83.56%46.58%
71.37%

Color #490C27 in popluar number systems.

HEX490C27
Decimal731239
Binary10010011100100111
Octal1111447

Shades and tints

Shades of #490C27

#490C27
(73,12,39)
#430B24
(67,11,36)
#3D0A21
(61,10,33)
#37091E
(55,9,30)
#31081B
(49,8,27)
#2B0718
(43,7,24)
#250615
(37,6,21)
#1F0512
(31,5,18)
#19040F
(25,4,15)
#13030C
(19,3,12)
#0D0209
(13,2,9)
#000000
(0,0,0)

Tints of #490C27

#490C27
(73,12,39)
#59223A
(89,34,58)
#69384D
(105,56,77)
#794E60
(121,78,96)
#896473
(137,100,115)
#997A86
(153,122,134)
#A99099
(169,144,153)
#B9A6AC
(185,166,172)
#C9BCBF
(201,188,191)
#D9D2D2
(217,210,210)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #490C27 color. Also use rgb(73,12,39) instead hex code.

Text Font Color

.myTextColor { color: #490C27; }

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

This text font color is #490C27.


Background Color

.myBgColor { background-color: #490C27; }

<div style="background-color:#490C27">Inner text</div>

This div background color is #490C27.


Border color

.myBorderColor { border: 1px solid #490C27; }

<div style="border:3px solid #490C27">Div</div>

This div border color is #490C27.


Opacity

.myOpacity80 { color: #490C27; opacity: 0.8; }

<p style="color:#490C27;opacity:0.8;">80%</p>

Text with #490C27 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 #490C27;}

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

This text has shadow with #490C27 color.

.textShadow {text-shadow: 3px 3px 1px #490C27, 3px 3px 1px red;}

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

This text has shadow with #490C27 primary color and red secondary color.


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

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

This text has shadow with #490C27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490C27 on black background.


Color preview on white background

This text has color #490C27 on white background.



Black color preview on #490C27 background

This text has black color on #490C27 background.


White color preview on #490C27 background

This text has white color on #490C27 background.