Color Hex Logo

#493b2e Color Hex

#493B2E
(73,59,46)
0 Favorites   0 Comments

Color spaces of #493b2e

RGB 735946
HSL0.080.230.23
HSV29°37°29°
CMYK 0.000.190.37   0.71
XYZ4.80484.74173.2468
Yxy4.74170.37560.3706
Hunter Lab21.77541.27946.4025
CIE-Lab25.98583.903410.3698

#493b2e color RGB value is (73,59,46).

#493b2e hex color red value is 73, green value is 59 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #493b2e hue: 0.08 , saturation: 0.23 and the lightness value of 493b2e is 0.23.

The process color (four color CMYK) of #493b2e color hex is 0.00, 0.19, 0.37, 0.71. Web safe color of #493b2e is #333333. Color #493b2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111011 00101110
Octal 111 73 56
Decimal 73 59 46
Hex 49 3B 2E

RGB Percentages of Color #493b2e

%41.01
%33.15
%25.84

CMYK Percentages of Color #493b2e

%0
%19
%37
%71

Triadic Colors of #493b2e

#493b2e #2e493b #3b2e49

Analogous Colors of #493b2e

#493b2e #49492e #492e2f

Monochromatic Colors of #493b2e

#493b2e

Complementary Color

#493b2e #2e3c49

#493b2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493b2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#493b2e Color CSS Codes

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

#493b2e Text Font Color

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

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


#493b2e Background Color

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

This div background color is #493b2e


#493b2e Border Color

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

This div border color is #493b2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,59,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #493b2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #493b2e;
  -webkit-box-shadow: 1px 1px 3px 2px #493b2e;
  box-shadow:         1px 1px 3px 2px #493b2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493b2e


Comments

No comments written yet.

Please login to write comment.