Color Hex Logo

#224d4f Color Hex

#224D4F
(34,77,79)
0 Favorites   0 Comments

Color spaces of #224d4f

RGB 347779
HSL0.510.400.22
HSV183°57°31°
CMYK 0.570.030.00   0.69
XYZ4.72486.21238.3472
Yxy6.21230.24500.3221
Hunter Lab24.9245-9.7806-2.4091
CIE-Lab29.9419-14.1804-5.7516

#224d4f color RGB value is (34,77,79).

#224d4f hex color red value is 34, green value is 77 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #224d4f hue: 0.51 , saturation: 0.40 and the lightness value of 224d4f is 0.22.

The process color (four color CMYK) of #224d4f color hex is 0.57, 0.03, 0.00, 0.69. Web safe color of #224d4f is #336666. Color #224d4f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 01001111
Octal 42 115 117
Decimal 34 77 79
Hex 22 4D 4F

RGB Percentages of Color #224d4f

%17.89
%40.53
%41.58

CMYK Percentages of Color #224d4f

%57
%3
%0
%69

Triadic Colors of #224d4f

#224d4f #4f224d #4d4f22

Analogous Colors of #224d4f

#224d4f #22374f #224f3b

Monochromatic Colors of #224d4f

#224d4f

Complementary Color

#224d4f #4f2422

#224d4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224d4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#224d4f Color CSS Codes

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

#224d4f Text Font Color

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

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


#224d4f Background Color

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

This div background color is #224d4f


#224d4f Border Color

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

This div border color is #224d4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,77,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224d4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224d4f;
  -webkit-box-shadow: 1px 1px 3px 2px #224d4f;
  box-shadow:         1px 1px 3px 2px #224d4f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224d4f


Comments

No comments written yet.

Please login to write comment.