Color Hex Logo

#003416 Color Hex

#003416
(0,52,22)
0 Favorites   0 Comments

Color spaces of #003416

RGB 05222
HSL0.401.000.10
HSV145°100°20°
CMYK 1.000.000.58   0.80
XYZ1.37282.51391.1719
Yxy2.51390.27140.4970
Hunter Lab15.8553-12.29176.7164
CIE-Lab17.9814-24.705314.4308

#003416 color RGB value is (0,52,22).

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

The process color (four color CMYK) of #003416 color hex is 1.00, 0.00, 0.58, 0.80. Web safe color of #003416 is #003300. Color #003416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110100 00010110
Octal 0 64 26
Decimal 0 52 22
Hex 0 34 16

RGB Percentages of Color #003416

%0.00
%70.27
%29.73

CMYK Percentages of Color #003416

%100
%0
%58
%80

Triadic Colors of #003416

#003416 #160034 #341600

Analogous Colors of #003416

#003416 #003430 #043400

Monochromatic Colors of #003416

#003416

Complementary Color

#003416 #34001e

#003416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003416 Color CSS Codes

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

#003416 Text Font Color

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

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


#003416 Background Color

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

This div background color is #003416


#003416 Border Color

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

This div border color is #003416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003416


Comments

No comments written yet.

Please login to write comment.