Color Hex Logo

#628212 Color Hex

#628212
(98,130,18)
0 Favorites   0 Comments

Color spaces of #628212

RGB 9813018
HSL0.210.760.29
HSV77°86°51°
CMYK 0.250.000.86   0.49
XYZ13.128818.60563.4715
Yxy18.60560.37290.5285
Hunter Lab43.1342-21.154725.4222
CIE-Lab50.2225-26.978750.7583

#628212 color RGB value is (98,130,18).

#628212 hex color red value is 98, green value is 130 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #628212 hue: 0.21 , saturation: 0.76 and the lightness value of 628212 is 0.29.

The process color (four color CMYK) of #628212 color hex is 0.25, 0.00, 0.86, 0.49. Web safe color of #628212 is #669900. Color #628212 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10000010 00010010
Octal 142 202 22
Decimal 98 130 18
Hex 62 82 12

RGB Percentages of Color #628212

%39.84
%52.85
%7.32

CMYK Percentages of Color #628212

%25
%0
%86
%49

Triadic Colors of #628212

#628212 #126282 #821262

Analogous Colors of #628212

#628212 #2a8212 #826a12

Monochromatic Colors of #628212

#628212

Complementary Color

#628212 #321282

#628212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#628212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#628212 Color CSS Codes

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

#628212 Text Font Color

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

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


#628212 Background Color

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

This div background color is #628212


#628212 Border Color

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

This div border color is #628212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #628212


Comments

No comments written yet.

Please login to write comment.