Color Hex Logo

#06830c Color Hex

#06830C
(6,131,12)
0 Favorites   0 Comments

Color spaces of #06830c

RGB 613112
HSL0.340.910.27
HSV123°95°51°
CMYK 0.950.000.91   0.49
XYZ8.257816.29793.0584
Yxy16.29790.29900.5902
Hunter Lab40.3707-34.136623.7678
CIE-Lab47.3629-51.664548.4505

#06830c color RGB value is (6,131,12).

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

The process color (four color CMYK) of #06830c color hex is 0.95, 0.00, 0.91, 0.49. Web safe color of #06830c is #009900. Color #06830c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 00001100
Octal 6 203 14
Decimal 6 131 12
Hex 6 83 C

RGB Percentages of Color #06830c

%4.03
%87.92
%8.05

CMYK Percentages of Color #06830c

%95
%0
%91
%49

Triadic Colors of #06830c

#06830c #0c0683 #830c06

Analogous Colors of #06830c

#06830c #06834b #3f8306

Monochromatic Colors of #06830c

#06830c

Complementary Color

#06830c #83067d

#06830c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06830c Color Preview on White Background

Lorem ipsum dolor sit amet.

#06830c Color CSS Codes

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

#06830c Text Font Color

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

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


#06830c Background Color

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

This div background color is #06830c


#06830c Border Color

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

This div border color is #06830c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06830c


Comments

No comments written yet.

Please login to write comment.