Color Hex Logo

#492947 Color Hex

#492947
(73,41,71)
0 Favorites   0 Comments

Color spaces of #492947

RGB 734171
HSL0.840.280.22
HSV304°44°29°
CMYK 0.000.440.03   0.71
XYZ4.67793.45736.3820
Yxy3.45730.32220.2382
Hunter Lab18.593812.3685-7.3346
CIE-Lab21.789420.3491-12.5353

#492947 color RGB value is (73,41,71).

#492947 hex color red value is 73, green value is 41 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #492947 hue: 0.84 , saturation: 0.28 and the lightness value of 492947 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 01000111
Octal 111 51 107
Decimal 73 41 71
Hex 49 29 47

RGB Percentages of Color #492947

%39.46
%22.16
%38.38

CMYK Percentages of Color #492947

%0
%44
%3
%71

Triadic Colors of #492947

#492947 #474929 #294749

Analogous Colors of #492947

#492947 #492937 #3b2949

Monochromatic Colors of #492947

#492947

Complementary Color

#492947 #29492b

#492947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492947 Color CSS Codes

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

#492947 Text Font Color

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

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


#492947 Background Color

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

This div background color is #492947


#492947 Border Color

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

This div border color is #492947


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,41,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 #492947">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492947


Comments

No comments written yet.

Please login to write comment.