Color Hex Logo

#224039 Color Hex

#224039
(34,64,57)
0 Favorites   0 Comments

Color spaces of #224039

RGB 346457
HSL0.460.310.19
HSV166°47°25°
CMYK 0.470.000.11   0.75
XYZ3.23164.30234.5310
Yxy4.30230.26790.3566
Hunter Lab20.7420-8.48821.5677
CIE-Lab24.6467-13.22050.7738

#224039 color RGB value is (34,64,57).

#224039 hex color red value is 34, green value is 64 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #224039 hue: 0.46 , saturation: 0.31 and the lightness value of 224039 is 0.19.

The process color (four color CMYK) of #224039 color hex is 0.47, 0.00, 0.11, 0.75. Web safe color of #224039 is #333333. Color #224039 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000000 00111001
Octal 42 100 71
Decimal 34 64 57
Hex 22 40 39

RGB Percentages of Color #224039

%21.94
%41.29
%36.77

CMYK Percentages of Color #224039

%47
%0
%11
%75

Triadic Colors of #224039

#224039 #392240 #403922

Analogous Colors of #224039

#224039 #223840 #22402a

Monochromatic Colors of #224039

#224039

Complementary Color

#224039 #402229

#224039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224039 Color CSS Codes

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

#224039 Text Font Color

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

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


#224039 Background Color

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

This div background color is #224039


#224039 Border Color

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

This div border color is #224039


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,64,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #224039; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #224039;
  -webkit-box-shadow: 1px 1px 3px 2px #224039;
  box-shadow:         1px 1px 3px 2px #224039; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224039

#224039 Color Palettes


Comments

No comments written yet.

Please login to write comment.