Color Hex Logo

#35563c Color Hex

#35563C
(53,86,60)
0 Favorites   0 Comments

Color spaces of #35563c

RGB 538660
HSL0.370.240.27
HSV133°38°34°
CMYK 0.380.000.30   0.66
XYZ5.61167.73875.4729
Yxy7.73870.29810.4111
Hunter Lab27.8185-12.67517.8085
CIE-Lab33.4327-18.377711.4186

#35563c color RGB value is (53,86,60).

#35563c hex color red value is 53, green value is 86 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #35563c hue: 0.37 , saturation: 0.24 and the lightness value of 35563c is 0.27.

The process color (four color CMYK) of #35563c color hex is 0.38, 0.00, 0.30, 0.66. Web safe color of #35563c is #336633. Color #35563c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 00111100
Octal 65 126 74
Decimal 53 86 60
Hex 35 56 3C

RGB Percentages of Color #35563c

%26.63
%43.22
%30.15

CMYK Percentages of Color #35563c

%38
%0
%30
%66

Triadic Colors of #35563c

#35563c #3c3556 #563c35

Analogous Colors of #35563c

#35563c #35564d #3f5635

Monochromatic Colors of #35563c

#35563c

Complementary Color

#35563c #56354f

#35563c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35563c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35563c Color CSS Codes

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

#35563c Text Font Color

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

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


#35563c Background Color

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

This div background color is #35563c


#35563c Border Color

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

This div border color is #35563c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,86,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35563c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35563c;
  -webkit-box-shadow: 1px 1px 3px 2px #35563c;
  box-shadow:         1px 1px 3px 2px #35563c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35563c


Comments

No comments written yet.

Please login to write comment.