Color Hex Logo

#33352e Color Hex

#33352E
(51,53,46)
0 Favorites   0 Comments

Color spaces of #33352e

RGB 515346
HSL0.210.070.19
HSV77°13°21°
CMYK 0.040.000.13   0.79
XYZ3.13153.44733.0851
Yxy3.44730.32400.3567
Hunter Lab18.5669-2.38623.1451
CIE-Lab21.7530-2.43774.1189

#33352e color RGB value is (51,53,46).

#33352e hex color red value is 51, green value is 53 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #33352e hue: 0.21 , saturation: 0.07 and the lightness value of 33352e is 0.19.

The process color (four color CMYK) of #33352e color hex is 0.04, 0.00, 0.13, 0.79. Web safe color of #33352e is #333333. Color #33352e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110101 00101110
Octal 63 65 56
Decimal 51 53 46
Hex 33 35 2E

RGB Percentages of Color #33352e

%34.00
%35.33
%30.67

CMYK Percentages of Color #33352e

%4
%0
%13
%79

Triadic Colors of #33352e

#33352e #2e3335 #352e33

Analogous Colors of #33352e

#33352e #30352e #35342e

Monochromatic Colors of #33352e

#33352e

Complementary Color

#33352e #302e35

#33352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33352e Color CSS Codes

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

#33352e Text Font Color

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

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


#33352e Background Color

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

This div background color is #33352e


#33352e Border Color

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

This div border color is #33352e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,53,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 #33352e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33352e


Comments

No comments written yet.

Please login to write comment.