Color Hex Logo

#215343 Color Hex

#215343
(33,83,67)
0 Favorites   0 Comments

Color spaces of #215343

RGB 338367
HSL0.450.430.23
HSV161°60°33°
CMYK 0.600.000.19   0.67
XYZ4.73366.91516.3955
Yxy6.91510.26230.3832
Hunter Lab26.2966-13.88753.9879
CIE-Lab31.6128-21.26884.3469

#215343 color RGB value is (33,83,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010011 01000011
Octal 41 123 103
Decimal 33 83 67
Hex 21 53 43

RGB Percentages of Color #215343

%18.03
%45.36
%36.61

CMYK Percentages of Color #215343

%60
%0
%19
%67

Triadic Colors of #215343

#215343 #432153 #534321

Analogous Colors of #215343

#215343 #214a53 #21532a

Monochromatic Colors of #215343

#215343

Complementary Color

#215343 #532131

#215343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215343 Color CSS Codes

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

#215343 Text Font Color

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

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


#215343 Background Color

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

This div background color is #215343


#215343 Border Color

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

This div border color is #215343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215343


Comments

No comments written yet.

Please login to write comment.