Color Hex Logo

#352030 Color Hex

#352030
(53,32,48)
0 Favorites   0 Comments

Color spaces of #352030

RGB 533248
HSL0.870.250.17
HSV314°40°21°
CMYK 0.000.400.09   0.79
XYZ2.51822.00333.0503
Yxy2.00330.33260.2646
Hunter Lab14.15386.9890-2.8700
CIE-Lab15.504613.2621-6.4240

#352030 color RGB value is (53,32,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100000 00110000
Octal 65 40 60
Decimal 53 32 48
Hex 35 20 30

RGB Percentages of Color #352030

%39.85
%24.06
%36.09

CMYK Percentages of Color #352030

%0
%40
%9
%79

Triadic Colors of #352030

#352030 #303520 #203035

Analogous Colors of #352030

#352030 #352026 #302035

Monochromatic Colors of #352030

#352030

Complementary Color

#352030 #203525

#352030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352030 Color CSS Codes

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

#352030 Text Font Color

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

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


#352030 Background Color

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

This div background color is #352030


#352030 Border Color

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

This div border color is #352030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352030


Comments

No comments written yet.

Please login to write comment.