Color Hex Logo

#113219 Color Hex

#113219
(17,50,25)
0 Favorites   0 Comments

Color spaces of #113219

RGB 175025
HSL0.370.490.13
HSV135°66°20°
CMYK 0.660.000.50   0.80
XYZ1.54722.47061.3150
Yxy2.47060.29010.4633
Hunter Lab15.7181-9.93636.0424
CIE-Lab17.7851-18.907212.3637

#113219 color RGB value is (17,50,25).

#113219 hex color red value is 17, green value is 50 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #113219 hue: 0.37 , saturation: 0.49 and the lightness value of 113219 is 0.13.

The process color (four color CMYK) of #113219 color hex is 0.66, 0.00, 0.50, 0.80. Web safe color of #113219 is #003300. Color #113219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110010 00011001
Octal 21 62 31
Decimal 17 50 25
Hex 11 32 19

RGB Percentages of Color #113219

%18.48
%54.35
%27.17

CMYK Percentages of Color #113219

%66
%0
%50
%80

Triadic Colors of #113219

#113219 #191132 #321911

Analogous Colors of #113219

#113219 #11322a #1a3211

Monochromatic Colors of #113219

#113219

Complementary Color

#113219 #32112a

#113219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113219 Color CSS Codes

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

#113219 Text Font Color

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

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


#113219 Background Color

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

This div background color is #113219


#113219 Border Color

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

This div border color is #113219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113219


Comments

No comments written yet.

Please login to write comment.