Color Hex Logo

#006334 Color Hex

#006334
(0,99,52)
0 Favorites   0 Comments

Color spaces of #006334

RGB 09952
HSL0.421.000.19
HSV152°100°39°
CMYK 1.000.000.47   0.61
XYZ5.08179.17164.7513
Yxy9.17160.26740.4826
Hunter Lab30.2846-23.046211.8974
CIE-Lab36.3126-37.123319.7820

#006334 color RGB value is (0,99,52).

#006334 hex color red value is 0, green value is 99 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #006334 hue: 0.42 , saturation: 1.00 and the lightness value of 006334 is 0.19.

The process color (four color CMYK) of #006334 color hex is 1.00, 0.00, 0.47, 0.61. Web safe color of #006334 is #006633. Color #006334 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100011 00110100
Octal 0 143 64
Decimal 0 99 52
Hex 0 63 34

RGB Percentages of Color #006334

%0.00
%65.56
%34.44

CMYK Percentages of Color #006334

%100
%0
%47
%61

Triadic Colors of #006334

#006334 #340063 #633400

Analogous Colors of #006334

#006334 #006163 #006302

Monochromatic Colors of #006334

#006334

Complementary Color

#006334 #63002f

#006334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006334 Color CSS Codes

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

#006334 Text Font Color

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

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


#006334 Background Color

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

This div background color is #006334


#006334 Border Color

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

This div border color is #006334


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,99,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006334; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006334;
  -webkit-box-shadow: 1px 1px 3px 2px #006334;
  box-shadow:         1px 1px 3px 2px #006334; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,99,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006334


Comments

No comments written yet.

Please login to write comment.