Color Hex Logo

#0d3819 Color Hex

#0D3819
(13,56,25)
0 Favorites   0 Comments

Color spaces of #0d3819

RGB 135625
HSL0.380.620.14
HSV137°77°22°
CMYK 0.770.000.55   0.78
XYZ1.75562.98411.4032
Yxy2.98410.28580.4858
Hunter Lab17.2745-12.08967.2761
CIE-Lab19.9801-22.916815.1444

#0d3819 color RGB value is (13,56,25).

#0d3819 hex color red value is 13, green value is 56 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #0d3819 hue: 0.38 , saturation: 0.62 and the lightness value of 0d3819 is 0.14.

The process color (four color CMYK) of #0d3819 color hex is 0.77, 0.00, 0.55, 0.78. Web safe color of #0d3819 is #003300. Color #0d3819 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00111000 00011001
Octal 15 70 31
Decimal 13 56 25
Hex D 38 19

RGB Percentages of Color #0d3819

%13.83
%59.57
%26.60

CMYK Percentages of Color #0d3819

%77
%0
%55
%78

Triadic Colors of #0d3819

#0d3819 #190d38 #38190d

Analogous Colors of #0d3819

#0d3819 #0d382f #17380d

Monochromatic Colors of #0d3819

#0d3819

Complementary Color

#0d3819 #380d2c

#0d3819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d3819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d3819 Color CSS Codes

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

#0d3819 Text Font Color

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

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


#0d3819 Background Color

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

This div background color is #0d3819


#0d3819 Border Color

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

This div border color is #0d3819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d3819


Comments

No comments written yet.

Please login to write comment.