Color Hex Logo

#213509 Color Hex

#213509
(33,53,9)
0 Favorites   0 Comments

Color spaces of #213509

RGB 33539
HSL0.240.710.12
HSV87°83°21°
CMYK 0.380.000.83   0.79
XYZ1.94962.88930.7134
Yxy2.88930.35110.5204
Hunter Lab16.9979-9.27319.4102
CIE-Lab19.5950-16.557523.5804

#213509 color RGB value is (33,53,9).

#213509 hex color red value is 33, green value is 53 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #213509 hue: 0.24 , saturation: 0.71 and the lightness value of 213509 is 0.12.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 00110101 00001001
Octal 41 65 11
Decimal 33 53 9
Hex 21 35 9

RGB Percentages of Color #213509

%34.74
%55.79
%9.47

CMYK Percentages of Color #213509

%38
%0
%83
%79

Triadic Colors of #213509

#213509 #092135 #350921

Analogous Colors of #213509

#213509 #0b3509 #353309

Monochromatic Colors of #213509

#213509

Complementary Color

#213509 #1d0935

#213509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#213509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#213509 Color CSS Codes

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

#213509 Text Font Color

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

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


#213509 Background Color

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

This div background color is #213509


#213509 Border Color

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

This div border color is #213509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #213509


Comments

No comments written yet.

Please login to write comment.