Color Hex Logo

#0d693e Color Hex

#0D693E
(13,105,62)
0 Favorites   0 Comments

Color spaces of #0d693e

RGB 1310562
HSL0.420.780.23
HSV152°88°41°
CMYK 0.880.000.41   0.59
XYZ6.087110.53656.2704
Yxy10.53650.26590.4602
Hunter Lab32.4600-23.331511.2687
CIE-Lab38.7886-36.112917.2291

#0d693e color RGB value is (13,105,62).

#0d693e hex color red value is 13, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #0d693e hue: 0.42 , saturation: 0.78 and the lightness value of 0d693e is 0.23.

The process color (four color CMYK) of #0d693e color hex is 0.88, 0.00, 0.41, 0.59. Web safe color of #0d693e is #006633. Color #0d693e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01101001 00111110
Octal 15 151 76
Decimal 13 105 62
Hex D 69 3E

RGB Percentages of Color #0d693e

%7.22
%58.33
%34.44

CMYK Percentages of Color #0d693e

%88
%0
%41
%59

Triadic Colors of #0d693e

#0d693e #3e0d69 #693e0d

Analogous Colors of #0d693e

#0d693e #0d6669 #0d6910

Monochromatic Colors of #0d693e

#0d693e

Complementary Color

#0d693e #690d38

#0d693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d693e Color CSS Codes

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

#0d693e Text Font Color

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

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


#0d693e Background Color

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

This div background color is #0d693e


#0d693e Border Color

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

This div border color is #0d693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d693e


Comments

No comments written yet.

Please login to write comment.