Color Hex Logo

#455013 Color Hex

#455013
(69,80,19)
0 Favorites   0 Comments

Color spaces of #455013

RGB 698019
HSL0.200.620.19
HSV71°76°31°
CMYK 0.140.000.76   0.69
XYZ5.44047.04951.6901
Yxy7.04950.38370.4971
Hunter Lab26.5509-9.888614.8115
CIE-Lab31.9193-13.855232.7295

#455013 color RGB value is (69,80,19).

#455013 hex color red value is 69, green value is 80 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #455013 hue: 0.20 , saturation: 0.62 and the lightness value of 455013 is 0.19.

The process color (four color CMYK) of #455013 color hex is 0.14, 0.00, 0.76, 0.69. Web safe color of #455013 is #336600. Color #455013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01010000 00010011
Octal 105 120 23
Decimal 69 80 19
Hex 45 50 13

RGB Percentages of Color #455013

%41.07
%47.62
%11.31

CMYK Percentages of Color #455013

%14
%0
%76
%69

Triadic Colors of #455013

#455013 #134550 #501345

Analogous Colors of #455013

#455013 #275013 #503d13

Monochromatic Colors of #455013

#455013

Complementary Color

#455013 #1e1350

#455013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#455013 Color CSS Codes

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

#455013 Text Font Color

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

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


#455013 Background Color

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

This div background color is #455013


#455013 Border Color

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

This div border color is #455013


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,80,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455013


Comments

No comments written yet.

Please login to write comment.