Color Hex Logo

#353933 Color Hex

#353933
(53,57,51)
0 Favorites   0 Comments

Color spaces of #353933

RGB 535751
HSL0.280.060.21
HSV100°11°22°
CMYK 0.070.000.11   0.78
XYZ3.52893.92223.7030
Yxy3.92220.31640.3516
Hunter Lab19.8045-2.85172.7773
CIE-Lab23.4126-3.07883.1547

#353933 color RGB value is (53,57,51).

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

The process color (four color CMYK) of #353933 color hex is 0.07, 0.00, 0.11, 0.78. Web safe color of #353933 is #333333. Color #353933 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111001 00110011
Octal 65 71 63
Decimal 53 57 51
Hex 35 39 33

RGB Percentages of Color #353933

%32.92
%35.40
%31.68

CMYK Percentages of Color #353933

%7
%0
%11
%78

Triadic Colors of #353933

#353933 #333539 #393335

Analogous Colors of #353933

#353933 #333934 #383933

Monochromatic Colors of #353933

#353933

Complementary Color

#353933 #373339

#353933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353933 Color CSS Codes

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

#353933 Text Font Color

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

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


#353933 Background Color

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

This div background color is #353933


#353933 Border Color

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

This div border color is #353933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353933


Comments

No comments written yet.

Please login to write comment.