Color Hex Logo

#0d776e Color Hex

#0D776E
(13,119,110)
0 Favorites   0 Comments

Color spaces of #0d776e

RGB 13119110
HSL0.490.800.26
HSV175°89°47°
CMYK 0.890.000.08   0.53
XYZ9.577314.405017.0275
Yxy14.40500.23350.3513
Hunter Lab37.9539-21.3766-0.0319
CIE-Lab44.8082-29.4356-2.9106

#0d776e color RGB value is (13,119,110).

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

The process color (four color CMYK) of #0d776e color hex is 0.89, 0.00, 0.08, 0.53. Web safe color of #0d776e is #006666. Color #0d776e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110111 01101110
Octal 15 167 156
Decimal 13 119 110
Hex D 77 6E

RGB Percentages of Color #0d776e

%5.37
%49.17
%45.45

CMYK Percentages of Color #0d776e

%89
%0
%8
%53

Triadic Colors of #0d776e

#0d776e #6e0d77 #776e0d

Analogous Colors of #0d776e

#0d776e #0d4b77 #0d7739

Monochromatic Colors of #0d776e

#0d776e

Complementary Color

#0d776e #770d16

#0d776e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d776e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d776e Color CSS Codes

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

#0d776e Text Font Color

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

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


#0d776e Background Color

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

This div background color is #0d776e


#0d776e Border Color

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

This div border color is #0d776e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d776e


Comments

No comments written yet.

Please login to write comment.