Color Hex Logo

#10381c Color Hex

#10381C
(16,56,28)
0 Favorites   0 Comments

Color spaces of #10381c

RGB 165628
HSL0.380.560.14
HSV138°71°22°
CMYK 0.710.000.50   0.78
XYZ1.83753.02231.5851
Yxy3.02230.28510.4689
Hunter Lab17.3848-11.55666.7634
CIE-Lab20.1330-21.551713.4635

#10381c color RGB value is (16,56,28).

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

The process color (four color CMYK) of #10381c color hex is 0.71, 0.00, 0.50, 0.78. Web safe color of #10381c is #003333. Color #10381c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111000 00011100
Octal 20 70 34
Decimal 16 56 28
Hex 10 38 1C

RGB Percentages of Color #10381c

%16.00
%56.00
%28.00

CMYK Percentages of Color #10381c

%71
%0
%50
%78

Triadic Colors of #10381c

#10381c #1c1038 #381c10

Analogous Colors of #10381c

#10381c #103830 #183810

Monochromatic Colors of #10381c

#10381c

Complementary Color

#10381c #38102c

#10381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#10381c Color CSS Codes

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

#10381c Text Font Color

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

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


#10381c Background Color

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

This div background color is #10381c


#10381c Border Color

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

This div border color is #10381c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10381c


Comments

No comments written yet.

Please login to write comment.