Color Hex Logo

#215344 Color Hex

#215344
(33,83,68)
0 Favorites   0 Comments

Color spaces of #215344

RGB 338368
HSL0.450.430.23
HSV162°60°33°
CMYK 0.600.000.18   0.67
XYZ4.76386.92726.5548
Yxy6.92720.26110.3797
Hunter Lab26.3196-13.75103.6577
CIE-Lab31.6406-20.99803.7545

#215344 color RGB value is (33,83,68).

#215344 hex color red value is 33, green value is 83 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #215344 hue: 0.45 , saturation: 0.43 and the lightness value of 215344 is 0.23.

The process color (four color CMYK) of #215344 color hex is 0.60, 0.00, 0.18, 0.67. Web safe color of #215344 is #336633. Color #215344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010011 01000100
Octal 41 123 104
Decimal 33 83 68
Hex 21 53 44

RGB Percentages of Color #215344

%17.93
%45.11
%36.96

CMYK Percentages of Color #215344

%60
%0
%18
%67

Triadic Colors of #215344

#215344 #442153 #534421

Analogous Colors of #215344

#215344 #214953 #21532b

Monochromatic Colors of #215344

#215344

Complementary Color

#215344 #532130

#215344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215344 Color CSS Codes

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

#215344 Text Font Color

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

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


#215344 Background Color

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

This div background color is #215344


#215344 Border Color

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

This div border color is #215344


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,83,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215344; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215344;
  -webkit-box-shadow: 1px 1px 3px 2px #215344;
  box-shadow:         1px 1px 3px 2px #215344; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215344


Comments

No comments written yet.

Please login to write comment.