Color Hex Logo

#628532 Color Hex

#628532
(98,133,50)
0 Favorites   0 Comments

Color spaces of #628532

RGB 9813350
HSL0.240.450.36
HSV85°62°52°
CMYK 0.260.000.62   0.48
XYZ14.000319.60206.0633
Yxy19.60200.35300.4942
Hunter Lab44.2741-21.034822.8722
CIE-Lab51.3842-26.388939.8055

#628532 color RGB value is (98,133,50).

#628532 hex color red value is 98, green value is 133 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #628532 hue: 0.24 , saturation: 0.45 and the lightness value of 628532 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000101 00110010
Octal 142 205 62
Decimal 98 133 50
Hex 62 85 32

RGB Percentages of Color #628532

%34.88
%47.33
%17.79

CMYK Percentages of Color #628532

%26
%0
%62
%48

Triadic Colors of #628532

#628532 #326285 #853262

Analogous Colors of #628532

#628532 #398532 #857f32

Monochromatic Colors of #628532

#628532

Complementary Color

#628532 #553285

#628532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628532 Color CSS Codes

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

#628532 Text Font Color

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

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


#628532 Background Color

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

This div background color is #628532


#628532 Border Color

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

This div border color is #628532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628532


Comments

No comments written yet.

Please login to write comment.