Color Hex Logo

#33532e Color Hex

#33532E
(51,83,46)
0 Favorites   0 Comments

Color spaces of #33532e

RGB 518346
HSL0.310.290.25
HSV112°45°33°
CMYK 0.390.000.45   0.67
XYZ4.95167.08763.6918
Yxy7.08760.31480.4505
Hunter Lab26.6225-13.389810.4139
CIE-Lab32.0055-20.179618.0356

#33532e color RGB value is (51,83,46).

#33532e hex color red value is 51, green value is 83 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #33532e hue: 0.31 , saturation: 0.29 and the lightness value of 33532e is 0.25.

The process color (four color CMYK) of #33532e color hex is 0.39, 0.00, 0.45, 0.67. Web safe color of #33532e is #336633. Color #33532e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010011 00101110
Octal 63 123 56
Decimal 51 83 46
Hex 33 53 2E

RGB Percentages of Color #33532e

%28.33
%46.11
%25.56

CMYK Percentages of Color #33532e

%39
%0
%45
%67

Triadic Colors of #33532e

#33532e #2e3353 #532e33

Analogous Colors of #33532e

#33532e #2e533c #46532e

Monochromatic Colors of #33532e

#33532e

Complementary Color

#33532e #4e2e53

#33532e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33532e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33532e Color CSS Codes

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

#33532e Text Font Color

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

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


#33532e Background Color

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

This div background color is #33532e


#33532e Border Color

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

This div border color is #33532e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33532e


Comments

No comments written yet.

Please login to write comment.