Color Hex Logo

#165a13 Color Hex

#165A13
(22,90,19)
0 Favorites   0 Comments

Color spaces of #165a13

RGB 229019
HSL0.330.650.21
HSV117°79°35°
CMYK 0.760.000.79   0.65
XYZ4.10467.52991.8532
Yxy7.52990.30430.5583
Hunter Lab27.4407-21.321015.2043
CIE-Lab32.9840-35.717333.0093

#165a13 color RGB value is (22,90,19).

#165a13 hex color red value is 22, green value is 90 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #165a13 hue: 0.33 , saturation: 0.65 and the lightness value of 165a13 is 0.21.

The process color (four color CMYK) of #165a13 color hex is 0.76, 0.00, 0.79, 0.65. Web safe color of #165a13 is #006600. Color #165a13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011010 00010011
Octal 26 132 23
Decimal 22 90 19
Hex 16 5A 13

RGB Percentages of Color #165a13

%16.79
%68.70
%14.50

CMYK Percentages of Color #165a13

%76
%0
%79
%65

Triadic Colors of #165a13

#165a13 #13165a #5a1316

Analogous Colors of #165a13

#165a13 #135a34 #3a5a13

Monochromatic Colors of #165a13

#165a13

Complementary Color

#165a13 #57135a

#165a13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165a13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165a13 Color CSS Codes

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

#165a13 Text Font Color

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

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


#165a13 Background Color

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

This div background color is #165a13


#165a13 Border Color

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

This div border color is #165a13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,90,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #165a13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #165a13;
  -webkit-box-shadow: 1px 1px 3px 2px #165a13;
  box-shadow:         1px 1px 3px 2px #165a13; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,90,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165a13


Comments

No comments written yet.

Please login to write comment.