Color Hex Logo

#493328 Color Hex

#493328
(73,51,40)
0 Favorites   0 Comments

Color spaces of #493328

RGB 735140
HSL0.060.290.22
HSV20°45°29°
CMYK 0.000.300.45   0.71
XYZ4.31453.93732.5401
Yxy3.93730.39980.3648
Hunter Lab19.84264.08776.3000
CIE-Lab23.46318.261910.8928

#493328 color RGB value is (73,51,40).

#493328 hex color red value is 73, green value is 51 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #493328 hue: 0.06 , saturation: 0.29 and the lightness value of 493328 is 0.22.

The process color (four color CMYK) of #493328 color hex is 0.00, 0.30, 0.45, 0.71. Web safe color of #493328 is #333333. Color #493328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110011 00101000
Octal 111 63 50
Decimal 73 51 40
Hex 49 33 28

RGB Percentages of Color #493328

%44.51
%31.10
%24.39

CMYK Percentages of Color #493328

%0
%30
%45
%71

Triadic Colors of #493328

#493328 #284933 #332849

Analogous Colors of #493328

#493328 #494428 #49282e

Monochromatic Colors of #493328

#493328

Complementary Color

#493328 #283e49

#493328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493328 Color CSS Codes

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

#493328 Text Font Color

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

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


#493328 Background Color

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

This div background color is #493328


#493328 Border Color

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

This div border color is #493328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493328


Comments

No comments written yet.

Please login to write comment.