Color Hex Logo

#49170b Color Hex

#49170B
(73,23,11)
0 Favorites   0 Comments

Color spaces of #49170b

RGB 732311
HSL0.030.740.16
HSV12°85°29°
CMYK 0.000.680.85   0.71
XYZ3.11452.05340.5488
Yxy2.05340.54480.3592
Hunter Lab14.329713.71937.7601
CIE-Lab15.765023.081819.3314

#49170b color RGB value is (73,23,11).

#49170b hex color red value is 73, green value is 23 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #49170b hue: 0.03 , saturation: 0.74 and the lightness value of 49170b is 0.16.

The process color (four color CMYK) of #49170b color hex is 0.00, 0.68, 0.85, 0.71. Web safe color of #49170b is #330000. Color #49170b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010111 00001011
Octal 111 27 13
Decimal 73 23 11
Hex 49 17 B

RGB Percentages of Color #49170b

%68.22
%21.50
%10.28

CMYK Percentages of Color #49170b

%0
%68
%85
%71

Triadic Colors of #49170b

#49170b #0b4917 #170b49

Analogous Colors of #49170b

#49170b #49360b #490b1e

Monochromatic Colors of #49170b

#49170b

Complementary Color

#49170b #0b3d49

#49170b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49170b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49170b Color CSS Codes

.mybgcolor {background-color:#49170b; } 
.myforecolor {color:#49170b; }
.mybordercolor {border:3px solid #49170b; }

#49170b Text Font Color

<p style="color:#49170b">Text here</p>

This sample text font color is #49170b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#49170b Background Color

<div style="background-color:#49170b">
Div content here</div>

This div background color is #49170b


#49170b Border Color

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

This div border color is #49170b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,23,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49170b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49170b;
  -webkit-box-shadow: 1px 1px 3px 2px #49170b;
  box-shadow:         1px 1px 3px 2px #49170b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,23,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #49170b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #49170b;
  -webkit-box-shadow: 1px 1px 3px 2px #49170b;
  box-shadow:         1px 1px 3px 2px #49170b;">
Div content here</div>

This div box has shadow with color #49170b


Comments

No comments written yet.

Please login to write comment.