Color Hex Logo

#492d17 Color Hex

#492D17
(73,45,23)
0 Favorites   0 Comments

Color spaces of #492d17

RGB 734523
HSL0.070.520.19
HSV26°68°29°
CMYK 0.000.380.68   0.71
XYZ3.84073.35511.2558
Yxy3.35510.45440.3970
Hunter Lab18.31695.37338.7570
CIE-Lab21.413310.313219.3184

#492d17 color RGB value is (73,45,23).

#492d17 hex color red value is 73, green value is 45 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #492d17 hue: 0.07 , saturation: 0.52 and the lightness value of 492d17 is 0.19.

The process color (four color CMYK) of #492d17 color hex is 0.00, 0.38, 0.68, 0.71. Web safe color of #492d17 is #333300. Color #492d17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101101 00010111
Octal 111 55 27
Decimal 73 45 23
Hex 49 2D 17

RGB Percentages of Color #492d17

%51.77
%31.91
%16.31

CMYK Percentages of Color #492d17

%0
%38
%68
%71

Triadic Colors of #492d17

#492d17 #17492d #2d1749

Analogous Colors of #492d17

#492d17 #494617 #49171a

Monochromatic Colors of #492d17

#492d17

Complementary Color

#492d17 #173349

#492d17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492d17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492d17 Color CSS Codes

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

#492d17 Text Font Color

<p style="color:#492d17">Text here</p>

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


#492d17 Background Color

<div style="background-color:#492d17">
Div content here</div>

This div background color is #492d17


#492d17 Border Color

<div style="border:3px solid #492d17">
Div here</div>

This div border color is #492d17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492d17


Comments

No comments written yet.

Please login to write comment.