Color Hex Logo

#35575d Color Hex

#35575D
(53,87,93)
0 Favorites   0 Comments

Color spaces of #35575d

RGB 538793
HSL0.530.270.29
HSV189°43°36°
CMYK 0.430.060.00   0.64
XYZ6.85228.363611.6091
Yxy8.36360.25540.3118
Hunter Lab28.9199-8.3165-3.5564
CIE-Lab34.7289-10.5615-7.3730

#35575d color RGB value is (53,87,93).

#35575d hex color red value is 53, green value is 87 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #35575d hue: 0.53 , saturation: 0.27 and the lightness value of 35575d is 0.29.

The process color (four color CMYK) of #35575d color hex is 0.43, 0.06, 0.00, 0.64. Web safe color of #35575d is #336666. Color #35575d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010111 01011101
Octal 65 127 135
Decimal 53 87 93
Hex 35 57 5D

RGB Percentages of Color #35575d

%22.75
%37.34
%39.91

CMYK Percentages of Color #35575d

%43
%6
%0
%64

Triadic Colors of #35575d

#35575d #5d3557 #575d35

Analogous Colors of #35575d

#35575d #35435d #355d4f

Monochromatic Colors of #35575d

#35575d

Complementary Color

#35575d #5d3b35

#35575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35575d Color CSS Codes

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

#35575d Text Font Color

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

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


#35575d Background Color

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

This div background color is #35575d


#35575d Border Color

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

This div border color is #35575d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,87,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35575d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35575d;
  -webkit-box-shadow: 1px 1px 3px 2px #35575d;
  box-shadow:         1px 1px 3px 2px #35575d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35575d


Comments

No comments written yet.

Please login to write comment.