Color Hex Logo

#21764a Color Hex

#21764A
(33,118,74)
0 Favorites   0 Comments

Color spaces of #21764a

RGB 3311874
HSL0.410.560.30
HSV149°72°46°
CMYK 0.720.000.37   0.54
XYZ8.341713.77468.6977
Yxy13.77460.27070.4470
Hunter Lab37.1141-24.830512.0853
CIE-Lab43.9079-36.024917.1548

#21764a color RGB value is (33,118,74).

#21764a hex color red value is 33, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #21764a hue: 0.41 , saturation: 0.56 and the lightness value of 21764a is 0.30.

The process color (four color CMYK) of #21764a color hex is 0.72, 0.00, 0.37, 0.54. Web safe color of #21764a is #336633. Color #21764a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01110110 01001010
Octal 41 166 112
Decimal 33 118 74
Hex 21 76 4A

RGB Percentages of Color #21764a

%14.67
%52.44
%32.89

CMYK Percentages of Color #21764a

%72
%0
%37
%54

Triadic Colors of #21764a

#21764a #4a2176 #764a21

Analogous Colors of #21764a

#21764a #217675 #237621

Monochromatic Colors of #21764a

#21764a

Complementary Color

#21764a #76214d

#21764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#21764a Color CSS Codes

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

#21764a Text Font Color

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

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


#21764a Background Color

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

This div background color is #21764a


#21764a Border Color

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

This div border color is #21764a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,118,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21764a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21764a;
  -webkit-box-shadow: 1px 1px 3px 2px #21764a;
  box-shadow:         1px 1px 3px 2px #21764a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21764a


Comments

No comments written yet.

Please login to write comment.