Color Hex Logo

#33533b Color Hex

#33533B
(51,83,59)
0 Favorites   0 Comments

Color spaces of #33533b

RGB 518359
HSL0.380.240.26
HSV135°39°33°
CMYK 0.390.000.29   0.67
XYZ5.24797.20615.2520
Yxy7.20610.29640.4070
Hunter Lab26.8442-12.08157.1910
CIE-Lab32.2716-17.673510.4235

#33533b color RGB value is (51,83,59).

#33533b hex color red value is 51, green value is 83 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #33533b hue: 0.38 , saturation: 0.24 and the lightness value of 33533b is 0.26.

The process color (four color CMYK) of #33533b color hex is 0.39, 0.00, 0.29, 0.67. Web safe color of #33533b is #336633. Color #33533b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010011 00111011
Octal 63 123 73
Decimal 51 83 59
Hex 33 53 3B

RGB Percentages of Color #33533b

%26.42
%43.01
%30.57

CMYK Percentages of Color #33533b

%39
%0
%29
%67

Triadic Colors of #33533b

#33533b #3b3353 #533b33

Analogous Colors of #33533b

#33533b #33534b #3b5333

Monochromatic Colors of #33533b

#33533b

Complementary Color

#33533b #53334b

#33533b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33533b Color Preview on White Background

Lorem ipsum dolor sit amet.

#33533b Color CSS Codes

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

#33533b Text Font Color

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

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


#33533b Background Color

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

This div background color is #33533b


#33533b Border Color

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

This div border color is #33533b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33533b


Comments

No comments written yet.

Please login to write comment.