Color Hex Logo

#21683e Color Hex

#21683E
(33,104,62)
0 Favorites   0 Comments

Color spaces of #21683e

RGB 3310462
HSL0.400.520.27
HSV145°68°41°
CMYK 0.680.000.40   0.59
XYZ6.447010.57186.2582
Yxy10.57180.27700.4542
Hunter Lab32.5143-21.506711.3482
CIE-Lab38.8497-32.509017.3846

#21683e color RGB value is (33,104,62).

#21683e hex color red value is 33, green value is 104 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #21683e hue: 0.40 , saturation: 0.52 and the lightness value of 21683e is 0.27.

The process color (four color CMYK) of #21683e color hex is 0.68, 0.00, 0.40, 0.59. Web safe color of #21683e is #336633. Color #21683e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01101000 00111110
Octal 41 150 76
Decimal 33 104 62
Hex 21 68 3E

RGB Percentages of Color #21683e

%16.58
%52.26
%31.16

CMYK Percentages of Color #21683e

%68
%0
%40
%59

Triadic Colors of #21683e

#21683e #3e2168 #683e21

Analogous Colors of #21683e

#21683e #216862 #286821

Monochromatic Colors of #21683e

#21683e

Complementary Color

#21683e #68214b

#21683e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21683e Color Preview on White Background

Lorem ipsum dolor sit amet.

#21683e Color CSS Codes

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

#21683e Text Font Color

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

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


#21683e Background Color

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

This div background color is #21683e


#21683e Border Color

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

This div border color is #21683e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21683e


Comments

No comments written yet.

Please login to write comment.