Color Hex Logo

#495512 Color Hex

#495512
(73,85,18)
0 Favorites   0 Comments

Color spaces of #495512

RGB 738518
HSL0.200.650.20
HSV71°79°33°
CMYK 0.140.000.79   0.67
XYZ6.10537.95711.7864
Yxy7.95710.38520.5021
Hunter Lab28.2083-10.730715.9911
CIE-Lab33.8934-14.813735.2029

#495512 color RGB value is (73,85,18).

#495512 hex color red value is 73, green value is 85 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #495512 hue: 0.20 , saturation: 0.65 and the lightness value of 495512 is 0.20.

The process color (four color CMYK) of #495512 color hex is 0.14, 0.00, 0.79, 0.67. Web safe color of #495512 is #336600. Color #495512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010101 00010010
Octal 111 125 22
Decimal 73 85 18
Hex 49 55 12

RGB Percentages of Color #495512

%41.48
%48.30
%10.23

CMYK Percentages of Color #495512

%14
%0
%79
%67

Triadic Colors of #495512

#495512 #124955 #551249

Analogous Colors of #495512

#495512 #285512 #554012

Monochromatic Colors of #495512

#495512

Complementary Color

#495512 #1e1255

#495512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#495512 Color CSS Codes

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

#495512 Text Font Color

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

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


#495512 Background Color

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

This div background color is #495512


#495512 Border Color

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

This div border color is #495512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495512


Comments

No comments written yet.

Please login to write comment.