Color Hex Logo

#21742c Color Hex

#21742C
(33,116,44)
0 Favorites   0 Comments

Color spaces of #21742c

RGB 3311644
HSL0.360.560.29
HSV128°72°45°
CMYK 0.720.000.62   0.55
XYZ7.327212.99604.5052
Yxy12.99600.29510.5234
Hunter Lab36.0500-26.807117.8254
CIE-Lab42.7572-40.464732.1307

#21742c color RGB value is (33,116,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110100 00101100
Octal 41 164 54
Decimal 33 116 44
Hex 21 74 2C

RGB Percentages of Color #21742c

%17.10
%60.10
%22.80

CMYK Percentages of Color #21742c

%72
%0
%62
%55

Triadic Colors of #21742c

#21742c #2c2174 #742c21

Analogous Colors of #21742c

#21742c #217456 #407421

Monochromatic Colors of #21742c

#21742c

Complementary Color

#21742c #742169

#21742c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21742c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21742c Color CSS Codes

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

#21742c Text Font Color

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

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


#21742c Background Color

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

This div background color is #21742c


#21742c Border Color

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

This div border color is #21742c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21742c


Comments

No comments written yet.

Please login to write comment.