Color Hex Logo

#06830d Color Hex

#06830D
(6,131,13)
0 Favorites   0 Comments

Color spaces of #06830d

RGB 613113
HSL0.340.910.27
HSV123°95°51°
CMYK 0.950.000.90   0.49
XYZ8.264116.30043.0915
Yxy16.30040.29880.5894
Hunter Lab40.3738-34.116923.7217
CIE-Lab47.3662-51.622248.2375

#06830d color RGB value is (6,131,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 00001101
Octal 6 203 15
Decimal 6 131 13
Hex 6 83 D

RGB Percentages of Color #06830d

%4.00
%87.33
%8.67

CMYK Percentages of Color #06830d

%95
%0
%90
%49

Triadic Colors of #06830d

#06830d #0d0683 #830d06

Analogous Colors of #06830d

#06830d #06834c #3e8306

Monochromatic Colors of #06830d

#06830d

Complementary Color

#06830d #83067c

#06830d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06830d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06830d Color CSS Codes

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

#06830d Text Font Color

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

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


#06830d Background Color

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

This div background color is #06830d


#06830d Border Color

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

This div border color is #06830d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06830d


Comments

No comments written yet.

Please login to write comment.