Color Hex Logo

#0d4319 Color Hex

#0D4319
(13,67,25)
0 Favorites   0 Comments

Color spaces of #0d4319

RGB 136725
HSL0.370.680.16
HSV133°81°26°
CMYK 0.810.000.63   0.74
XYZ2.34864.17011.6008
Yxy4.17010.28930.5136
Hunter Lab20.4208-15.20719.6468
CIE-Lab24.2260-27.754820.3597

#0d4319 color RGB value is (13,67,25).

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

The process color (four color CMYK) of #0d4319 color hex is 0.81, 0.00, 0.63, 0.74. Web safe color of #0d4319 is #003300. Color #0d4319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000011 00011001
Octal 15 103 31
Decimal 13 67 25
Hex D 43 19

RGB Percentages of Color #0d4319

%12.38
%63.81
%23.81

CMYK Percentages of Color #0d4319

%81
%0
%63
%74

Triadic Colors of #0d4319

#0d4319 #190d43 #43190d

Analogous Colors of #0d4319

#0d4319 #0d4334 #1c430d

Monochromatic Colors of #0d4319

#0d4319

Complementary Color

#0d4319 #430d37

#0d4319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d4319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d4319 Color CSS Codes

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

#0d4319 Text Font Color

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

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


#0d4319 Background Color

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

This div background color is #0d4319


#0d4319 Border Color

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

This div border color is #0d4319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d4319


Comments

No comments written yet.

Please login to write comment.