Color Hex Logo

#353530 Color Hex

#353530
(53,53,48)
0 Favorites   0 Comments

Color spaces of #353530

RGB 535348
HSL0.170.050.20
HSV60°21°
CMYK 0.000.000.09   0.79
XYZ3.27483.51653.3025
Yxy3.51650.32440.3484
Hunter Lab18.7523-1.64442.6850
CIE-Lab22.0039-1.11073.1518

#353530 color RGB value is (53,53,48).

#353530 hex color red value is 53, green value is 53 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #353530 hue: 0.17 , saturation: 0.05 and the lightness value of 353530 is 0.20.

The process color (four color CMYK) of #353530 color hex is 0.00, 0.00, 0.09, 0.79. Web safe color of #353530 is #333333. Color #353530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110101 00110000
Octal 65 65 60
Decimal 53 53 48
Hex 35 35 30

RGB Percentages of Color #353530

%34.42
%34.42
%31.17

CMYK Percentages of Color #353530

%0
%0
%9
%79

Triadic Colors of #353530

#353530 #303535 #353035

Analogous Colors of #353530

#353530 #333530 #353330

Monochromatic Colors of #353530

#353530

Complementary Color

#353530 #303035

#353530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353530 Color CSS Codes

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

#353530 Text Font Color

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

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


#353530 Background Color

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

This div background color is #353530


#353530 Border Color

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

This div border color is #353530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353530


Comments

No comments written yet.

Please login to write comment.