Color Hex Logo

#353641 Color Hex

#353641
(53,54,65)
0 Favorites   0 Comments

Color spaces of #353641

RGB 535465
HSL0.650.100.23
HSV235°18°25°
CMYK 0.180.170.00   0.75
XYZ3.74153.77695.5328
Yxy3.77690.28670.2894
Hunter Lab19.43420.3551-3.2755
CIE-Lab22.91972.3301-6.9754

#353641 color RGB value is (53,54,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110110 01000001
Octal 65 66 101
Decimal 53 54 65
Hex 35 36 41

RGB Percentages of Color #353641

%30.81
%31.40
%37.79

CMYK Percentages of Color #353641

%18
%17
%0
%75

Triadic Colors of #353641

#353641 #413536 #364135

Analogous Colors of #353641

#353641 #3a3541 #353c41

Monochromatic Colors of #353641

#353641

Complementary Color

#353641 #414035

#353641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353641 Color CSS Codes

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

#353641 Text Font Color

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

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


#353641 Background Color

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

This div background color is #353641


#353641 Border Color

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

This div border color is #353641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353641

#353641 Color Palettes


Comments

No comments written yet.

Please login to write comment.