Color Hex Logo

#35564c Color Hex

#35564C
(53,86,76)
0 Favorites   0 Comments

Color spaces of #35564c

RGB 538676
HSL0.450.240.27
HSV162°38°34°
CMYK 0.380.000.12   0.66
XYZ6.10057.93438.0474
Yxy7.93430.27630.3593
Hunter Lab28.1679-10.63492.7787
CIE-Lab33.8457-14.66062.0086

#35564c color RGB value is (53,86,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 01001100
Octal 65 126 114
Decimal 53 86 76
Hex 35 56 4C

RGB Percentages of Color #35564c

%24.65
%40.00
%35.35

CMYK Percentages of Color #35564c

%38
%0
%12
%66

Triadic Colors of #35564c

#35564c #4c3556 #564c35

Analogous Colors of #35564c

#35564c #355056 #35563c

Monochromatic Colors of #35564c

#35564c

Complementary Color

#35564c #56353f

#35564c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35564c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35564c Color CSS Codes

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

#35564c Text Font Color

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

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


#35564c Background Color

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

This div background color is #35564c


#35564c Border Color

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

This div border color is #35564c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35564c


Comments

No comments written yet.

Please login to write comment.