Color Hex Logo

#35373e Color Hex

#35373E
(53,55,62)
0 Favorites   0 Comments

Color spaces of #35373e

RGB 535562
HSL0.630.080.23
HSV227°15°24°
CMYK 0.150.110.00   0.76
XYZ3.70393.83715.1028
Yxy3.83710.29290.3035
Hunter Lab19.5885-0.5282-1.7331
CIE-Lab23.12540.8718-4.6497

#35373e color RGB value is (53,55,62).

#35373e hex color red value is 53, green value is 55 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #35373e hue: 0.63 , saturation: 0.08 and the lightness value of 35373e is 0.23.

The process color (four color CMYK) of #35373e color hex is 0.15, 0.11, 0.00, 0.76. Web safe color of #35373e is #333333. Color #35373e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 00111110
Octal 65 67 76
Decimal 53 55 62
Hex 35 37 3E

RGB Percentages of Color #35373e

%31.18
%32.35
%36.47

CMYK Percentages of Color #35373e

%15
%11
%0
%76

Triadic Colors of #35373e

#35373e #3e3537 #373e35

Analogous Colors of #35373e

#35373e #38353e #353c3e

Monochromatic Colors of #35373e

#35373e

Complementary Color

#35373e #3e3c35

#35373e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35373e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35373e Color CSS Codes

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

#35373e Text Font Color

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

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


#35373e Background Color

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

This div background color is #35373e


#35373e Border Color

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

This div border color is #35373e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35373e

#35373e Color Palettes


Comments

No comments written yet.

Please login to write comment.