Color Hex Logo

#003427 Color Hex

#003427
(0,52,39)
0 Favorites   0 Comments

Color spaces of #003427

RGB 05239
HSL0.461.000.10
HSV165°100°20°
CMYK 1.000.000.25   0.80
XYZ1.59422.60252.3378
Yxy2.60250.24400.3983
Hunter Lab16.1323-10.59202.7006
CIE-Lab18.3760-20.18363.6812

#003427 color RGB value is (0,52,39).

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

The process color (four color CMYK) of #003427 color hex is 1.00, 0.00, 0.25, 0.80. Web safe color of #003427 is #003333. Color #003427 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110100 00100111
Octal 0 64 47
Decimal 0 52 39
Hex 0 34 27

RGB Percentages of Color #003427

%0.00
%57.14
%42.86

CMYK Percentages of Color #003427

%100
%0
%25
%80

Triadic Colors of #003427

#003427 #270034 #342700

Analogous Colors of #003427

#003427 #002734 #00340d

Monochromatic Colors of #003427

#003427

Complementary Color

#003427 #34000d

#003427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003427 Color CSS Codes

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

#003427 Text Font Color

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

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


#003427 Background Color

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

This div background color is #003427


#003427 Border Color

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

This div border color is #003427


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,52,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 #003427">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003427

#003427 Color Palettes


Comments

No comments written yet.

Please login to write comment.