Color Hex Logo

#628072 Color Hex

#628072
(98,128,114)
0 Favorites   0 Comments

Color spaces of #628072

RGB 98128114
HSL0.420.130.44
HSV152°23°50°
CMYK 0.230.000.11   0.50
XYZ15.793419.249918.8028
Yxy19.24990.29330.3575
Hunter Lab43.8747-12.52685.3032
CIE-Lab50.9783-13.81584.1058

#628072 color RGB value is (98,128,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000000 01110010
Octal 142 200 162
Decimal 98 128 114
Hex 62 80 72

RGB Percentages of Color #628072

%28.82
%37.65
%33.53

CMYK Percentages of Color #628072

%23
%0
%11
%50

Triadic Colors of #628072

#628072 #726280 #807262

Analogous Colors of #628072

#628072 #627f80 #628063

Monochromatic Colors of #628072

#628072

Complementary Color

#628072 #806270

#628072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628072 Color CSS Codes

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

#628072 Text Font Color

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

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


#628072 Background Color

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

This div background color is #628072


#628072 Border Color

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

This div border color is #628072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628072


Comments

No comments written yet.

Please login to write comment.