Color Hex Logo

#10463a Color Hex

#10463A
(16,70,58)
0 Favorites   0 Comments

Color spaces of #10463a

RGB 167058
HSL0.460.630.17
HSV167°77°27°
CMYK 0.770.000.17   0.73
XYZ3.16764.79604.7618
Yxy4.79600.24890.3769
Hunter Lab21.8998-12.50622.4381
CIE-Lab26.1455-20.75742.2007

#10463a color RGB value is (16,70,58).

#10463a hex color red value is 16, green value is 70 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #10463a hue: 0.46 , saturation: 0.63 and the lightness value of 10463a is 0.17.

The process color (four color CMYK) of #10463a color hex is 0.77, 0.00, 0.17, 0.73. Web safe color of #10463a is #003333. Color #10463a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000110 00111010
Octal 20 106 72
Decimal 16 70 58
Hex 10 46 3A

RGB Percentages of Color #10463a

%11.11
%48.61
%40.28

CMYK Percentages of Color #10463a

%77
%0
%17
%73

Triadic Colors of #10463a

#10463a #3a1046 #463a10

Analogous Colors of #10463a

#10463a #103746 #10461f

Monochromatic Colors of #10463a

#10463a

Complementary Color

#10463a #46101c

#10463a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10463a Color Preview on White Background

Lorem ipsum dolor sit amet.

#10463a Color CSS Codes

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

#10463a Text Font Color

<p style="color:#10463a">Text here</p>

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


#10463a Background Color

<div style="background-color:#10463a">
Div content here</div>

This div background color is #10463a


#10463a Border Color

<div style="border:3px solid #10463a">
Div here</div>

This div border color is #10463a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,70,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10463a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10463a;
  -webkit-box-shadow: 1px 1px 3px 2px #10463a;
  box-shadow:         1px 1px 3px 2px #10463a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10463a


Comments

No comments written yet.

Please login to write comment.