Color Hex Logo

#358966 Color Hex

#358966
(53,137,102)
0 Favorites   0 Comments

Color spaces of #358966

RGB 53137102
HSL0.430.440.37
HSV155°61°54°
CMYK 0.610.000.26   0.46
XYZ12.812119.607515.6797
Yxy19.60750.26640.4076
Hunter Lab44.2804-25.843310.0016
CIE-Lab51.3905-34.108211.3597

#358966 color RGB value is (53,137,102).

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

The process color (four color CMYK) of #358966 color hex is 0.61, 0.00, 0.26, 0.46. Web safe color of #358966 is #339966. Color #358966 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001001 01100110
Octal 65 211 146
Decimal 53 137 102
Hex 35 89 66

RGB Percentages of Color #358966

%18.15
%46.92
%34.93

CMYK Percentages of Color #358966

%61
%0
%26
%46

Triadic Colors of #358966

#358966 #663589 #896635

Analogous Colors of #358966

#358966 #358289 #35893c

Monochromatic Colors of #358966

#358966

Complementary Color

#358966 #893558

#358966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358966 Color CSS Codes

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

#358966 Text Font Color

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

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


#358966 Background Color

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

This div background color is #358966


#358966 Border Color

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

This div border color is #358966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358966


Comments

No comments written yet.

Please login to write comment.