Color Hex Logo

#628448 Color Hex

#628448
(98,132,72)
0 Favorites   0 Comments

Color spaces of #628448

RGB 9813272
HSL0.260.290.40
HSV94°45°52°
CMYK 0.260.000.45   0.48
XYZ14.458019.56719.1457
Yxy19.56710.33490.4532
Hunter Lab44.2347-19.068518.7059
CIE-Lab51.3442-23.369728.5218

#628448 color RGB value is (98,132,72).

#628448 hex color red value is 98, green value is 132 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #628448 hue: 0.26 , saturation: 0.29 and the lightness value of 628448 is 0.40.

The process color (four color CMYK) of #628448 color hex is 0.26, 0.00, 0.45, 0.48. Web safe color of #628448 is #669933. Color #628448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000100 01001000
Octal 142 204 110
Decimal 98 132 72
Hex 62 84 48

RGB Percentages of Color #628448

%32.45
%43.71
%23.84

CMYK Percentages of Color #628448

%26
%0
%45
%48

Triadic Colors of #628448

#628448 #486284 #844862

Analogous Colors of #628448

#628448 #48844c #808448

Monochromatic Colors of #628448

#628448

Complementary Color

#628448 #6a4884

#628448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628448 Color CSS Codes

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

#628448 Text Font Color

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

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


#628448 Background Color

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

This div background color is #628448


#628448 Border Color

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

This div border color is #628448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628448


Comments

No comments written yet.

Please login to write comment.