Color Hex Logo

#0d4421 Color Hex

#0D4421
(13,68,33)
0 Favorites   0 Comments

Color spaces of #0d4421

RGB 136833
HSL0.390.680.16
HSV142°81°27°
CMYK 0.810.000.51   0.73
XYZ2.50764.32962.1424
Yxy4.32960.27930.4822
Hunter Lab20.8077-14.90198.4608
CIE-Lab24.7325-26.722816.2346

#0d4421 color RGB value is (13,68,33).

#0d4421 hex color red value is 13, green value is 68 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #0d4421 hue: 0.39 , saturation: 0.68 and the lightness value of 0d4421 is 0.16.

The process color (four color CMYK) of #0d4421 color hex is 0.81, 0.00, 0.51, 0.73. Web safe color of #0d4421 is #003333. Color #0d4421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000100 00100001
Octal 15 104 41
Decimal 13 68 33
Hex D 44 21

RGB Percentages of Color #0d4421

%11.40
%59.65
%28.95

CMYK Percentages of Color #0d4421

%81
%0
%51
%73

Triadic Colors of #0d4421

#0d4421 #210d44 #44210d

Analogous Colors of #0d4421

#0d4421 #0d443d #15440d

Monochromatic Colors of #0d4421

#0d4421

Complementary Color

#0d4421 #440d30

#0d4421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d4421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d4421 Color CSS Codes

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

#0d4421 Text Font Color

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

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


#0d4421 Background Color

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

This div background color is #0d4421


#0d4421 Border Color

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

This div border color is #0d4421


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,68,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d4421; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d4421;
  -webkit-box-shadow: 1px 1px 3px 2px #0d4421;
  box-shadow:         1px 1px 3px 2px #0d4421; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,68,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d4421


Comments

No comments written yet.

Please login to write comment.