Color Hex Logo

#06821c Color Hex

#06821C
(6,130,28)
0 Favorites   0 Comments

Color spaces of #06821c

RGB 613028
HSL0.360.910.27
HSV131°95°51°
CMYK 0.950.000.78   0.49
XYZ8.267316.08783.7681
Yxy16.08780.29400.5720
Hunter Lab40.1096-33.399822.5067
CIE-Lab47.0895-50.401043.5995

#06821c color RGB value is (6,130,28).

#06821c hex color red value is 6, green value is 130 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #06821c hue: 0.36 , saturation: 0.91 and the lightness value of 06821c is 0.27.

The process color (four color CMYK) of #06821c color hex is 0.95, 0.00, 0.78, 0.49. Web safe color of #06821c is #009933. Color #06821c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000010 00011100
Octal 6 202 34
Decimal 6 130 28
Hex 6 82 1C

RGB Percentages of Color #06821c

%3.66
%79.27
%17.07

CMYK Percentages of Color #06821c

%95
%0
%78
%49

Triadic Colors of #06821c

#06821c #1c0682 #821c06

Analogous Colors of #06821c

#06821c #06825a #2e8206

Monochromatic Colors of #06821c

#06821c

Complementary Color

#06821c #82066c

#06821c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06821c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06821c Color CSS Codes

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

#06821c Text Font Color

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

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


#06821c Background Color

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

This div background color is #06821c


#06821c Border Color

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

This div border color is #06821c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,130,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06821c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06821c;
  -webkit-box-shadow: 1px 1px 3px 2px #06821c;
  box-shadow:         1px 1px 3px 2px #06821c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06821c


Comments

No comments written yet.

Please login to write comment.