Color Hex Logo

#33212e Color Hex

#33212E
(51,33,46)
0 Favorites   0 Comments

Color spaces of #33212e

RGB 513346
HSL0.880.210.16
HSV317°35°20°
CMYK 0.000.350.10   0.80
XYZ2.40221.98882.8420
Yxy1.98880.33210.2750
Hunter Lab14.10255.7261-2.0767
CIE-Lab15.428411.2656-5.1400

#33212e color RGB value is (51,33,46).

#33212e hex color red value is 51, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #33212e hue: 0.88 , saturation: 0.21 and the lightness value of 33212e is 0.16.

The process color (four color CMYK) of #33212e color hex is 0.00, 0.35, 0.10, 0.80. Web safe color of #33212e is #333333. Color #33212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100001 00101110
Octal 63 41 56
Decimal 51 33 46
Hex 33 21 2E

RGB Percentages of Color #33212e

%39.23
%25.38
%35.38

CMYK Percentages of Color #33212e

%0
%35
%10
%80

Triadic Colors of #33212e

#33212e #2e3321 #212e33

Analogous Colors of #33212e

#33212e #332125 #2f2133

Monochromatic Colors of #33212e

#33212e

Complementary Color

#33212e #213326

#33212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33212e Color CSS Codes

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

#33212e Text Font Color

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

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


#33212e Background Color

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

This div background color is #33212e


#33212e Border Color

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

This div border color is #33212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33212e


Comments

No comments written yet.

Please login to write comment.