Color Hex Logo

#11240d Color Hex

#11240D
(17,36,13)
0 Favorites   0 Comments

Color spaces of #11240d

RGB 173613
HSL0.300.470.10
HSV110°64°14°
CMYK 0.530.000.64   0.86
XYZ0.93471.41000.6037
Yxy1.41000.31700.4782
Hunter Lab11.8743-6.72935.2977
CIE-Lab12.0241-13.670712.0962

#11240d color RGB value is (17,36,13).

#11240d hex color red value is 17, green value is 36 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #11240d hue: 0.30 , saturation: 0.47 and the lightness value of 11240d is 0.10.

The process color (four color CMYK) of #11240d color hex is 0.53, 0.00, 0.64, 0.86. Web safe color of #11240d is #003300. Color #11240d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100100 00001101
Octal 21 44 15
Decimal 17 36 13
Hex 11 24 D

RGB Percentages of Color #11240d

%25.76
%54.55
%19.70

CMYK Percentages of Color #11240d

%53
%0
%64
%86

Triadic Colors of #11240d

#11240d #0d1124 #240d11

Analogous Colors of #11240d

#11240d #0d2415 #1d240d

Monochromatic Colors of #11240d

#11240d

Complementary Color

#11240d #200d24

#11240d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11240d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11240d Color CSS Codes

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

#11240d Text Font Color

<p style="color:#11240d">Text here</p>

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


#11240d Background Color

<div style="background-color:#11240d">
Div content here</div>

This div background color is #11240d


#11240d Border Color

<div style="border:3px solid #11240d">
Div here</div>

This div border color is #11240d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,36,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11240d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11240d;
  -webkit-box-shadow: 1px 1px 3px 2px #11240d;
  box-shadow:         1px 1px 3px 2px #11240d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11240d


Comments

No comments written yet.

Please login to write comment.