Color Hex Logo

#457877 Color Hex

#457877
(69,120,119)
0 Favorites   0 Comments

Color spaces of #457877

RGB 69120119
HSL0.500.270.37
HSV179°43°47°
CMYK 0.430.000.01   0.53
XYZ12.500516.030119.8880
Yxy16.03010.25820.3311
Hunter Lab40.0376-14.3347-1.4250
CIE-Lab47.0140-17.3392-4.8320

#457877 color RGB value is (69,120,119).

#457877 hex color red value is 69, green value is 120 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #457877 hue: 0.50 , saturation: 0.27 and the lightness value of 457877 is 0.37.

The process color (four color CMYK) of #457877 color hex is 0.43, 0.00, 0.01, 0.53. Web safe color of #457877 is #336666. Color #457877 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111000 01110111
Octal 105 170 167
Decimal 69 120 119
Hex 45 78 77

RGB Percentages of Color #457877

%22.40
%38.96
%38.64

CMYK Percentages of Color #457877

%43
%0
%1
%53

Triadic Colors of #457877

#457877 #774578 #787745

Analogous Colors of #457877

#457877 #456078 #45785e

Monochromatic Colors of #457877

#457877

Complementary Color

#457877 #784546

#457877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457877 Color CSS Codes

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

#457877 Text Font Color

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

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


#457877 Background Color

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

This div background color is #457877


#457877 Border Color

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

This div border color is #457877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457877


Comments

No comments written yet.

Please login to write comment.