Color Hex Logo

#358879 Color Hex

#358879
(53,136,121)
0 Favorites   0 Comments

Color spaces of #358879

RGB 53136121
HSL0.470.440.37
HSV169°61°53°
CMYK 0.610.000.11   0.47
XYZ13.723519.745721.1772
Yxy19.74570.25110.3613
Hunter Lab44.4361-22.63592.8491
CIE-Lab51.5485-28.84880.5853

#358879 color RGB value is (53,136,121).

#358879 hex color red value is 53, green value is 136 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #358879 hue: 0.47 , saturation: 0.44 and the lightness value of 358879 is 0.37.

The process color (four color CMYK) of #358879 color hex is 0.61, 0.00, 0.11, 0.47. Web safe color of #358879 is #339966. Color #358879 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001000 01111001
Octal 65 210 171
Decimal 53 136 121
Hex 35 88 79

RGB Percentages of Color #358879

%17.10
%43.87
%39.03

CMYK Percentages of Color #358879

%61
%0
%11
%47

Triadic Colors of #358879

#358879 #793588 #887935

Analogous Colors of #358879

#358879 #356e88 #358850

Monochromatic Colors of #358879

#358879

Complementary Color

#358879 #883544

#358879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358879 Color CSS Codes

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

#358879 Text Font Color

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

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


#358879 Background Color

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

This div background color is #358879


#358879 Border Color

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

This div border color is #358879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358879


Comments

No comments written yet.

Please login to write comment.