Color Hex Logo

#10380e Color Hex

#10380E
(16,56,14)
0 Favorites   0 Comments

Color spaces of #10380e

RGB 165614
HSL0.330.600.14
HSV117°75°22°
CMYK 0.710.000.75   0.78
XYZ1.70712.97020.8988
Yxy2.97020.30610.5327
Hunter Lab17.2343-12.47918.9719
CIE-Lab19.9242-23.904121.4961

#10380e color RGB value is (16,56,14).

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

The process color (four color CMYK) of #10380e color hex is 0.71, 0.00, 0.75, 0.78. Web safe color of #10380e is #003300. Color #10380e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111000 00001110
Octal 20 70 16
Decimal 16 56 14
Hex 10 38 E

RGB Percentages of Color #10380e

%18.60
%65.12
%16.28

CMYK Percentages of Color #10380e

%71
%0
%75
%78

Triadic Colors of #10380e

#10380e #0e1038 #380e10

Analogous Colors of #10380e

#10380e #0e3821 #25380e

Monochromatic Colors of #10380e

#10380e

Complementary Color

#10380e #360e38

#10380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10380e Color CSS Codes

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

#10380e Text Font Color

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

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


#10380e Background Color

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

This div background color is #10380e


#10380e Border Color

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

This div border color is #10380e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10380e


Comments

No comments written yet.

Please login to write comment.