Color Hex Logo

#216347 Color Hex

#216347
(33,99,71)
0 Favorites   0 Comments

Color spaces of #216347

RGB 339971
HSL0.430.500.26
HSV155°67°39°
CMYK 0.670.000.28   0.61
XYZ6.22649.70197.5057
Yxy9.70190.26570.4140
Hunter Lab31.1479-18.82707.5164
CIE-Lab37.3020-28.19079.8950

#216347 color RGB value is (33,99,71).

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

The process color (four color CMYK) of #216347 color hex is 0.67, 0.00, 0.28, 0.61. Web safe color of #216347 is #336633. Color #216347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01100011 01000111
Octal 41 143 107
Decimal 33 99 71
Hex 21 63 47

RGB Percentages of Color #216347

%16.26
%48.77
%34.98

CMYK Percentages of Color #216347

%67
%0
%28
%61

Triadic Colors of #216347

#216347 #472163 #634721

Analogous Colors of #216347

#216347 #215e63 #216326

Monochromatic Colors of #216347

#216347

Complementary Color

#216347 #63213d

#216347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#216347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#216347 Color CSS Codes

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

#216347 Text Font Color

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

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


#216347 Background Color

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

This div background color is #216347


#216347 Border Color

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

This div border color is #216347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #216347


Comments

No comments written yet.

Please login to write comment.