Color Hex Logo

#492507 Color Hex

#492507
(73,37,7)
0 Favorites   0 Comments

Color spaces of #492507

RGB 73377
HSL0.080.830.16
HSV27°90°29°
CMYK 0.000.490.90   0.71
XYZ3.44762.75490.5511
Yxy2.75490.51050.4079
Hunter Lab16.59798.03059.6499
CIE-Lab19.034314.502124.9351

#492507 color RGB value is (73,37,7).

#492507 hex color red value is 73, green value is 37 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #492507 hue: 0.08 , saturation: 0.83 and the lightness value of 492507 is 0.16.

The process color (four color CMYK) of #492507 color hex is 0.00, 0.49, 0.90, 0.71. Web safe color of #492507 is #333300. Color #492507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100101 00000111
Octal 111 45 7
Decimal 73 37 7
Hex 49 25 7

RGB Percentages of Color #492507

%62.39
%31.62
%5.98

CMYK Percentages of Color #492507

%0
%49
%90
%71

Triadic Colors of #492507

#492507 #074925 #250749

Analogous Colors of #492507

#492507 #494607 #49070a

Monochromatic Colors of #492507

#492507

Complementary Color

#492507 #072b49

#492507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492507 Color CSS Codes

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

#492507 Text Font Color

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

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


#492507 Background Color

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

This div background color is #492507


#492507 Border Color

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

This div border color is #492507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492507


Comments

No comments written yet.

Please login to write comment.