Color Hex Logo

#358752 Color Hex

#358752
(53,135,82)
0 Favorites   0 Comments

Color spaces of #358752

RGB 5313582
HSL0.390.440.37
HSV141°61°53°
CMYK 0.610.000.39   0.47
XYZ11.655218.694010.9767
Yxy18.69400.28200.4524
Hunter Lab43.2366-27.546115.2133
CIE-Lab50.3273-37.486421.2750

#358752 color RGB value is (53,135,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000111 01010010
Octal 65 207 122
Decimal 53 135 82
Hex 35 87 52

RGB Percentages of Color #358752

%19.63
%50.00
%30.37

CMYK Percentages of Color #358752

%61
%0
%39
%47

Triadic Colors of #358752

#358752 #523587 #875235

Analogous Colors of #358752

#358752 #35877b #418735

Monochromatic Colors of #358752

#358752

Complementary Color

#358752 #87356a

#358752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358752 Color CSS Codes

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

#358752 Text Font Color

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

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


#358752 Background Color

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

This div background color is #358752


#358752 Border Color

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

This div border color is #358752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358752


Comments

No comments written yet.

Please login to write comment.