Color Hex Logo

#215e4c Color Hex

#215E4C
(33,94,76)
0 Favorites   0 Comments

Color spaces of #215e4c

RGB 339476
HSL0.450.480.25
HSV162°65°37°
CMYK 0.650.000.19   0.63
XYZ5.93448.85058.2330
Yxy8.85050.25780.3845
Hunter Lab29.7498-16.45554.4169
CIE-Lab35.6948-24.46474.5565

#215e4c color RGB value is (33,94,76).

#215e4c hex color red value is 33, green value is 94 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #215e4c hue: 0.45 , saturation: 0.48 and the lightness value of 215e4c is 0.25.

The process color (four color CMYK) of #215e4c color hex is 0.65, 0.00, 0.19, 0.63. Web safe color of #215e4c is #336633. Color #215e4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011110 01001100
Octal 41 136 114
Decimal 33 94 76
Hex 21 5E 4C

RGB Percentages of Color #215e4c

%16.26
%46.31
%37.44

CMYK Percentages of Color #215e4c

%65
%0
%19
%63

Triadic Colors of #215e4c

#215e4c #4c215e #5e4c21

Analogous Colors of #215e4c

#215e4c #21525e #215e2e

Monochromatic Colors of #215e4c

#215e4c

Complementary Color

#215e4c #5e2133

#215e4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215e4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#215e4c Color CSS Codes

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

#215e4c Text Font Color

<p style="color:#215e4c">Text here</p>

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


#215e4c Background Color

<div style="background-color:#215e4c">
Div content here</div>

This div background color is #215e4c


#215e4c Border Color

<div style="border:3px solid #215e4c">
Div here</div>

This div border color is #215e4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,94,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215e4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215e4c;
  -webkit-box-shadow: 1px 1px 3px 2px #215e4c;
  box-shadow:         1px 1px 3px 2px #215e4c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215e4c


Comments

No comments written yet.

Please login to write comment.