Color Hex Logo

#33521e Color Hex

#33521E
(51,82,30)
0 Favorites   0 Comments

Color spaces of #33521e

RGB 518230
HSL0.270.460.22
HSV96°63°32°
CMYK 0.380.000.63   0.68
XYZ4.61696.83212.3037
Yxy6.83210.33570.4968
Hunter Lab26.1383-14.212913.0713
CIE-Lab31.4216-21.968726.4452

#33521e color RGB value is (51,82,30).

#33521e hex color red value is 51, green value is 82 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #33521e hue: 0.27 , saturation: 0.46 and the lightness value of 33521e is 0.22.

The process color (four color CMYK) of #33521e color hex is 0.38, 0.00, 0.63, 0.68. Web safe color of #33521e is #336633. Color #33521e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010010 00011110
Octal 63 122 36
Decimal 51 82 30
Hex 33 52 1E

RGB Percentages of Color #33521e

%31.29
%50.31
%18.40

CMYK Percentages of Color #33521e

%38
%0
%63
%68

Triadic Colors of #33521e

#33521e #1e3352 #521e33

Analogous Colors of #33521e

#33521e #1e5223 #4d521e

Monochromatic Colors of #33521e

#33521e

Complementary Color

#33521e #3d1e52

#33521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33521e Color CSS Codes

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

#33521e Text Font Color

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

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


#33521e Background Color

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

This div background color is #33521e


#33521e Border Color

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

This div border color is #33521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33521e


Comments

No comments written yet.

Please login to write comment.