Color Hex Logo

#492028 Color Hex

#492028
(73,32,40)
0 Favorites   0 Comments

Color spaces of #492028

RGB 733240
HSL0.970.390.21
HSV348°56°29°
CMYK 0.000.560.45   0.71
XYZ3.64722.60272.3176
Yxy2.60270.42570.3038
Hunter Lab16.132912.12142.7756
CIE-Lab18.376820.47033.8432

#492028 color RGB value is (73,32,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100000 00101000
Octal 111 40 50
Decimal 73 32 40
Hex 49 20 28

RGB Percentages of Color #492028

%50.34
%22.07
%27.59

CMYK Percentages of Color #492028

%0
%56
%45
%71

Triadic Colors of #492028

#492028 #284920 #202849

Analogous Colors of #492028

#492028 #492d20 #49203d

Monochromatic Colors of #492028

#492028

Complementary Color

#492028 #204941

#492028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492028 Color CSS Codes

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

#492028 Text Font Color

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

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


#492028 Background Color

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

This div background color is #492028


#492028 Border Color

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

This div border color is #492028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492028


Comments

No comments written yet.

Please login to write comment.