Color Hex Logo

#21742e Color Hex

#21742E
(33,116,46)
0 Favorites   0 Comments

Color spaces of #21742e

RGB 3311646
HSL0.360.560.29
HSV129°72°45°
CMYK 0.720.000.60   0.55
XYZ7.365713.01144.7080
Yxy13.01140.29360.5187
Hunter Lab36.0713-26.675417.5114
CIE-Lab42.7804-40.192731.1480

#21742e color RGB value is (33,116,46).

#21742e hex color red value is 33, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #21742e hue: 0.36 , saturation: 0.56 and the lightness value of 21742e is 0.29.

The process color (four color CMYK) of #21742e color hex is 0.72, 0.00, 0.60, 0.55. Web safe color of #21742e is #336633. Color #21742e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110100 00101110
Octal 41 164 56
Decimal 33 116 46
Hex 21 74 2E

RGB Percentages of Color #21742e

%16.92
%59.49
%23.59

CMYK Percentages of Color #21742e

%72
%0
%60
%55

Triadic Colors of #21742e

#21742e #2e2174 #742e21

Analogous Colors of #21742e

#21742e #217458 #3e7421

Monochromatic Colors of #21742e

#21742e

Complementary Color

#21742e #742167

#21742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21742e Color CSS Codes

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

#21742e Text Font Color

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

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


#21742e Background Color

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

This div background color is #21742e


#21742e Border Color

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

This div border color is #21742e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,116,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21742e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21742e;
  -webkit-box-shadow: 1px 1px 3px 2px #21742e;
  box-shadow:         1px 1px 3px 2px #21742e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21742e


Comments

No comments written yet.

Please login to write comment.