Color Hex Logo

#11381f Color Hex

#11381F
(17,56,31)
0 Favorites   0 Comments

Color spaces of #11381f

RGB 175631
HSL0.390.530.14
HSV142°70°22°
CMYK 0.700.000.45   0.78
XYZ1.89273.04641.7846
Yxy3.04640.28150.4531
Hunter Lab17.4539-11.18796.1556
CIE-Lab20.2288-20.634011.6603

#11381f color RGB value is (17,56,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111000 00011111
Octal 21 70 37
Decimal 17 56 31
Hex 11 38 1F

RGB Percentages of Color #11381f

%16.35
%53.85
%29.81

CMYK Percentages of Color #11381f

%70
%0
%45
%78

Triadic Colors of #11381f

#11381f #1f1138 #381f11

Analogous Colors of #11381f

#11381f #113833 #173811

Monochromatic Colors of #11381f

#11381f

Complementary Color

#11381f #38112a

#11381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11381f Color CSS Codes

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

#11381f Text Font Color

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

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


#11381f Background Color

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

This div background color is #11381f


#11381f Border Color

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

This div border color is #11381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11381f


Comments

No comments written yet.

Please login to write comment.