Color Hex Logo

#104047 Color Hex

#104047
(16,64,71)
0 Favorites   0 Comments

Color spaces of #104047

RGB 166471
HSL0.520.630.17
HSV188°77°28°
CMYK 0.770.100.00   0.72
XYZ3.18444.23196.6102
Yxy4.23190.22700.3017
Hunter Lab20.5716-8.3692-4.6514
CIE-Lab24.4237-13.0521-8.9085

#104047 color RGB value is (16,64,71).

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

The process color (four color CMYK) of #104047 color hex is 0.77, 0.10, 0.00, 0.72. Web safe color of #104047 is #003333. Color #104047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000000 01000111
Octal 20 100 107
Decimal 16 64 71
Hex 10 40 47

RGB Percentages of Color #104047

%10.60
%42.38
%47.02

CMYK Percentages of Color #104047

%77
%10
%0
%72

Triadic Colors of #104047

#104047 #471040 #404710

Analogous Colors of #104047

#104047 #102547 #104733

Monochromatic Colors of #104047

#104047

Complementary Color

#104047 #471710

#104047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104047 Color CSS Codes

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

#104047 Text Font Color

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

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


#104047 Background Color

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

This div background color is #104047


#104047 Border Color

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

This div border color is #104047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104047


Comments

No comments written yet.

Please login to write comment.