Color Hex Logo

#33213d Color Hex

#33213D
(51,33,61)
0 Favorites   0 Comments

Color spaces of #33213d

RGB 513361
HSL0.770.300.18
HSV279°46°24°
CMYK 0.160.460.00   0.76
XYZ2.75142.12844.6807
Yxy2.12840.28780.2226
Hunter Lab14.58908.1332-8.8101
CIE-Lab16.147114.9583-14.6355

#33213d color RGB value is (51,33,61).

#33213d hex color red value is 51, green value is 33 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #33213d hue: 0.77 , saturation: 0.30 and the lightness value of 33213d is 0.18.

The process color (four color CMYK) of #33213d color hex is 0.16, 0.46, 0.00, 0.76. Web safe color of #33213d is #333333. Color #33213d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100001 00111101
Octal 63 41 75
Decimal 51 33 61
Hex 33 21 3D

RGB Percentages of Color #33213d

%35.17
%22.76
%42.07

CMYK Percentages of Color #33213d

%16
%46
%0
%76

Triadic Colors of #33213d

#33213d #3d3321 #213d33

Analogous Colors of #33213d

#33213d #3d2139 #25213d

Monochromatic Colors of #33213d

#33213d

Complementary Color

#33213d #2b3d21

#33213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#33213d Color CSS Codes

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

#33213d Text Font Color

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

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


#33213d Background Color

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

This div background color is #33213d


#33213d Border Color

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

This div border color is #33213d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,33,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33213d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33213d;
  -webkit-box-shadow: 1px 1px 3px 2px #33213d;
  box-shadow:         1px 1px 3px 2px #33213d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33213d


Comments

No comments written yet.

Please login to write comment.