Color Hex Logo

#33532a Color Hex

#33532A
(51,83,42)
0 Favorites   0 Comments

Color spaces of #33532a

RGB 518342
HSL0.300.330.25
HSV107°49°33°
CMYK 0.390.000.49   0.67
XYZ4.87647.05753.2957
Yxy7.05750.32020.4634
Hunter Lab26.5660-13.725311.2408
CIE-Lab31.9375-20.836420.3214

#33532a color RGB value is (51,83,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010011 00101010
Octal 63 123 52
Decimal 51 83 42
Hex 33 53 2A

RGB Percentages of Color #33532a

%28.98
%47.16
%23.86

CMYK Percentages of Color #33532a

%39
%0
%49
%67

Triadic Colors of #33532a

#33532a #2a3353 #532a33

Analogous Colors of #33532a

#33532a #2a5336 #48532a

Monochromatic Colors of #33532a

#33532a

Complementary Color

#33532a #4a2a53

#33532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#33532a Color CSS Codes

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

#33532a Text Font Color

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

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


#33532a Background Color

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

This div background color is #33532a


#33532a Border Color

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

This div border color is #33532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33532a


Comments

No comments written yet.

Please login to write comment.