Color Hex Logo

#068315 Color Hex

#068315
(6,131,21)
0 Favorites   0 Comments

Color spaces of #068315

RGB 613121
HSL0.350.910.27
HSV127°95°51°
CMYK 0.950.000.84   0.49
XYZ8.326816.32553.4217
Yxy16.32550.29660.5815
Hunter Lab40.4048-33.922423.2624
CIE-Lab47.3987-51.203546.1943

#068315 color RGB value is (6,131,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 00010101
Octal 6 203 25
Decimal 6 131 21
Hex 6 83 15

RGB Percentages of Color #068315

%3.80
%82.91
%13.29

CMYK Percentages of Color #068315

%95
%0
%84
%49

Triadic Colors of #068315

#068315 #150683 #831506

Analogous Colors of #068315

#068315 #068354 #368306

Monochromatic Colors of #068315

#068315

Complementary Color

#068315 #830674

#068315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068315 Color CSS Codes

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

#068315 Text Font Color

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

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


#068315 Background Color

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

This div background color is #068315


#068315 Border Color

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

This div border color is #068315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068315


Comments

No comments written yet.

Please login to write comment.