Color Hex Logo

#352941 Color Hex

#352941
(53,41,65)
0 Favorites   0 Comments

Color spaces of #352941

RGB 534165
HSL0.750.230.21
HSV270°37°25°
CMYK 0.180.370.00   0.75
XYZ3.21532.72445.3574
Yxy2.72440.28460.2412
Hunter Lab16.50585.8865-7.6902
CIE-Lab18.904511.2573-13.1070

#352941 color RGB value is (53,41,65).

#352941 hex color red value is 53, green value is 41 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #352941 hue: 0.75 , saturation: 0.23 and the lightness value of 352941 is 0.21.

The process color (four color CMYK) of #352941 color hex is 0.18, 0.37, 0.00, 0.75. Web safe color of #352941 is #333333. Color #352941 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101001 01000001
Octal 65 51 101
Decimal 53 41 65
Hex 35 29 41

RGB Percentages of Color #352941

%33.33
%25.79
%40.88

CMYK Percentages of Color #352941

%18
%37
%0
%75

Triadic Colors of #352941

#352941 #413529 #294135

Analogous Colors of #352941

#352941 #412941 #292941

Monochromatic Colors of #352941

#352941

Complementary Color

#352941 #354129

#352941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352941 Color CSS Codes

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

#352941 Text Font Color

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

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


#352941 Background Color

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

This div background color is #352941


#352941 Border Color

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

This div border color is #352941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352941


Comments

No comments written yet.

Please login to write comment.