Color Hex Logo

#35605f Color Hex

#35605F
(53,96,95)
0 Favorites   0 Comments

Color spaces of #35605f

RGB 539695
HSL0.500.290.29
HSV179°45°38°
CMYK 0.450.000.01   0.62
XYZ7.71669.948812.3401
Yxy9.94880.25720.3316
Hunter Lab31.5417-11.5284-1.1169
CIE-Lab37.7504-15.1787-4.1137

#35605f color RGB value is (53,96,95).

#35605f hex color red value is 53, green value is 96 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #35605f hue: 0.50 , saturation: 0.29 and the lightness value of 35605f is 0.29.

The process color (four color CMYK) of #35605f color hex is 0.45, 0.00, 0.01, 0.62. Web safe color of #35605f is #336666. Color #35605f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100000 01011111
Octal 65 140 137
Decimal 53 96 95
Hex 35 60 5F

RGB Percentages of Color #35605f

%21.72
%39.34
%38.93

CMYK Percentages of Color #35605f

%45
%0
%1
%62

Triadic Colors of #35605f

#35605f #5f3560 #605f35

Analogous Colors of #35605f

#35605f #354c60 #35604a

Monochromatic Colors of #35605f

#35605f

Complementary Color

#35605f #603536

#35605f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35605f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35605f Color CSS Codes

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

#35605f Text Font Color

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

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


#35605f Background Color

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

This div background color is #35605f


#35605f Border Color

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

This div border color is #35605f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,96,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35605f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35605f;
  -webkit-box-shadow: 1px 1px 3px 2px #35605f;
  box-shadow:         1px 1px 3px 2px #35605f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35605f

#35605f Color Palettes


Comments

No comments written yet.

Please login to write comment.