Color Hex Logo

#35393a Color Hex

#35393A
(53,57,58)
0 Favorites   0 Comments

Color spaces of #35393a

RGB 535758
HSL0.530.050.22
HSV192°23°
CMYK 0.090.020.00   0.77
XYZ3.69503.98864.5781
Yxy3.98860.30130.3253
Hunter Lab19.9715-1.92510.3889
CIE-Lab23.6337-1.4550-1.2119

#35393a color RGB value is (53,57,58).

#35393a hex color red value is 53, green value is 57 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #35393a hue: 0.53 , saturation: 0.05 and the lightness value of 35393a is 0.22.

The process color (four color CMYK) of #35393a color hex is 0.09, 0.02, 0.00, 0.77. Web safe color of #35393a is #333333. Color #35393a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111001 00111010
Octal 65 71 72
Decimal 53 57 58
Hex 35 39 3A

RGB Percentages of Color #35393a

%31.55
%33.93
%34.52

CMYK Percentages of Color #35393a

%9
%2
%0
%77

Triadic Colors of #35393a

#35393a #3a3539 #393a35

Analogous Colors of #35393a

#35393a #35373a #353a39

Monochromatic Colors of #35393a

#35393a

Complementary Color

#35393a #3a3635

#35393a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35393a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35393a Color CSS Codes

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

#35393a Text Font Color

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

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


#35393a Background Color

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

This div background color is #35393a


#35393a Border Color

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

This div border color is #35393a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35393a

#35393a Color Palettes


Comments

No comments written yet.

Please login to write comment.