Color Hex Logo

#165c20 Color Hex

#165C20
(22,92,32)
0 Favorites   0 Comments

Color spaces of #165c20

RGB 229232
HSL0.360.610.22
HSV129°76°36°
CMYK 0.760.000.65   0.64
XYZ4.41877.92912.6641
Yxy7.92910.29430.5282
Hunter Lab28.1587-21.267214.1016
CIE-Lab33.8348-35.019327.8599

#165c20 color RGB value is (22,92,32).

#165c20 hex color red value is 22, green value is 92 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #165c20 hue: 0.36 , saturation: 0.61 and the lightness value of 165c20 is 0.22.

The process color (four color CMYK) of #165c20 color hex is 0.76, 0.00, 0.65, 0.64. Web safe color of #165c20 is #006633. Color #165c20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 01011100 00100000
Octal 26 134 40
Decimal 22 92 32
Hex 16 5C 20

RGB Percentages of Color #165c20

%15.07
%63.01
%21.92

CMYK Percentages of Color #165c20

%76
%0
%65
%64

Triadic Colors of #165c20

#165c20 #20165c #5c2016

Analogous Colors of #165c20

#165c20 #165c43 #2f5c16

Monochromatic Colors of #165c20

#165c20

Complementary Color

#165c20 #5c1652

#165c20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#165c20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#165c20 Color CSS Codes

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

#165c20 Text Font Color

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

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


#165c20 Background Color

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

This div background color is #165c20


#165c20 Border Color

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

This div border color is #165c20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #165c20


Comments

No comments written yet.

Please login to write comment.