Color Hex Logo

#455340 Color Hex

#455340
(69,83,64)
0 Favorites   0 Comments

Color spaces of #455340

RGB 698364
HSL0.290.130.29
HSV104°23°33°
CMYK 0.170.000.23   0.67
XYZ6.47297.82196.0191
Yxy7.82190.31860.3851
Hunter Lab27.9677-7.63106.8172
CIE-Lab33.6092-9.64789.3450

#455340 color RGB value is (69,83,64).

#455340 hex color red value is 69, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #455340 hue: 0.29 , saturation: 0.13 and the lightness value of 455340 is 0.29.

The process color (four color CMYK) of #455340 color hex is 0.17, 0.00, 0.23, 0.67. Web safe color of #455340 is #336633. Color #455340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01010011 01000000
Octal 105 123 100
Decimal 69 83 64
Hex 45 53 40

RGB Percentages of Color #455340

%31.94
%38.43
%29.63

CMYK Percentages of Color #455340

%17
%0
%23
%67

Triadic Colors of #455340

#455340 #404553 #534045

Analogous Colors of #455340

#455340 #405345 #4f5340

Monochromatic Colors of #455340

#455340

Complementary Color

#455340 #4e4053

#455340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#455340 Color CSS Codes

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

#455340 Text Font Color

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

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


#455340 Background Color

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

This div background color is #455340


#455340 Border Color

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

This div border color is #455340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455340


Comments

No comments written yet.

Please login to write comment.