Color Hex Logo

#357767 Color Hex

#357767
(53,119,103)
0 Favorites   0 Comments

Color spaces of #357767

RGB 53119103
HSL0.460.380.34
HSV165°55°47°
CMYK 0.550.000.13   0.53
XYZ10.513214.929815.1596
Yxy14.92980.25890.3677
Hunter Lab38.6391-19.05093.7856
CIE-Lab45.5379-25.23612.4411

#357767 color RGB value is (53,119,103).

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

The process color (four color CMYK) of #357767 color hex is 0.55, 0.00, 0.13, 0.53. Web safe color of #357767 is #336666. Color #357767 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110111 01100111
Octal 65 167 147
Decimal 53 119 103
Hex 35 77 67

RGB Percentages of Color #357767

%19.27
%43.27
%37.45

CMYK Percentages of Color #357767

%55
%0
%13
%53

Triadic Colors of #357767

#357767 #673577 #776735

Analogous Colors of #357767

#357767 #356677 #357746

Monochromatic Colors of #357767

#357767

Complementary Color

#357767 #773545

#357767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357767 Color CSS Codes

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

#357767 Text Font Color

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

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


#357767 Background Color

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

This div background color is #357767


#357767 Border Color

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

This div border color is #357767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357767


Comments

No comments written yet.

Please login to write comment.