Color Hex Logo

#492b1e Color Hex

#492B1E
(73,43,30)
0 Favorites   0 Comments

Color spaces of #492b1e

RGB 734330
HSL0.050.420.20
HSV18°59°29°
CMYK 0.000.410.59   0.71
XYZ3.84593.23801.6506
Yxy3.23800.44030.3707
Hunter Lab17.99446.66007.1575
CIE-Lab20.972912.289014.2481

#492b1e color RGB value is (73,43,30).

#492b1e hex color red value is 73, green value is 43 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #492b1e hue: 0.05 , saturation: 0.42 and the lightness value of 492b1e is 0.20.

The process color (four color CMYK) of #492b1e color hex is 0.00, 0.41, 0.59, 0.71. Web safe color of #492b1e is #333333. Color #492b1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101011 00011110
Octal 111 53 36
Decimal 73 43 30
Hex 49 2B 1E

RGB Percentages of Color #492b1e

%50.00
%29.45
%20.55

CMYK Percentages of Color #492b1e

%0
%41
%59
%71

Triadic Colors of #492b1e

#492b1e #1e492b #2b1e49

Analogous Colors of #492b1e

#492b1e #49411e #491e27

Monochromatic Colors of #492b1e

#492b1e

Complementary Color

#492b1e #1e3c49

#492b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#492b1e Color CSS Codes

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

#492b1e Text Font Color

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

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


#492b1e Background Color

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

This div background color is #492b1e


#492b1e Border Color

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

This div border color is #492b1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,43,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492b1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492b1e;
  -webkit-box-shadow: 1px 1px 3px 2px #492b1e;
  box-shadow:         1px 1px 3px 2px #492b1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492b1e


Comments

No comments written yet.

Please login to write comment.