Color Hex Logo

#493223 Color Hex

#493223
(73,50,35)
0 Favorites   0 Comments

Color spaces of #493223

RGB 735035
HSL0.070.350.21
HSV24°52°29°
CMYK 0.000.320.52   0.71
XYZ4.19163.81902.1063
Yxy3.81900.41430.3775
Hunter Lab19.54234.08737.2892
CIE-Lab23.06388.273013.6626

#493223 color RGB value is (73,50,35).

#493223 hex color red value is 73, green value is 50 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #493223 hue: 0.07 , saturation: 0.35 and the lightness value of 493223 is 0.21.

The process color (four color CMYK) of #493223 color hex is 0.00, 0.32, 0.52, 0.71. Web safe color of #493223 is #333333. Color #493223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110010 00100011
Octal 111 62 43
Decimal 73 50 35
Hex 49 32 23

RGB Percentages of Color #493223

%46.20
%31.65
%22.15

CMYK Percentages of Color #493223

%0
%32
%52
%71

Triadic Colors of #493223

#493223 #234932 #322349

Analogous Colors of #493223

#493223 #494523 #492327

Monochromatic Colors of #493223

#493223

Complementary Color

#493223 #233a49

#493223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493223 Color CSS Codes

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

#493223 Text Font Color

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

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


#493223 Background Color

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

This div background color is #493223


#493223 Border Color

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

This div border color is #493223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493223


Comments

No comments written yet.

Please login to write comment.