Color Hex Logo

#224343 Color Hex

#224343
(34,67,67)
0 Favorites   0 Comments

Color spaces of #224343

RGB 346767
HSL0.500.330.20
HSV180°49°26°
CMYK 0.490.000.00   0.74
XYZ3.68004.75966.0349
Yxy4.75960.25420.3288
Hunter Lab21.8165-8.0696-1.1293
CIE-Lab26.0386-12.0504-3.7744

#224343 color RGB value is (34,67,67).

#224343 hex color red value is 34, green value is 67 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #224343 hue: 0.50 , saturation: 0.33 and the lightness value of 224343 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000011 01000011
Octal 42 103 103
Decimal 34 67 67
Hex 22 43 43

RGB Percentages of Color #224343

%20.24
%39.88
%39.88

CMYK Percentages of Color #224343

%49
%0
%0
%74

Triadic Colors of #224343

#224343 #432243 #434322

Analogous Colors of #224343

#224343 #223343 #224333

Monochromatic Colors of #224343

#224343

Complementary Color

#224343 #432222

#224343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224343 Color CSS Codes

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

#224343 Text Font Color

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

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


#224343 Background Color

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

This div background color is #224343


#224343 Border Color

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

This div border color is #224343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224343


Comments

No comments written yet.

Please login to write comment.