Color Hex Logo

#49082d Color Hex

#49082D
(73,8,45)
0 Favorites   0 Comments

Color spaces of #49082d

RGB 73845
HSL0.910.800.16
HSV326°89°29°
CMYK 0.000.890.38   0.71
XYZ3.30811.77962.6518
Yxy1.77960.42740.2299
Hunter Lab13.340220.9192-2.4477
CIE-Lab14.285332.7087-5.7566

#49082d color RGB value is (73,8,45).

#49082d hex color red value is 73, green value is 8 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #49082d hue: 0.91 , saturation: 0.80 and the lightness value of 49082d is 0.16.

The process color (four color CMYK) of #49082d color hex is 0.00, 0.89, 0.38, 0.71. Web safe color of #49082d is #330033. Color #49082d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 00101101
Octal 111 10 55
Decimal 73 8 45
Hex 49 8 2D

RGB Percentages of Color #49082d

%57.94
%6.35
%35.71

CMYK Percentages of Color #49082d

%0
%89
%38
%71

Triadic Colors of #49082d

#49082d #2d4908 #082d49

Analogous Colors of #49082d

#49082d #49080c #450849

Monochromatic Colors of #49082d

#49082d

Complementary Color

#49082d #084924

#49082d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49082d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49082d Color CSS Codes

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

#49082d Text Font Color

<p style="color:#49082d">Text here</p>

This sample text font color is #49082d
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.


#49082d Background Color

<div style="background-color:#49082d">
Div content here</div>

This div background color is #49082d


#49082d Border Color

<div style="border:3px solid #49082d">
Div here</div>

This div border color is #49082d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,8,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49082d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49082d;
  -webkit-box-shadow: 1px 1px 3px 2px #49082d;
  box-shadow:         1px 1px 3px 2px #49082d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49082d


Comments

No comments written yet.

Please login to write comment.