Color Hex Logo

#10674d Color Hex

#10674D
(16,103,77)
0 Favorites   0 Comments

Color spaces of #10674d

RGB 1610377
HSL0.450.730.23
HSV162°84°40°
CMYK 0.840.000.25   0.60
XYZ6.403510.34658.6807
Yxy10.34650.25180.4069
Hunter Lab32.1660-20.75526.5155
CIE-Lab38.4573-31.27717.8133

#10674d color RGB value is (16,103,77).

#10674d hex color red value is 16, green value is 103 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #10674d hue: 0.45 , saturation: 0.73 and the lightness value of 10674d is 0.23.

The process color (four color CMYK) of #10674d color hex is 0.84, 0.00, 0.25, 0.60. Web safe color of #10674d is #006666. Color #10674d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100111 01001101
Octal 20 147 115
Decimal 16 103 77
Hex 10 67 4D

RGB Percentages of Color #10674d

%8.16
%52.55
%39.29

CMYK Percentages of Color #10674d

%84
%0
%25
%60

Triadic Colors of #10674d

#10674d #4d1067 #674d10

Analogous Colors of #10674d

#10674d #105667 #106722

Monochromatic Colors of #10674d

#10674d

Complementary Color

#10674d #67102a

#10674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#10674d Color CSS Codes

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

#10674d Text Font Color

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

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


#10674d Background Color

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

This div background color is #10674d


#10674d Border Color

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

This div border color is #10674d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10674d


Comments

No comments written yet.

Please login to write comment.