Color Hex Logo

#358177 Color Hex

#358177
(53,129,119)
0 Favorites   0 Comments

Color spaces of #358177

RGB 53129119
HSL0.480.420.36
HSV172°59°51°
CMYK 0.590.000.08   0.49
XYZ12.648217.789320.2198
Yxy17.78930.24970.3512
Hunter Lab42.1774-20.28161.1006
CIE-Lab49.2395-25.9348-1.6224

#358177 color RGB value is (53,129,119).

#358177 hex color red value is 53, green value is 129 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #358177 hue: 0.48 , saturation: 0.42 and the lightness value of 358177 is 0.36.

The process color (four color CMYK) of #358177 color hex is 0.59, 0.00, 0.08, 0.49. Web safe color of #358177 is #339966. Color #358177 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000001 01110111
Octal 65 201 167
Decimal 53 129 119
Hex 35 81 77

RGB Percentages of Color #358177

%17.61
%42.86
%39.53

CMYK Percentages of Color #358177

%59
%0
%8
%49

Triadic Colors of #358177

#358177 #773581 #817735

Analogous Colors of #358177

#358177 #356581 #358151

Monochromatic Colors of #358177

#358177

Complementary Color

#358177 #81353f

#358177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358177 Color CSS Codes

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

#358177 Text Font Color

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

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


#358177 Background Color

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

This div background color is #358177


#358177 Border Color

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

This div border color is #358177


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,129,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 #358177">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358177


Comments

No comments written yet.

Please login to write comment.