COLOR #49170C

HEX: #49170C
RGB: (73,23,12)

Color info

#49170C contains mainly red and green colors. Web safe color of #49170C is #330000 (or #300).

RGB color model

#49170C color RGB value is (73,23,12).

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

RGB channels and saturation

R 73 of 255 = 29%
G 23 of 255 = 9%
B 12 of 255 = 5%

73
23
12

R + G + B ~ 14%. #49170C is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 23 + 12 = 108 (100%)
R 73 of 108 ~ 67.59%
G 23 of 108 ~ 21.3%
B 12 of 108 ~ 11.11%

%67.59
%21.3
%11.11

CMYK color model

#49170C color CMYK value is (0,68,84,71).

  • cyan value is 0.00%
  • magenta value is 68.49%
  • yellow value is 83.56%
  • key color value is 71.37%
CMYK:
(0,68,84,71)
C0M68Y84K71 
(0%,68%,84%,71%)
(0.00/0.68/0.84/0.71)	

CMYK percentages

%0
%68.49
%83.56
%71.37

Codes

Color #49170C in popluar color models

49170C
RGB732312
HSL11°71.76%16.67%
HSB/HSV11°83.56%28.63%
CMYK0.00%68.49%83.56%
71.37%

Color #49170C in popluar number systems.

HEX49170C
Decimal732312
Binary1001001101111100
Octal1112714

Shades and tints

Shades of #49170C

#49170C
(73,23,12)
#43150B
(67,21,11)
#3D130A
(61,19,10)
#371109
(55,17,9)
#310F08
(49,15,8)
#2B0D07
(43,13,7)
#250B06
(37,11,6)
#1F0905
(31,9,5)
#190704
(25,7,4)
#130503
(19,5,3)
#0D0302
(13,3,2)
#000000
(0,0,0)

Tints of #49170C

#49170C
(73,23,12)
#592C22
(89,44,34)
#694138
(105,65,56)
#79564E
(121,86,78)
#896B64
(137,107,100)
#99807A
(153,128,122)
#A99590
(169,149,144)
#B9AAA6
(185,170,166)
#C9BFBC
(201,191,188)
#D9D4D2
(217,212,210)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49170C color. Also use rgb(73,23,12) instead hex code.

Text Font Color

.myTextColor { color: #49170C; }

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

This text font color is #49170C.


Background Color

.myBgColor { background-color: #49170C; }

<div style="background-color:#49170C">Inner text</div>

This div background color is #49170C.


Border color

.myBorderColor { border: 1px solid #49170C; }

<div style="border:3px solid #49170C">Div</div>

This div border color is #49170C.


Opacity

.myOpacity80 { color: #49170C; opacity: 0.8; }

<p style="color:#49170C;opacity:0.8;">80%</p>

Text with #49170C 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 #49170C;}

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

This text has shadow with #49170C color.

.textShadow {text-shadow: 3px 3px 1px #49170C, 3px 3px 1px red;}

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

This text has shadow with #49170C primary color and red secondary color.


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

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

This text has shadow with #49170C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49170C on black background.


Color preview on white background

This text has color #49170C on white background.



Black color preview on #49170C background

This text has black color on #49170C background.


White color preview on #49170C background

This text has white color on #49170C background.