Color Hex Logo

#10672e Color Hex

#10672E
(16,103,46)
0 Favorites   0 Comments

Color spaces of #10672e

RGB 1610346
HSL0.390.730.23
HSV141°84°40°
CMYK 0.840.000.55   0.60
XYZ5.557110.00794.2236
Yxy10.00790.28080.5057
Hunter Lab31.6353-24.006114.2289
CIE-Lab37.8566-38.078825.1538

#10672e color RGB value is (16,103,46).

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

The process color (four color CMYK) of #10672e color hex is 0.84, 0.00, 0.55, 0.60. Web safe color of #10672e is #006633. Color #10672e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100111 00101110
Octal 20 147 56
Decimal 16 103 46
Hex 10 67 2E

RGB Percentages of Color #10672e

%9.70
%62.42
%27.88

CMYK Percentages of Color #10672e

%84
%0
%55
%60

Triadic Colors of #10672e

#10672e #2e1067 #672e10

Analogous Colors of #10672e

#10672e #10675a #1e6710

Monochromatic Colors of #10672e

#10672e

Complementary Color

#10672e #671049

#10672e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10672e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10672e Color CSS Codes

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

#10672e Text Font Color

<p style="color:#10672e">Text here</p>

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


#10672e Background Color

<div style="background-color:#10672e">
Div content here</div>

This div background color is #10672e


#10672e Border Color

<div style="border:3px solid #10672e">
Div here</div>

This div border color is #10672e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10672e


Comments

No comments written yet.

Please login to write comment.