Color Hex Logo

#10473e Color Hex

#10473E
(16,71,62)
0 Favorites   0 Comments

Color spaces of #10473e

RGB 167162
HSL0.470.630.17
HSV170°77°28°
CMYK 0.770.000.13   0.72
XYZ3.33644.96445.3398
Yxy4.96440.24460.3639
Hunter Lab22.2809-12.26261.3873
CIE-Lab26.6331-20.05030.2985

#10473e color RGB value is (16,71,62).

#10473e hex color red value is 16, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #10473e hue: 0.47 , saturation: 0.63 and the lightness value of 10473e is 0.17.

The process color (four color CMYK) of #10473e color hex is 0.77, 0.00, 0.13, 0.72. Web safe color of #10473e is #003333. Color #10473e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000111 00111110
Octal 20 107 76
Decimal 16 71 62
Hex 10 47 3E

RGB Percentages of Color #10473e

%10.74
%47.65
%41.61

CMYK Percentages of Color #10473e

%77
%0
%13
%72

Triadic Colors of #10473e

#10473e #3e1047 #473e10

Analogous Colors of #10473e

#10473e #103547 #104723

Monochromatic Colors of #10473e

#10473e

Complementary Color

#10473e #471019

#10473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10473e Color CSS Codes

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

#10473e Text Font Color

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

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


#10473e Background Color

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

This div background color is #10473e


#10473e Border Color

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

This div border color is #10473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10473e


Comments

No comments written yet.

Please login to write comment.