Color Hex Logo

#356f77 Color Hex

#356F77
(53,111,119)
0 Favorites   0 Comments

Color spaces of #356f77

RGB 53111119
HSL0.520.380.34
HSV187°55°47°
CMYK 0.550.070.00   0.53
XYZ10.482413.457719.4979
Yxy13.45770.24130.3098
Hunter Lab36.6847-13.1932-5.8333
CIE-Lab43.4449-16.4494-10.2386

#356f77 color RGB value is (53,111,119).

#356f77 hex color red value is 53, green value is 111 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #356f77 hue: 0.52 , saturation: 0.38 and the lightness value of 356f77 is 0.34.

The process color (four color CMYK) of #356f77 color hex is 0.55, 0.07, 0.00, 0.53. Web safe color of #356f77 is #336666. Color #356f77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101111 01110111
Octal 65 157 167
Decimal 53 111 119
Hex 35 6F 77

RGB Percentages of Color #356f77

%18.73
%39.22
%42.05

CMYK Percentages of Color #356f77

%55
%7
%0
%53

Triadic Colors of #356f77

#356f77 #77356f #6f7735

Analogous Colors of #356f77

#356f77 #354e77 #35775e

Monochromatic Colors of #356f77

#356f77

Complementary Color

#356f77 #773d35

#356f77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356f77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356f77 Color CSS Codes

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

#356f77 Text Font Color

<p style="color:#356f77">Text here</p>

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


#356f77 Background Color

<div style="background-color:#356f77">
Div content here</div>

This div background color is #356f77


#356f77 Border Color

<div style="border:3px solid #356f77">
Div here</div>

This div border color is #356f77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,111,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356f77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356f77;
  -webkit-box-shadow: 1px 1px 3px 2px #356f77;
  box-shadow:         1px 1px 3px 2px #356f77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356f77


Comments

No comments written yet.

Please login to write comment.