Color Hex Logo

#353a33 Color Hex

#353A33
(53,58,51)
0 Favorites   0 Comments

Color spaces of #353a33

RGB 535851
HSL0.290.060.21
HSV103°12°23°
CMYK 0.090.000.12   0.77
XYZ3.57884.02203.7197
Yxy4.02200.31610.3553
Hunter Lab20.0549-3.24283.0416
CIE-Lab23.7440-3.72513.6290

#353a33 color RGB value is (53,58,51).

#353a33 hex color red value is 53, green value is 58 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #353a33 hue: 0.29 , saturation: 0.06 and the lightness value of 353a33 is 0.21.

The process color (four color CMYK) of #353a33 color hex is 0.09, 0.00, 0.12, 0.77. Web safe color of #353a33 is #333333. Color #353a33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 00110011
Octal 65 72 63
Decimal 53 58 51
Hex 35 3A 33

RGB Percentages of Color #353a33

%32.72
%35.80
%31.48

CMYK Percentages of Color #353a33

%9
%0
%12
%77

Triadic Colors of #353a33

#353a33 #33353a #3a3335

Analogous Colors of #353a33

#353a33 #333a35 #393a33

Monochromatic Colors of #353a33

#353a33

Complementary Color

#353a33 #38333a

#353a33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353a33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353a33 Color CSS Codes

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

#353a33 Text Font Color

<p style="color:#353a33">Text here</p>

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


#353a33 Background Color

<div style="background-color:#353a33">
Div content here</div>

This div background color is #353a33


#353a33 Border Color

<div style="border:3px solid #353a33">
Div here</div>

This div border color is #353a33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353a33

#353a33 Color Palettes


Comments

No comments written yet.

Please login to write comment.