Color Hex Logo

#628674 Color Hex

#628674
(98,134,116)
0 Favorites   0 Comments

Color spaces of #628674

RGB 98134116
HSL0.420.160.45
HSV150°27°53°
CMYK 0.270.000.13   0.47
XYZ16.714520.907819.6777
Yxy20.90780.29170.3649
Hunter Lab45.7250-14.76936.4922
CIE-Lab52.8484-16.63355.6288

#628674 color RGB value is (98,134,116).

#628674 hex color red value is 98, green value is 134 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #628674 hue: 0.42 , saturation: 0.16 and the lightness value of 628674 is 0.45.

The process color (four color CMYK) of #628674 color hex is 0.27, 0.00, 0.13, 0.47. Web safe color of #628674 is #669966. Color #628674 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000110 01110100
Octal 142 206 164
Decimal 98 134 116
Hex 62 86 74

RGB Percentages of Color #628674

%28.16
%38.51
%33.33

CMYK Percentages of Color #628674

%27
%0
%13
%47

Triadic Colors of #628674

#628674 #746286 #867462

Analogous Colors of #628674

#628674 #628686 #628662

Monochromatic Colors of #628674

#628674

Complementary Color

#628674 #866274

#628674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628674 Color CSS Codes

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

#628674 Text Font Color

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

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


#628674 Background Color

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

This div background color is #628674


#628674 Border Color

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

This div border color is #628674


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,134,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628674


Comments

No comments written yet.

Please login to write comment.