Color Hex Logo

#114319 Color Hex

#114319
(17,67,25)
0 Favorites   0 Comments

Color spaces of #114319

RGB 176725
HSL0.360.600.16
HSV130°75°26°
CMYK 0.750.000.63   0.74
XYZ2.41384.20371.6039
Yxy4.20370.29360.5113
Hunter Lab20.5029-14.86549.7139
CIE-Lab24.3337-26.883820.5139

#114319 color RGB value is (17,67,25).

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

The process color (four color CMYK) of #114319 color hex is 0.75, 0.00, 0.63, 0.74. Web safe color of #114319 is #003300. Color #114319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000011 00011001
Octal 21 103 31
Decimal 17 67 25
Hex 11 43 19

RGB Percentages of Color #114319

%15.60
%61.47
%22.94

CMYK Percentages of Color #114319

%75
%0
%63
%74

Triadic Colors of #114319

#114319 #191143 #431911

Analogous Colors of #114319

#114319 #114332 #224311

Monochromatic Colors of #114319

#114319

Complementary Color

#114319 #43113b

#114319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114319 Color CSS Codes

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

#114319 Text Font Color

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

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


#114319 Background Color

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

This div background color is #114319


#114319 Border Color

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

This div border color is #114319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114319


Comments

No comments written yet.

Please login to write comment.