Color Hex Logo

#493423 Color Hex

#493423
(73,52,35)
0 Favorites   0 Comments

Color spaces of #493423

RGB 735235
HSL0.070.350.21
HSV27°52°29°
CMYK 0.000.290.52   0.71
XYZ4.27903.99382.1355
Yxy3.99380.41110.3837
Hunter Lab19.98453.24687.6535
CIE-Lab23.65096.961614.4280

#493423 color RGB value is (73,52,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110100 00100011
Octal 111 64 43
Decimal 73 52 35
Hex 49 34 23

RGB Percentages of Color #493423

%45.63
%32.50
%21.88

CMYK Percentages of Color #493423

%0
%29
%52
%71

Triadic Colors of #493423

#493423 #234934 #342349

Analogous Colors of #493423

#493423 #494723 #492325

Monochromatic Colors of #493423

#493423

Complementary Color

#493423 #233849

#493423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493423 Color CSS Codes

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

#493423 Text Font Color

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

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


#493423 Background Color

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

This div background color is #493423


#493423 Border Color

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

This div border color is #493423


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,52,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 #493423">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493423

#493423 Color Palettes


Comments

No comments written yet.

Please login to write comment.