Color Hex Logo

#455349 Color Hex

#455349
(69,83,73)
0 Favorites   0 Comments

Color spaces of #455349

RGB 698373
HSL0.380.090.30
HSV137°17°33°
CMYK 0.170.000.12   0.67
XYZ6.75017.93287.4787
Yxy7.93280.30460.3580
Hunter Lab28.1652-6.50973.9724
CIE-Lab33.8425-7.77964.0289

#455349 color RGB value is (69,83,73).

#455349 hex color red value is 69, green value is 83 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #455349 hue: 0.38 , saturation: 0.09 and the lightness value of 455349 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01010011 01001001
Octal 105 123 111
Decimal 69 83 73
Hex 45 53 49

RGB Percentages of Color #455349

%30.67
%36.89
%32.44

CMYK Percentages of Color #455349

%17
%0
%12
%67

Triadic Colors of #455349

#455349 #494553 #534945

Analogous Colors of #455349

#455349 #455350 #485345

Monochromatic Colors of #455349

#455349

Complementary Color

#455349 #53454f

#455349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#455349 Color CSS Codes

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

#455349 Text Font Color

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

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


#455349 Background Color

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

This div background color is #455349


#455349 Border Color

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

This div border color is #455349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455349


Comments

No comments written yet.

Please login to write comment.