Color Hex Logo

#213021 Color Hex

#213021
(33,48,33)
0 Favorites   0 Comments

Color spaces of #213021

RGB 334833
HSL0.330.190.16
HSV120°31°19°
CMYK 0.310.000.31   0.81
XYZ1.95872.54701.8272
Yxy2.54700.30930.4022
Hunter Lab15.9593-6.02144.3834
CIE-Lab18.1298-10.02967.6404

#213021 color RGB value is (33,48,33).

#213021 hex color red value is 33, green value is 48 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #213021 hue: 0.33 , saturation: 0.19 and the lightness value of 213021 is 0.16.

The process color (four color CMYK) of #213021 color hex is 0.31, 0.00, 0.31, 0.81. Web safe color of #213021 is #333333. Color #213021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110000 00100001
Octal 41 60 41
Decimal 33 48 33
Hex 21 30 21

RGB Percentages of Color #213021

%28.95
%42.11
%28.95

CMYK Percentages of Color #213021

%31
%0
%31
%81

Triadic Colors of #213021

#213021 #212130 #302121

Analogous Colors of #213021

#213021 #213029 #293021

Monochromatic Colors of #213021

#213021

Complementary Color

#213021 #302130

#213021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213021 Color CSS Codes

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

#213021 Text Font Color

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

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


#213021 Background Color

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

This div background color is #213021


#213021 Border Color

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

This div border color is #213021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213021


Comments

No comments written yet.

Please login to write comment.