Color Hex Logo

#213313 Color Hex

#213313
(33,51,19)
0 Favorites   0 Comments

Color spaces of #213313

RGB 335119
HSL0.260.460.14
HSV94°63°20°
CMYK 0.350.000.63   0.80
XYZ1.92862.73801.0429
Yxy2.73800.33780.4796
Hunter Lab16.5469-8.15237.8460
CIE-Lab18.9625-14.324417.8061

#213313 color RGB value is (33,51,19).

#213313 hex color red value is 33, green value is 51 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #213313 hue: 0.26 , saturation: 0.46 and the lightness value of 213313 is 0.14.

The process color (four color CMYK) of #213313 color hex is 0.35, 0.00, 0.63, 0.80. Web safe color of #213313 is #333300. Color #213313 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110011 00010011
Octal 41 63 23
Decimal 33 51 19
Hex 21 33 13

RGB Percentages of Color #213313

%32.04
%49.51
%18.45

CMYK Percentages of Color #213313

%35
%0
%63
%80

Triadic Colors of #213313

#213313 #132133 #331321

Analogous Colors of #213313

#213313 #133315 #313313

Monochromatic Colors of #213313

#213313

Complementary Color

#213313 #251333

#213313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213313 Color CSS Codes

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

#213313 Text Font Color

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

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


#213313 Background Color

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

This div background color is #213313


#213313 Border Color

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

This div border color is #213313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213313


Comments

No comments written yet.

Please login to write comment.