Color Hex Logo

#224746 Color Hex

#224746
(34,71,70)
0 Favorites   0 Comments

Color spaces of #224746

RGB 347170
HSL0.500.350.21
HSV178°52°28°
CMYK 0.520.000.01   0.72
XYZ4.01845.28886.6034
Yxy5.28880.25260.3324
Hunter Lab22.9974-9.0556-0.9262
CIE-Lab27.5422-13.4979-3.5049

#224746 color RGB value is (34,71,70).

#224746 hex color red value is 34, green value is 71 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #224746 hue: 0.50 , saturation: 0.35 and the lightness value of 224746 is 0.21.

The process color (four color CMYK) of #224746 color hex is 0.52, 0.00, 0.01, 0.72. Web safe color of #224746 is #333333. Color #224746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000111 01000110
Octal 42 107 106
Decimal 34 71 70
Hex 22 47 46

RGB Percentages of Color #224746

%19.43
%40.57
%40.00

CMYK Percentages of Color #224746

%52
%0
%1
%72

Triadic Colors of #224746

#224746 #462247 #474622

Analogous Colors of #224746

#224746 #223647 #224734

Monochromatic Colors of #224746

#224746

Complementary Color

#224746 #472223

#224746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224746 Color CSS Codes

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

#224746 Text Font Color

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

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


#224746 Background Color

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

This div background color is #224746


#224746 Border Color

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

This div border color is #224746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224746


Comments

No comments written yet.

Please login to write comment.