Color Hex Logo

#493930 Color Hex

#493930
(73,57,48)
0 Favorites   0 Comments

Color spaces of #493930

RGB 735748
HSL0.060.210.24
HSV22°34°29°
CMYK 0.000.220.34   0.71
XYZ4.74434.55613.4257
Yxy4.55610.37280.3580
Hunter Lab21.34502.32095.4260
CIE-Lab25.43075.51698.2939

#493930 color RGB value is (73,57,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111001 00110000
Octal 111 71 60
Decimal 73 57 48
Hex 49 39 30

RGB Percentages of Color #493930

%41.01
%32.02
%26.97

CMYK Percentages of Color #493930

%0
%22
%34
%71

Triadic Colors of #493930

#493930 #304939 #393049

Analogous Colors of #493930

#493930 #494630 #493034

Monochromatic Colors of #493930

#493930

Complementary Color

#493930 #304049

#493930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493930 Color CSS Codes

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

#493930 Text Font Color

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

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


#493930 Background Color

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

This div background color is #493930


#493930 Border Color

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

This div border color is #493930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493930


Comments

No comments written yet.

Please login to write comment.