Color Hex Logo

#10724d Color Hex

#10724D
(16,114,77)
0 Favorites   0 Comments

Color spaces of #10724d

RGB 1611477
HSL0.440.750.25
HSV157°86°45°
CMYK 0.860.000.32   0.55
XYZ7.570612.68069.0698
Yxy12.68060.25820.4325
Hunter Lab35.6098-24.36849.8258
CIE-Lab42.2780-36.068413.1334

#10724d color RGB value is (16,114,77).

#10724d hex color red value is 16, green value is 114 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #10724d hue: 0.44 , saturation: 0.75 and the lightness value of 10724d is 0.25.

The process color (four color CMYK) of #10724d color hex is 0.86, 0.00, 0.32, 0.55. Web safe color of #10724d is #006666. Color #10724d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110010 01001101
Octal 20 162 115
Decimal 16 114 77
Hex 10 72 4D

RGB Percentages of Color #10724d

%7.73
%55.07
%37.20

CMYK Percentages of Color #10724d

%86
%0
%32
%55

Triadic Colors of #10724d

#10724d #4d1072 #724d10

Analogous Colors of #10724d

#10724d #106672 #10721c

Monochromatic Colors of #10724d

#10724d

Complementary Color

#10724d #721035

#10724d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10724d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10724d Color CSS Codes

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

#10724d Text Font Color

<p style="color:#10724d">Text here</p>

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


#10724d Background Color

<div style="background-color:#10724d">
Div content here</div>

This div background color is #10724d


#10724d Border Color

<div style="border:3px solid #10724d">
Div here</div>

This div border color is #10724d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,114,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10724d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10724d;
  -webkit-box-shadow: 1px 1px 3px 2px #10724d;
  box-shadow:         1px 1px 3px 2px #10724d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,114,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10724d


Comments

No comments written yet.

Please login to write comment.