Color Hex Logo

#005027 Color Hex

#005027
(0,80,39)
0 Favorites   0 Comments

Color spaces of #005027

RGB 08039
HSL0.411.000.16
HSV149°100°31°
CMYK 1.000.000.51   0.69
XYZ3.23495.88382.8846
Yxy5.88380.26950.4902
Hunter Lab24.2565-18.64389.9288
CIE-Lab29.1174-32.435818.1668

#005027 color RGB value is (0,80,39).

#005027 hex color red value is 0, green value is 80 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #005027 hue: 0.41 , saturation: 1.00 and the lightness value of 005027 is 0.16.

The process color (four color CMYK) of #005027 color hex is 1.00, 0.00, 0.51, 0.69. Web safe color of #005027 is #006633. Color #005027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010000 00100111
Octal 0 120 47
Decimal 0 80 39
Hex 0 50 27

RGB Percentages of Color #005027

%0.00
%67.23
%32.77

CMYK Percentages of Color #005027

%100
%0
%51
%69

Triadic Colors of #005027

#005027 #270050 #502700

Analogous Colors of #005027

#005027 #00504f #015000

Monochromatic Colors of #005027

#005027

Complementary Color

#005027 #500029

#005027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005027 Color CSS Codes

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

#005027 Text Font Color

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

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


#005027 Background Color

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

This div background color is #005027


#005027 Border Color

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

This div border color is #005027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005027


Comments

No comments written yet.

Please login to write comment.