Color Hex Logo

#114421 Color Hex

#114421
(17,68,33)
0 Favorites   0 Comments

Color spaces of #114421

RGB 176833
HSL0.390.600.17
HSV139°75°27°
CMYK 0.750.000.51   0.73
XYZ2.57284.36322.1454
Yxy4.36320.28330.4805
Hunter Lab20.8883-14.56878.5322
CIE-Lab24.8376-25.896816.3906

#114421 color RGB value is (17,68,33).

#114421 hex color red value is 17, green value is 68 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #114421 hue: 0.39 , saturation: 0.60 and the lightness value of 114421 is 0.17.

The process color (four color CMYK) of #114421 color hex is 0.75, 0.00, 0.51, 0.73. Web safe color of #114421 is #003333. Color #114421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000100 00100001
Octal 21 104 41
Decimal 17 68 33
Hex 11 44 21

RGB Percentages of Color #114421

%14.41
%57.63
%27.97

CMYK Percentages of Color #114421

%75
%0
%51
%73

Triadic Colors of #114421

#114421 #211144 #442111

Analogous Colors of #114421

#114421 #11443b #1b4411

Monochromatic Colors of #114421

#114421

Complementary Color

#114421 #441134

#114421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114421 Color CSS Codes

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

#114421 Text Font Color

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

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


#114421 Background Color

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

This div background color is #114421


#114421 Border Color

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

This div border color is #114421


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,68,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114421; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114421;
  -webkit-box-shadow: 1px 1px 3px 2px #114421;
  box-shadow:         1px 1px 3px 2px #114421; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114421


Comments

No comments written yet.

Please login to write comment.