Color Hex Logo

#217761 Color Hex

#217761
(33,119,97)
0 Favorites   0 Comments

Color spaces of #217761

RGB 3311997
HSL0.460.570.30
HSV165°72°47°
CMYK 0.720.000.18   0.53
XYZ9.381714.380113.5904
Yxy14.38010.25120.3850
Hunter Lab37.9211-22.20095.2961
CIE-Lab44.7732-30.87944.8303

#217761 color RGB value is (33,119,97).

#217761 hex color red value is 33, green value is 119 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #217761 hue: 0.46 , saturation: 0.57 and the lightness value of 217761 is 0.30.

The process color (four color CMYK) of #217761 color hex is 0.72, 0.00, 0.18, 0.53. Web safe color of #217761 is #336666. Color #217761 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110111 01100001
Octal 41 167 141
Decimal 33 119 97
Hex 21 77 61

RGB Percentages of Color #217761

%13.25
%47.79
%38.96

CMYK Percentages of Color #217761

%72
%0
%18
%53

Triadic Colors of #217761

#217761 #612177 #776121

Analogous Colors of #217761

#217761 #216277 #217736

Monochromatic Colors of #217761

#217761

Complementary Color

#217761 #772137

#217761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217761 Color CSS Codes

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

#217761 Text Font Color

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

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


#217761 Background Color

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

This div background color is #217761


#217761 Border Color

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

This div border color is #217761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217761


Comments

No comments written yet.

Please login to write comment.