Color Hex Logo

#494510 Color Hex

#494510
(73,69,16)
0 Favorites   0 Comments

Color spaces of #494510

RGB 736916
HSL0.150.640.17
HSV56°78°29°
CMYK 0.000.050.78   0.71
XYZ4.96935.71011.3305
Yxy5.71010.41380.4754
Hunter Lab23.8958-4.697413.4259
CIE-Lab28.6690-5.575730.9493

#494510 color RGB value is (73,69,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000101 00010000
Octal 111 105 20
Decimal 73 69 16
Hex 49 45 10

RGB Percentages of Color #494510

%46.20
%43.67
%10.13

CMYK Percentages of Color #494510

%0
%5
%78
%71

Triadic Colors of #494510

#494510 #104945 #451049

Analogous Colors of #494510

#494510 #314910 #492910

Monochromatic Colors of #494510

#494510

Complementary Color

#494510 #101449

#494510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494510 Color CSS Codes

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

#494510 Text Font Color

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

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


#494510 Background Color

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

This div background color is #494510


#494510 Border Color

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

This div border color is #494510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494510


Comments

No comments written yet.

Please login to write comment.