Color Hex Logo

#11431d Color Hex

#11431D
(17,67,29)
0 Favorites   0 Comments

Color spaces of #11431d

RGB 176729
HSL0.370.600.16
HSV134°75°26°
CMYK 0.750.000.57   0.74
XYZ2.46014.22221.8477
Yxy4.22220.28840.4950
Hunter Lab20.5480-14.58819.0522
CIE-Lab24.3928-26.204818.2479

#11431d color RGB value is (17,67,29).

#11431d hex color red value is 17, green value is 67 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #11431d hue: 0.37 , saturation: 0.60 and the lightness value of 11431d is 0.16.

The process color (four color CMYK) of #11431d color hex is 0.75, 0.00, 0.57, 0.74. Web safe color of #11431d is #003333. Color #11431d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000011 00011101
Octal 21 103 35
Decimal 17 67 29
Hex 11 43 1D

RGB Percentages of Color #11431d

%15.04
%59.29
%25.66

CMYK Percentages of Color #11431d

%75
%0
%57
%74

Triadic Colors of #11431d

#11431d #1d1143 #431d11

Analogous Colors of #11431d

#11431d #114336 #1e4311

Monochromatic Colors of #11431d

#11431d

Complementary Color

#11431d #431137

#11431d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11431d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11431d Color CSS Codes

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

#11431d Text Font Color

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

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


#11431d Background Color

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

This div background color is #11431d


#11431d Border Color

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

This div border color is #11431d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11431d


Comments

No comments written yet.

Please login to write comment.