Color Hex Logo

#216350 Color Hex

#216350
(33,99,80)
0 Favorites   0 Comments

Color spaces of #216350

RGB 339980
HSL0.450.500.26
HSV163°67°39°
CMYK 0.670.000.19   0.61
XYZ6.53709.82629.1415
Yxy9.82620.25630.3853
Hunter Lab31.3468-17.63284.6523
CIE-Lab37.5287-25.87044.7154

#216350 color RGB value is (33,99,80).

#216350 hex color red value is 33, green value is 99 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #216350 hue: 0.45 , saturation: 0.50 and the lightness value of 216350 is 0.26.

The process color (four color CMYK) of #216350 color hex is 0.67, 0.00, 0.19, 0.61. Web safe color of #216350 is #336666. Color #216350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100011 01010000
Octal 41 143 120
Decimal 33 99 80
Hex 21 63 50

RGB Percentages of Color #216350

%15.57
%46.70
%37.74

CMYK Percentages of Color #216350

%67
%0
%19
%61

Triadic Colors of #216350

#216350 #502163 #635021

Analogous Colors of #216350

#216350 #215563 #21632f

Monochromatic Colors of #216350

#216350

Complementary Color

#216350 #632134

#216350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216350 Color CSS Codes

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

#216350 Text Font Color

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

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


#216350 Background Color

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

This div background color is #216350


#216350 Border Color

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

This div border color is #216350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216350


Comments

No comments written yet.

Please login to write comment.