Color Hex Logo

#493814 Color Hex

#493814
(73,56,20)
0 Favorites   0 Comments

Color spaces of #493814

RGB 735620
HSL0.110.570.18
HSV41°73°29°
CMYK 0.000.230.73   0.71
XYZ4.28814.29531.2649
Yxy4.29530.43540.4361
Hunter Lab20.72510.663410.8890
CIE-Lab24.62462.890724.7462

#493814 color RGB value is (73,56,20).

#493814 hex color red value is 73, green value is 56 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #493814 hue: 0.11 , saturation: 0.57 and the lightness value of 493814 is 0.18.

The process color (four color CMYK) of #493814 color hex is 0.00, 0.23, 0.73, 0.71. Web safe color of #493814 is #333300. Color #493814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111000 00010100
Octal 111 70 24
Decimal 73 56 20
Hex 49 38 14

RGB Percentages of Color #493814

%48.99
%37.58
%13.42

CMYK Percentages of Color #493814

%0
%23
%73
%71

Triadic Colors of #493814

#493814 #144938 #381449

Analogous Colors of #493814

#493814 #404914 #491e14

Monochromatic Colors of #493814

#493814

Complementary Color

#493814 #142549

#493814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#493814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#493814 Color CSS Codes

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

#493814 Text Font Color

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

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


#493814 Background Color

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

This div background color is #493814


#493814 Border Color

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

This div border color is #493814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #493814


Comments

No comments written yet.

Please login to write comment.