Color Hex Logo

#11381c Color Hex

#11381C
(17,56,28)
0 Favorites   0 Comments

Color spaces of #11381c

RGB 175628
HSL0.380.530.14
HSV137°70°22°
CMYK 0.700.000.50   0.78
XYZ1.85493.03141.5860
Yxy3.03140.28660.4684
Hunter Lab17.4109-11.45236.7868
CIE-Lab20.1692-21.285613.5167

#11381c color RGB value is (17,56,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111000 00011100
Octal 21 70 34
Decimal 17 56 28
Hex 11 38 1C

RGB Percentages of Color #11381c

%16.83
%55.45
%27.72

CMYK Percentages of Color #11381c

%70
%0
%50
%78

Triadic Colors of #11381c

#11381c #1c1138 #381c11

Analogous Colors of #11381c

#11381c #113830 #1a3811

Monochromatic Colors of #11381c

#11381c

Complementary Color

#11381c #38112d

#11381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11381c Color CSS Codes

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

#11381c Text Font Color

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

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


#11381c Background Color

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

This div background color is #11381c


#11381c Border Color

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

This div border color is #11381c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,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 #11381c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11381c


Comments

No comments written yet.

Please login to write comment.