Color Hex Logo

#358079 Color Hex

#358079
(53,128,121)
0 Favorites   0 Comments

Color spaces of #358079

RGB 53128121
HSL0.480.410.35
HSV174°59°50°
CMYK 0.590.000.05   0.50
XYZ12.638617.575720.8155
Yxy17.57570.24770.3444
Hunter Lab41.9234-19.5537-0.0919
CIE-Lab48.9774-24.8693-3.1841

#358079 color RGB value is (53,128,121).

#358079 hex color red value is 53, green value is 128 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #358079 hue: 0.48 , saturation: 0.41 and the lightness value of 358079 is 0.35.

The process color (four color CMYK) of #358079 color hex is 0.59, 0.00, 0.05, 0.50. Web safe color of #358079 is #339966. Color #358079 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000000 01111001
Octal 65 200 171
Decimal 53 128 121
Hex 35 80 79

RGB Percentages of Color #358079

%17.55
%42.38
%40.07

CMYK Percentages of Color #358079

%59
%0
%5
%50

Triadic Colors of #358079

#358079 #793580 #807935

Analogous Colors of #358079

#358079 #356280 #358054

Monochromatic Colors of #358079

#358079

Complementary Color

#358079 #80353c

#358079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358079 Color CSS Codes

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

#358079 Text Font Color

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

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


#358079 Background Color

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

This div background color is #358079


#358079 Border Color

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

This div border color is #358079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358079


Comments

No comments written yet.

Please login to write comment.