Color Hex Logo

#214d4a Color Hex

#214D4A
(33,77,74)
1 Favorites   0 Comments

Color spaces of #214d4a

RGB 337774
HSL0.490.400.22
HSV176°57°30°
CMYK 0.570.000.04   0.70
XYZ4.51716.12557.4228
Yxy6.12550.25000.3391
Hunter Lab24.7497-10.7339-0.4571
CIE-Lab29.7269-15.9882-2.8625

#214d4a color RGB value is (33,77,74).

#214d4a hex color red value is 33, green value is 77 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #214d4a hue: 0.49 , saturation: 0.40 and the lightness value of 214d4a is 0.22.

The process color (four color CMYK) of #214d4a color hex is 0.57, 0.00, 0.04, 0.70. Web safe color of #214d4a is #336633. Color #214d4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001101 01001010
Octal 41 115 112
Decimal 33 77 74
Hex 21 4D 4A

RGB Percentages of Color #214d4a

%17.93
%41.85
%40.22

CMYK Percentages of Color #214d4a

%57
%0
%4
%70

Triadic Colors of #214d4a

#214d4a #4a214d #4d4a21

Analogous Colors of #214d4a

#214d4a #213a4d #214d34

Monochromatic Colors of #214d4a

#214d4a

Complementary Color

#214d4a #4d2124

#214d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#214d4a Color CSS Codes

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

#214d4a Text Font Color

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

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


#214d4a Background Color

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

This div background color is #214d4a


#214d4a Border Color

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

This div border color is #214d4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,77,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214d4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214d4a;
  -webkit-box-shadow: 1px 1px 3px 2px #214d4a;
  box-shadow:         1px 1px 3px 2px #214d4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214d4a


Comments

No comments written yet.

Please login to write comment.