Color Hex Logo

#217641 Color Hex

#217641
(33,118,65)
0 Favorites   0 Comments

Color spaces of #217641

RGB 3311865
HSL0.400.560.30
HSV143°72°46°
CMYK 0.720.000.45   0.54
XYZ8.059813.66197.2132
Yxy13.66190.27850.4722
Hunter Lab36.9620-25.760514.3029
CIE-Lab43.7441-37.850422.0815

#217641 color RGB value is (33,118,65).

#217641 hex color red value is 33, green value is 118 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #217641 hue: 0.40 , saturation: 0.56 and the lightness value of 217641 is 0.30.

The process color (four color CMYK) of #217641 color hex is 0.72, 0.00, 0.45, 0.54. Web safe color of #217641 is #336633. Color #217641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110110 01000001
Octal 41 166 101
Decimal 33 118 65
Hex 21 76 41

RGB Percentages of Color #217641

%15.28
%54.63
%30.09

CMYK Percentages of Color #217641

%72
%0
%45
%54

Triadic Colors of #217641

#217641 #412176 #764121

Analogous Colors of #217641

#217641 #21766c #2c7621

Monochromatic Colors of #217641

#217641

Complementary Color

#217641 #762156

#217641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217641 Color CSS Codes

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

#217641 Text Font Color

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

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


#217641 Background Color

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

This div background color is #217641


#217641 Border Color

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

This div border color is #217641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,118,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 #217641">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217641


Comments

No comments written yet.

Please login to write comment.