Color Hex Logo

#216b41 Color Hex

#216B41
(33,107,65)
0 Favorites   0 Comments

Color spaces of #216b41

RGB 3310765
HSL0.410.530.27
HSV146°69°42°
CMYK 0.690.000.39   0.58
XYZ6.839011.22046.8063
Yxy11.22040.27500.4512
Hunter Lab33.4969-22.175511.4005
CIE-Lab39.9492-33.196517.0898

#216b41 color RGB value is (33,107,65).

#216b41 hex color red value is 33, green value is 107 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #216b41 hue: 0.41 , saturation: 0.53 and the lightness value of 216b41 is 0.27.

The process color (four color CMYK) of #216b41 color hex is 0.69, 0.00, 0.39, 0.58. Web safe color of #216b41 is #336633. Color #216b41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101011 01000001
Octal 41 153 101
Decimal 33 107 65
Hex 21 6B 41

RGB Percentages of Color #216b41

%16.10
%52.20
%31.71

CMYK Percentages of Color #216b41

%69
%0
%39
%58

Triadic Colors of #216b41

#216b41 #41216b #6b4121

Analogous Colors of #216b41

#216b41 #216b66 #266b21

Monochromatic Colors of #216b41

#216b41

Complementary Color

#216b41 #6b214b

#216b41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216b41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216b41 Color CSS Codes

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

#216b41 Text Font Color

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

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


#216b41 Background Color

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

This div background color is #216b41


#216b41 Border Color

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

This div border color is #216b41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,107,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #216b41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #216b41;
  -webkit-box-shadow: 1px 1px 3px 2px #216b41;
  box-shadow:         1px 1px 3px 2px #216b41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216b41


Comments

No comments written yet.

Please login to write comment.