Color Hex Logo

#06831a Color Hex

#06831A
(6,131,26)
0 Favorites   0 Comments

Color spaces of #06831a

RGB 613126
HSL0.360.910.27
HSV130°95°51°
CMYK 0.950.000.80   0.49
XYZ8.377916.34593.6908
Yxy16.34590.29480.5753
Hunter Lab40.4301-33.763922.8885
CIE-Lab47.4251-50.864044.6269

#06831a color RGB value is (6,131,26).

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

The process color (four color CMYK) of #06831a color hex is 0.95, 0.00, 0.80, 0.49. Web safe color of #06831a is #009933. Color #06831a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 00011010
Octal 6 203 32
Decimal 6 131 26
Hex 6 83 1A

RGB Percentages of Color #06831a

%3.68
%80.37
%15.95

CMYK Percentages of Color #06831a

%95
%0
%80
%49

Triadic Colors of #06831a

#06831a #1a0683 #831a06

Analogous Colors of #06831a

#06831a #068359 #318306

Monochromatic Colors of #06831a

#06831a

Complementary Color

#06831a #83066f

#06831a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06831a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06831a Color CSS Codes

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

#06831a Text Font Color

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

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


#06831a Background Color

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

This div background color is #06831a


#06831a Border Color

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

This div border color is #06831a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06831a


Comments

No comments written yet.

Please login to write comment.