Color Hex Logo

#224010 Color Hex

#224010
(34,64,16)
0 Favorites   0 Comments

Color spaces of #224010

RGB 346416
HSL0.270.600.16
HSV98°75°25°
CMYK 0.470.000.75   0.75
XYZ2.58664.04431.1345
Yxy4.04430.33310.5208
Hunter Lab20.1104-12.234710.7326
CIE-Lab23.8174-21.231524.9677

#224010 color RGB value is (34,64,16).

#224010 hex color red value is 34, green value is 64 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #224010 hue: 0.27 , saturation: 0.60 and the lightness value of 224010 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000000 00010000
Octal 42 100 20
Decimal 34 64 16
Hex 22 40 10

RGB Percentages of Color #224010

%29.82
%56.14
%14.04

CMYK Percentages of Color #224010

%47
%0
%75
%75

Triadic Colors of #224010

#224010 #102240 #401022

Analogous Colors of #224010

#224010 #104016 #3a4010

Monochromatic Colors of #224010

#224010

Complementary Color

#224010 #2e1040

#224010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224010 Color CSS Codes

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

#224010 Text Font Color

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

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


#224010 Background Color

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

This div background color is #224010


#224010 Border Color

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

This div border color is #224010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224010


Comments

No comments written yet.

Please login to write comment.