Color Hex Logo

#492645 Color Hex

#492645
(73,38,69)
0 Favorites   0 Comments

Color spaces of #492645

RGB 733869
HSL0.850.320.22
HSV307°48°29°
CMYK 0.000.480.05   0.71
XYZ4.51493.23246.0162
Yxy3.23240.32800.2349
Hunter Lab17.978913.3623-7.2548
CIE-Lab20.951621.8071-12.4662

#492645 color RGB value is (73,38,69).

#492645 hex color red value is 73, green value is 38 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #492645 hue: 0.85 , saturation: 0.32 and the lightness value of 492645 is 0.22.

The process color (four color CMYK) of #492645 color hex is 0.00, 0.48, 0.05, 0.71. Web safe color of #492645 is #333333. Color #492645 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100110 01000101
Octal 111 46 105
Decimal 73 38 69
Hex 49 26 45

RGB Percentages of Color #492645

%40.56
%21.11
%38.33

CMYK Percentages of Color #492645

%0
%48
%5
%71

Triadic Colors of #492645

#492645 #454926 #264549

Analogous Colors of #492645

#492645 #492634 #3c2649

Monochromatic Colors of #492645

#492645

Complementary Color

#492645 #26492a

#492645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492645 Color CSS Codes

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

#492645 Text Font Color

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

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


#492645 Background Color

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

This div background color is #492645


#492645 Border Color

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

This div border color is #492645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492645


Comments

No comments written yet.

Please login to write comment.