Color Hex Logo

#628077 Color Hex

#628077
(98,128,119)
0 Favorites   0 Comments

Color spaces of #628077

RGB 98128119
HSL0.450.130.44
HSV162°23°50°
CMYK 0.230.000.07   0.50
XYZ16.085919.366920.3431
Yxy19.36690.28830.3471
Hunter Lab44.0078-11.76783.3980
CIE-Lab51.1137-12.71291.3775

#628077 color RGB value is (98,128,119).

#628077 hex color red value is 98, green value is 128 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #628077 hue: 0.45 , saturation: 0.13 and the lightness value of 628077 is 0.44.

The process color (four color CMYK) of #628077 color hex is 0.23, 0.00, 0.07, 0.50. Web safe color of #628077 is #669966. Color #628077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000000 01110111
Octal 142 200 167
Decimal 98 128 119
Hex 62 80 77

RGB Percentages of Color #628077

%28.41
%37.10
%34.49

CMYK Percentages of Color #628077

%23
%0
%7
%50

Triadic Colors of #628077

#628077 #776280 #807762

Analogous Colors of #628077

#628077 #627a80 #628068

Monochromatic Colors of #628077

#628077

Complementary Color

#628077 #80626b

#628077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628077 Color CSS Codes

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

#628077 Text Font Color

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

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


#628077 Background Color

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

This div background color is #628077


#628077 Border Color

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

This div border color is #628077


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,128,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 #628077">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628077


Comments

No comments written yet.

Please login to write comment.