Color Hex Logo

#493310 Color Hex

#493310
(73,51,16)
0 Favorites   0 Comments

Color spaces of #493310

RGB 735116
HSL0.100.640.17
HSV37°78°29°
CMYK 0.000.300.78   0.71
XYZ4.02503.82151.0157
Yxy3.82150.45420.4312
Hunter Lab19.54872.542410.6035
CIE-Lab23.07235.864125.2645

#493310 color RGB value is (73,51,16).

#493310 hex color red value is 73, green value is 51 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #493310 hue: 0.10 , saturation: 0.64 and the lightness value of 493310 is 0.17.

The process color (four color CMYK) of #493310 color hex is 0.00, 0.30, 0.78, 0.71. Web safe color of #493310 is #333300. Color #493310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110011 00010000
Octal 111 63 20
Decimal 73 51 16
Hex 49 33 10

RGB Percentages of Color #493310

%52.14
%36.43
%11.43

CMYK Percentages of Color #493310

%0
%30
%78
%71

Triadic Colors of #493310

#493310 #104933 #331049

Analogous Colors of #493310

#493310 #434910 #491710

Monochromatic Colors of #493310

#493310

Complementary Color

#493310 #102649

#493310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493310 Color CSS Codes

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

#493310 Text Font Color

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

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


#493310 Background Color

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

This div background color is #493310


#493310 Border Color

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

This div border color is #493310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493310

#493310 Color Palettes


Comments

No comments written yet.

Please login to write comment.