Color Hex Logo

#0d4003 Color Hex

#0D4003
(13,64,3)
0 Favorites   0 Comments

Color spaces of #0d4003

RGB 13643
HSL0.310.910.13
HSV110°95°25°
CMYK 0.800.000.95   0.75
XYZ2.01583.75890.7055
Yxy3.75890.31110.5801
Hunter Lab19.3879-15.369811.4140
CIE-Lab22.8578-29.089429.3189

#0d4003 color RGB value is (13,64,3).

#0d4003 hex color red value is 13, green value is 64 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #0d4003 hue: 0.31 , saturation: 0.91 and the lightness value of 0d4003 is 0.13.

The process color (four color CMYK) of #0d4003 color hex is 0.80, 0.00, 0.95, 0.75. Web safe color of #0d4003 is #003300. Color #0d4003 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000000 00000011
Octal 15 100 3
Decimal 13 64 3
Hex D 40 3

RGB Percentages of Color #0d4003

%16.25
%80.00
%3.75

CMYK Percentages of Color #0d4003

%80
%0
%95
%75

Triadic Colors of #0d4003

#0d4003 #030d40 #40030d

Analogous Colors of #0d4003

#0d4003 #034018 #2c4003

Monochromatic Colors of #0d4003

#0d4003

Complementary Color

#0d4003 #360340

#0d4003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d4003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d4003 Color CSS Codes

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

#0d4003 Text Font Color

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

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


#0d4003 Background Color

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

This div background color is #0d4003


#0d4003 Border Color

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

This div border color is #0d4003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d4003


Comments

No comments written yet.

Please login to write comment.