Color Hex Logo

#21513c Color Hex

#21513C
(33,81,60)
0 Favorites   0 Comments

Color spaces of #21513c

RGB 338160
HSL0.430.420.22
HSV154°59°32°
CMYK 0.590.000.26   0.68
XYZ4.38526.53445.3051
Yxy6.53440.27030.4027
Hunter Lab25.5625-14.11295.5890
CIE-Lab30.7226-22.06007.5082

#21513c color RGB value is (33,81,60).

#21513c hex color red value is 33, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #21513c hue: 0.43 , saturation: 0.42 and the lightness value of 21513c is 0.22.

The process color (four color CMYK) of #21513c color hex is 0.59, 0.00, 0.26, 0.68. Web safe color of #21513c is #336633. Color #21513c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010001 00111100
Octal 41 121 74
Decimal 33 81 60
Hex 21 51 3C

RGB Percentages of Color #21513c

%18.97
%46.55
%34.48

CMYK Percentages of Color #21513c

%59
%0
%26
%68

Triadic Colors of #21513c

#21513c #3c2151 #513c21

Analogous Colors of #21513c

#21513c #214e51 #215124

Monochromatic Colors of #21513c

#21513c

Complementary Color

#21513c #512136

#21513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#21513c Color CSS Codes

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

#21513c Text Font Color

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

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


#21513c Background Color

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

This div background color is #21513c


#21513c Border Color

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

This div border color is #21513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21513c


Comments

No comments written yet.

Please login to write comment.