Color Hex Logo

#0d7619 Color Hex

#0D7619
(13,118,25)
0 Favorites   0 Comments

Color spaces of #0d7619

RGB 1311825
HSL0.350.800.26
HSV127°89°46°
CMYK 0.890.000.79   0.54
XYZ6.819913.11263.0912
Yxy13.11260.29620.5695
Hunter Lab36.2113-29.751820.2866
CIE-Lab42.9324-46.248940.5951

#0d7619 color RGB value is (13,118,25).

#0d7619 hex color red value is 13, green value is 118 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #0d7619 hue: 0.35 , saturation: 0.80 and the lightness value of 0d7619 is 0.26.

The process color (four color CMYK) of #0d7619 color hex is 0.89, 0.00, 0.79, 0.54. Web safe color of #0d7619 is #006600. Color #0d7619 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110110 00011001
Octal 15 166 31
Decimal 13 118 25
Hex D 76 19

RGB Percentages of Color #0d7619

%8.33
%75.64
%16.03

CMYK Percentages of Color #0d7619

%89
%0
%79
%54

Triadic Colors of #0d7619

#0d7619 #190d76 #76190d

Analogous Colors of #0d7619

#0d7619 #0d764e #36760d

Monochromatic Colors of #0d7619

#0d7619

Complementary Color

#0d7619 #760d6a

#0d7619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d7619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d7619 Color CSS Codes

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

#0d7619 Text Font Color

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

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


#0d7619 Background Color

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

This div background color is #0d7619


#0d7619 Border Color

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

This div border color is #0d7619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d7619


Comments

No comments written yet.

Please login to write comment.