Color Hex Logo

#214241 Color Hex

#214241
(33,66,65)
0 Favorites   0 Comments

Color spaces of #214241

RGB 336665
HSL0.490.330.19
HSV178°50°26°
CMYK 0.500.000.02   0.74
XYZ3.52954.60145.7032
Yxy4.60140.25510.3326
Hunter Lab21.4509-8.1689-0.7480
CIE-Lab25.5676-12.3582-3.1630

#214241 color RGB value is (33,66,65).

#214241 hex color red value is 33, green value is 66 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #214241 hue: 0.49 , saturation: 0.33 and the lightness value of 214241 is 0.19.

The process color (four color CMYK) of #214241 color hex is 0.50, 0.00, 0.02, 0.74. Web safe color of #214241 is #333333. Color #214241 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000010 01000001
Octal 41 102 101
Decimal 33 66 65
Hex 21 42 41

RGB Percentages of Color #214241

%20.12
%40.24
%39.63

CMYK Percentages of Color #214241

%50
%0
%2
%74

Triadic Colors of #214241

#214241 #412142 #424121

Analogous Colors of #214241

#214241 #213342 #214231

Monochromatic Colors of #214241

#214241

Complementary Color

#214241 #422122

#214241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214241 Color CSS Codes

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

#214241 Text Font Color

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

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


#214241 Background Color

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

This div background color is #214241


#214241 Border Color

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

This div border color is #214241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214241


Comments

No comments written yet.

Please login to write comment.