Color Hex Logo

#628249 Color Hex

#628249
(98,130,73)
0 Favorites   0 Comments

Color spaces of #628249

RGB 9813073
HSL0.260.280.40
HSV94°44°51°
CMYK 0.250.000.44   0.49
XYZ14.222219.04309.2294
Yxy19.04300.33470.4481
Hunter Lab43.6383-18.191918.0071
CIE-Lab50.7375-22.213527.2093

#628249 color RGB value is (98,130,73).

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

The process color (four color CMYK) of #628249 color hex is 0.25, 0.00, 0.44, 0.49. Web safe color of #628249 is #669933. Color #628249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000010 01001001
Octal 142 202 111
Decimal 98 130 73
Hex 62 82 49

RGB Percentages of Color #628249

%32.56
%43.19
%24.25

CMYK Percentages of Color #628249

%25
%0
%44
%49

Triadic Colors of #628249

#628249 #496282 #824962

Analogous Colors of #628249

#628249 #49824d #7f8249

Monochromatic Colors of #628249

#628249

Complementary Color

#628249 #694982

#628249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628249 Color CSS Codes

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

#628249 Text Font Color

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

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


#628249 Background Color

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

This div background color is #628249


#628249 Border Color

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

This div border color is #628249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628249


Comments

No comments written yet.

Please login to write comment.