Color Hex Logo

#492d47 Color Hex

#492D47
(73,45,71)
0 Favorites   0 Comments

Color spaces of #492d47

RGB 734571
HSL0.850.240.23
HSV304°38°29°
CMYK 0.000.380.03   0.71
XYZ4.82343.74826.4305
Yxy3.74820.32150.2498
Hunter Lab19.360310.5909-6.1409
CIE-Lab22.820917.7836-10.9532

#492d47 color RGB value is (73,45,71).

#492d47 hex color red value is 73, green value is 45 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #492d47 hue: 0.85 , saturation: 0.24 and the lightness value of 492d47 is 0.23.

The process color (four color CMYK) of #492d47 color hex is 0.00, 0.38, 0.03, 0.71. Web safe color of #492d47 is #333333. Color #492d47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101101 01000111
Octal 111 55 107
Decimal 73 45 71
Hex 49 2D 47

RGB Percentages of Color #492d47

%38.62
%23.81
%37.57

CMYK Percentages of Color #492d47

%0
%38
%3
%71

Triadic Colors of #492d47

#492d47 #47492d #2d4749

Analogous Colors of #492d47

#492d47 #492d39 #3d2d49

Monochromatic Colors of #492d47

#492d47

Complementary Color

#492d47 #2d492f

#492d47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492d47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492d47 Color CSS Codes

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

#492d47 Text Font Color

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

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


#492d47 Background Color

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

This div background color is #492d47


#492d47 Border Color

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

This div border color is #492d47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492d47


Comments

No comments written yet.

Please login to write comment.