Color Hex Logo

#35765e Color Hex

#35765E
(53,118,94)
0 Favorites   0 Comments

Color spaces of #35765e

RGB 5311894
HSL0.440.380.34
HSV158°55°46°
CMYK 0.550.000.20   0.54
XYZ9.967014.521912.8674
Yxy14.52190.26680.3887
Hunter Lab38.1076-20.00196.6555
CIE-Lab44.9723-27.02886.9784

#35765e color RGB value is (53,118,94).

#35765e hex color red value is 53, green value is 118 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #35765e hue: 0.44 , saturation: 0.38 and the lightness value of 35765e is 0.34.

The process color (four color CMYK) of #35765e color hex is 0.55, 0.00, 0.20, 0.54. Web safe color of #35765e is #336666. Color #35765e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110110 01011110
Octal 65 166 136
Decimal 53 118 94
Hex 35 76 5E

RGB Percentages of Color #35765e

%20.00
%44.53
%35.47

CMYK Percentages of Color #35765e

%55
%0
%20
%54

Triadic Colors of #35765e

#35765e #5e3576 #765e35

Analogous Colors of #35765e

#35765e #356e76 #35763e

Monochromatic Colors of #35765e

#35765e

Complementary Color

#35765e #76354d

#35765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35765e Color CSS Codes

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

#35765e Text Font Color

<p style="color:#35765e">Text here</p>

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


#35765e Background Color

<div style="background-color:#35765e">
Div content here</div>

This div background color is #35765e


#35765e Border Color

<div style="border:3px solid #35765e">
Div here</div>

This div border color is #35765e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,118,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35765e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35765e;
  -webkit-box-shadow: 1px 1px 3px 2px #35765e;
  box-shadow:         1px 1px 3px 2px #35765e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35765e


Comments

No comments written yet.

Please login to write comment.