Color Hex Logo

#493122 Color Hex

#493122
(73,49,34)
0 Favorites   0 Comments

Color spaces of #493122

RGB 734934
HSL0.060.360.21
HSV23°53°29°
CMYK 0.000.330.53   0.71
XYZ4.13473.72862.0151
Yxy3.72860.41860.3774
Hunter Lab19.30964.42997.3294
CIE-Lab22.75318.809213.9133

#493122 color RGB value is (73,49,34).

#493122 hex color red value is 73, green value is 49 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #493122 hue: 0.06 , saturation: 0.36 and the lightness value of 493122 is 0.21.

The process color (four color CMYK) of #493122 color hex is 0.00, 0.33, 0.53, 0.71. Web safe color of #493122 is #333333. Color #493122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 00100010
Octal 111 61 42
Decimal 73 49 34
Hex 49 31 22

RGB Percentages of Color #493122

%46.79
%31.41
%21.79

CMYK Percentages of Color #493122

%0
%33
%53
%71

Triadic Colors of #493122

#493122 #224931 #312249

Analogous Colors of #493122

#493122 #494522 #492227

Monochromatic Colors of #493122

#493122

Complementary Color

#493122 #223a49

#493122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493122 Color CSS Codes

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

#493122 Text Font Color

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

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


#493122 Background Color

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

This div background color is #493122


#493122 Border Color

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

This div border color is #493122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493122


Comments

No comments written yet.

Please login to write comment.