Color Hex Logo

#492027 Color Hex

#492027
(73,32,39)
0 Favorites   0 Comments

Color spaces of #492027

RGB 733239
HSL0.970.390.21
HSV350°56°29°
CMYK 0.000.560.47   0.71
XYZ3.63042.59602.2292
Yxy2.59600.42930.3070
Hunter Lab16.112112.02373.0754
CIE-Lab18.347320.33824.5062

#492027 color RGB value is (73,32,39).

#492027 hex color red value is 73, green value is 32 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #492027 hue: 0.97 , saturation: 0.39 and the lightness value of 492027 is 0.21.

The process color (four color CMYK) of #492027 color hex is 0.00, 0.56, 0.47, 0.71. Web safe color of #492027 is #333333. Color #492027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100000 00100111
Octal 111 40 47
Decimal 73 32 39
Hex 49 20 27

RGB Percentages of Color #492027

%50.69
%22.22
%27.08

CMYK Percentages of Color #492027

%0
%56
%47
%71

Triadic Colors of #492027

#492027 #274920 #202749

Analogous Colors of #492027

#492027 #492e20 #49203c

Monochromatic Colors of #492027

#492027

Complementary Color

#492027 #204942

#492027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492027 Color CSS Codes

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

#492027 Text Font Color

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

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


#492027 Background Color

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

This div background color is #492027


#492027 Border Color

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

This div border color is #492027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492027


Comments

No comments written yet.

Please login to write comment.