Color Hex Logo

#216037 Color Hex

#216037
(33,96,55)
0 Favorites   0 Comments

Color spaces of #216037

RGB 339655
HSL0.390.490.25
HSV141°66°38°
CMYK 0.660.000.43   0.62
XYZ5.49978.96495.0550
Yxy8.96490.28180.4593
Hunter Lab29.9414-19.610310.9491
CIE-Lab35.9166-30.387317.6299

#216037 color RGB value is (33,96,55).

#216037 hex color red value is 33, green value is 96 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #216037 hue: 0.39 , saturation: 0.49 and the lightness value of 216037 is 0.25.

The process color (four color CMYK) of #216037 color hex is 0.66, 0.00, 0.43, 0.62. Web safe color of #216037 is #336633. Color #216037 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100000 00110111
Octal 41 140 67
Decimal 33 96 55
Hex 21 60 37

RGB Percentages of Color #216037

%17.93
%52.17
%29.89

CMYK Percentages of Color #216037

%66
%0
%43
%62

Triadic Colors of #216037

#216037 #372160 #603721

Analogous Colors of #216037

#216037 #216057 #2b6021

Monochromatic Colors of #216037

#216037

Complementary Color

#216037 #60214a

#216037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216037 Color CSS Codes

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

#216037 Text Font Color

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

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


#216037 Background Color

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

This div background color is #216037


#216037 Border Color

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

This div border color is #216037


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,96,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216037


Comments

No comments written yet.

Please login to write comment.