Color Hex Logo

#213513 Color Hex

#213513
(33,53,19)
0 Favorites   0 Comments

Color spaces of #213513

RGB 335319
HSL0.260.470.14
HSV95°64°21°
CMYK 0.380.000.64   0.79
XYZ2.01782.91661.0727
Yxy2.91660.33590.4855
Hunter Lab17.0781-8.79658.2305
CIE-Lab19.7067-15.461518.6885

#213513 color RGB value is (33,53,19).

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

The process color (four color CMYK) of #213513 color hex is 0.38, 0.00, 0.64, 0.79. Web safe color of #213513 is #333300. Color #213513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110101 00010011
Octal 41 65 23
Decimal 33 53 19
Hex 21 35 13

RGB Percentages of Color #213513

%31.43
%50.48
%18.10

CMYK Percentages of Color #213513

%38
%0
%64
%79

Triadic Colors of #213513

#213513 #132135 #351321

Analogous Colors of #213513

#213513 #133516 #323513

Monochromatic Colors of #213513

#213513

Complementary Color

#213513 #271335

#213513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213513 Color CSS Codes

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

#213513 Text Font Color

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

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


#213513 Background Color

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

This div background color is #213513


#213513 Border Color

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

This div border color is #213513


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,53,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 #213513">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213513


Comments

No comments written yet.

Please login to write comment.