Color Hex Logo

#10764d Color Hex

#10764D
(16,118,77)
0 Favorites   0 Comments

Color spaces of #10764d

RGB 1611877
HSL0.430.760.26
HSV156°86°46°
CMYK 0.860.000.35   0.54
XYZ8.031713.60289.2235
Yxy13.60280.26030.4408
Hunter Lab36.8820-25.671910.9900
CIE-Lab43.6578-37.734115.0218

#10764d color RGB value is (16,118,77).

#10764d hex color red value is 16, green value is 118 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #10764d hue: 0.43 , saturation: 0.76 and the lightness value of 10764d is 0.26.

The process color (four color CMYK) of #10764d color hex is 0.86, 0.00, 0.35, 0.54. Web safe color of #10764d is #006666. Color #10764d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01110110 01001101
Octal 20 166 115
Decimal 16 118 77
Hex 10 76 4D

RGB Percentages of Color #10764d

%7.58
%55.92
%36.49

CMYK Percentages of Color #10764d

%86
%0
%35
%54

Triadic Colors of #10764d

#10764d #4d1076 #764d10

Analogous Colors of #10764d

#10764d #106c76 #10761a

Monochromatic Colors of #10764d

#10764d

Complementary Color

#10764d #761039

#10764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10764d Color CSS Codes

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

#10764d Text Font Color

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

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


#10764d Background Color

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

This div background color is #10764d


#10764d Border Color

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

This div border color is #10764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10764d


Comments

No comments written yet.

Please login to write comment.