Color Hex Logo

#457050 Color Hex

#457050
(69,112,80)
0 Favorites   0 Comments

Color spaces of #457050

RGB 6911280
HSL0.380.240.35
HSV135°38°44°
CMYK 0.380.000.29   0.56
XYZ9.696413.43279.6711
Yxy13.43270.29560.4095
Hunter Lab36.6506-16.914210.0105
CIE-Lab43.4081-22.440113.1928

#457050 color RGB value is (69,112,80).

#457050 hex color red value is 69, green value is 112 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #457050 hue: 0.38 , saturation: 0.24 and the lightness value of 457050 is 0.35.

The process color (four color CMYK) of #457050 color hex is 0.38, 0.00, 0.29, 0.56. Web safe color of #457050 is #336666. Color #457050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01110000 01010000
Octal 105 160 120
Decimal 69 112 80
Hex 45 70 50

RGB Percentages of Color #457050

%26.44
%42.91
%30.65

CMYK Percentages of Color #457050

%38
%0
%29
%56

Triadic Colors of #457050

#457050 #504570 #705045

Analogous Colors of #457050

#457050 #457066 #507045

Monochromatic Colors of #457050

#457050

Complementary Color

#457050 #704565

#457050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457050 Color CSS Codes

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

#457050 Text Font Color

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

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


#457050 Background Color

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

This div background color is #457050


#457050 Border Color

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

This div border color is #457050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457050


Comments

No comments written yet.

Please login to write comment.