COLOR #490C2D

HEX: #490C2D RGB: (73,12,45)

Color info

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

RGB color model

#490C2D color RGB value is (73,12,45).

RGB: (73,12,45) (29%, 5%, 18%)

RGB channels and saturation

R 73 of 255 = 29%
G 12 of 255 = 5%
B 45 of 255 = 18%

73
12
45

R + G + B ~ 17%. #490C2D is dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 12 + 45 = 130 (100%)
R 73 of 130 ~ 56.15%
G 12 of 130 ~ 9.23%
B 45 of 130 ~ 34.62'%

%56.15
%34.62

CMYK color model

#490C2D color CMYK value is (0,84,38,71).

  • cyan value is 0.00%
  • magenta value is 83.56%
  • yellow value is 38.36%
  • key color value is 71.37%

CMYK: (0,84,38,71)
C0M84Y38K71 (0%, 84%, 38%, 71%)
(0.00 / 0.84 / 0.38 / 0.71)

CMYK percentages

%0
%83.56
%38.36
%71.37

Codes

Color #490C2D in popluar color models

49 0C 2D
RGB 73 12 45
HSL 328° 71.76% 16.67%
HSB/HSV 328° 83.56% 28.63%
CMYK 0.00% 83.56% 38.36%
71.37%

Color #490C2D in popluar number systems.

HEX 49 0C 2D
Decimal 73 12 45
Binary 1001001 1100 101101
Octal 111 14 55

Shades and tints

Shades of #490C2D

#490C2D
(73,12,45)
#430B29
(67,11,41)
#3D0A25
(61,10,37)
#370921
(55,9,33)
#31081D
(49,8,29)
#2B0719
(43,7,25)
#250615
(37,6,21)
#1F0511
(31,5,17)
#19040D
(25,4,13)
#130309
(19,3,9)
#0D0205
(13,2,5)
#000000
(0,0,0)

Tints of #490C2D

#490C2D
(73,12,45)
#592240
(89,34,64)
#693853
(105,56,83)
#794E66
(121,78,102)
#896479
(137,100,121)
#997A8C
(153,122,140)
#A9909F
(169,144,159)
#B9A6B2
(185,166,178)
#C9BCC5
(201,188,197)
#D9D2D8
(217,210,216)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490C2D; }

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

This text font color is #490C2D.

Background Color

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

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

This div background color is #490C2D.

Border color

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

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

This div border color is #490C2D.

Opacity

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

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

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

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

This text has shadow with #490C2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #490C2D.

Preview

Color preview on black background

This text has color #490C2D on black background.


Color preview on white background

This text has color #490C2D on white background.


Black color preview on #490C2D background

This text has black color on #490C2D background.


White color preview on #490C2D background

This text has white color on #490C2D background.


Related colors

Complementary color

Complementary color for #hex is #B6F3D2.


I love getcolorcode.com

Triadic colors

1 #2D490C and #0C2D49 with #490C2D are triadic colors.

2 #2D0C49 and #0C492D with #490C2D are triadic colors.