Color Hex Logo

#10382e Color Hex

#10382E
(16,56,46)
0 Favorites   0 Comments

Color spaces of #10382e

RGB 165646
HSL0.460.560.14
HSV165°71°22°
CMYK 0.710.000.18   0.78
XYZ2.12103.13583.0782
Yxy3.13580.25450.3762
Hunter Lab17.7082-9.60952.0894
CIE-Lab20.5798-16.90332.1417

#10382e color RGB value is (16,56,46).

#10382e hex color red value is 16, green value is 56 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #10382e hue: 0.46 , saturation: 0.56 and the lightness value of 10382e is 0.14.

The process color (four color CMYK) of #10382e color hex is 0.71, 0.00, 0.18, 0.78. Web safe color of #10382e is #003333. Color #10382e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111000 00101110
Octal 20 70 56
Decimal 16 56 46
Hex 10 38 2E

RGB Percentages of Color #10382e

%13.56
%47.46
%38.98

CMYK Percentages of Color #10382e

%71
%0
%18
%78

Triadic Colors of #10382e

#10382e #2e1038 #382e10

Analogous Colors of #10382e

#10382e #102e38 #10381a

Monochromatic Colors of #10382e

#10382e

Complementary Color

#10382e #38101a

#10382e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10382e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10382e Color CSS Codes

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

#10382e Text Font Color

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

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


#10382e Background Color

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

This div background color is #10382e


#10382e Border Color

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

This div border color is #10382e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10382e


Comments

No comments written yet.

Please login to write comment.