Color Hex Logo

#224d13 Color Hex

#224D13
(34,77,19)
0 Favorites   0 Comments

Color spaces of #224d13

RGB 347719
HSL0.290.600.19
HSV104°75°30°
CMYK 0.560.000.75   0.70
XYZ3.43115.69491.5345
Yxy5.69490.32190.5342
Hunter Lab23.8640-16.097712.8923
CIE-Lab28.6293-27.120128.6376

#224d13 color RGB value is (34,77,19).

#224d13 hex color red value is 34, green value is 77 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #224d13 hue: 0.29 , saturation: 0.60 and the lightness value of 224d13 is 0.19.

The process color (four color CMYK) of #224d13 color hex is 0.56, 0.00, 0.75, 0.70. Web safe color of #224d13 is #336600. Color #224d13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001101 00010011
Octal 42 115 23
Decimal 34 77 19
Hex 22 4D 13

RGB Percentages of Color #224d13

%26.15
%59.23
%14.62

CMYK Percentages of Color #224d13

%56
%0
%75
%70

Triadic Colors of #224d13

#224d13 #13224d #4d1322

Analogous Colors of #224d13

#224d13 #134d21 #3f4d13

Monochromatic Colors of #224d13

#224d13

Complementary Color

#224d13 #3e134d

#224d13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224d13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224d13 Color CSS Codes

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

#224d13 Text Font Color

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

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


#224d13 Background Color

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

This div background color is #224d13


#224d13 Border Color

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

This div border color is #224d13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224d13


Comments

No comments written yet.

Please login to write comment.