Color Hex Logo

#068432 Color Hex

#068432
(6,132,50)
0 Favorites   0 Comments

Color spaces of #068432

RGB 613250
HSL0.390.910.27
HSV141°95°52°
CMYK 0.950.000.62   0.48
XYZ8.902116.77155.7857
Yxy16.77150.28300.5331
Hunter Lab40.9530-32.866620.2908
CIE-Lab47.9708-48.669035.1042

#068432 color RGB value is (6,132,50).

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

The process color (four color CMYK) of #068432 color hex is 0.95, 0.00, 0.62, 0.48. Web safe color of #068432 is #009933. Color #068432 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000100 00110010
Octal 6 204 62
Decimal 6 132 50
Hex 6 84 32

RGB Percentages of Color #068432

%3.19
%70.21
%26.60

CMYK Percentages of Color #068432

%95
%0
%62
%48

Triadic Colors of #068432

#068432 #320684 #843206

Analogous Colors of #068432

#068432 #068471 #198406

Monochromatic Colors of #068432

#068432

Complementary Color

#068432 #840658

#068432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068432 Color CSS Codes

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

#068432 Text Font Color

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

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


#068432 Background Color

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

This div background color is #068432


#068432 Border Color

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

This div border color is #068432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068432


Comments

No comments written yet.

Please login to write comment.