Color Hex Logo

#114721 Color Hex

#114721
(17,71,33)
0 Favorites   0 Comments

Color spaces of #114721

RGB 177133
HSL0.380.610.17
HSV138°76°28°
CMYK 0.760.000.54   0.72
XYZ2.75894.73552.2075
Yxy4.73550.28440.4881
Hunter Lab21.7612-15.45189.2183
CIE-Lab25.9675-27.231517.8226

#114721 color RGB value is (17,71,33).

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

The process color (four color CMYK) of #114721 color hex is 0.76, 0.00, 0.54, 0.72. Web safe color of #114721 is #003333. Color #114721 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000111 00100001
Octal 21 107 41
Decimal 17 71 33
Hex 11 47 21

RGB Percentages of Color #114721

%14.05
%58.68
%27.27

CMYK Percentages of Color #114721

%76
%0
%54
%72

Triadic Colors of #114721

#114721 #211147 #472111

Analogous Colors of #114721

#114721 #11473c #1c4711

Monochromatic Colors of #114721

#114721

Complementary Color

#114721 #471137

#114721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114721 Color CSS Codes

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

#114721 Text Font Color

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

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


#114721 Background Color

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

This div background color is #114721


#114721 Border Color

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

This div border color is #114721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114721


Comments

No comments written yet.

Please login to write comment.