Color Hex Logo

#493630 Color Hex

#493630
(73,54,48)
0 Favorites   0 Comments

Color spaces of #493630

RGB 735448
HSL0.040.210.24
HSV14°34°29°
CMYK 0.000.260.34   0.71
XYZ4.60034.26823.3777
Yxy4.26820.37570.3485
Hunter Lab20.65963.59244.7682
CIE-Lab24.53907.47877.0528

#493630 color RGB value is (73,54,48).

#493630 hex color red value is 73, green value is 54 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #493630 hue: 0.04 , saturation: 0.21 and the lightness value of 493630 is 0.24.

The process color (four color CMYK) of #493630 color hex is 0.00, 0.26, 0.34, 0.71. Web safe color of #493630 is #333333. Color #493630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 00110000
Octal 111 66 60
Decimal 73 54 48
Hex 49 36 30

RGB Percentages of Color #493630

%41.71
%30.86
%27.43

CMYK Percentages of Color #493630

%0
%26
%34
%71

Triadic Colors of #493630

#493630 #304936 #363049

Analogous Colors of #493630

#493630 #494330 #493037

Monochromatic Colors of #493630

#493630

Complementary Color

#493630 #304349

#493630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493630 Color CSS Codes

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

#493630 Text Font Color

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

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


#493630 Background Color

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

This div background color is #493630


#493630 Border Color

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

This div border color is #493630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493630


Comments

No comments written yet.

Please login to write comment.