Color Hex Logo

#358035 Color Hex

#358035
(53,128,53)
0 Favorites   0 Comments

Color spaces of #358035

RGB 5312853
HSL0.330.410.35
HSV120°59°50°
CMYK 0.590.000.59   0.50
XYZ9.830016.45236.0257
Yxy16.45230.30430.5092
Hunter Lab40.5614-27.723319.5850
CIE-Lab47.5624-39.278433.3744

#358035 color RGB value is (53,128,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000000 00110101
Octal 65 200 65
Decimal 53 128 53
Hex 35 80 35

RGB Percentages of Color #358035

%22.65
%54.70
%22.65

CMYK Percentages of Color #358035

%59
%0
%59
%50

Triadic Colors of #358035

#358035 #353580 #803535

Analogous Colors of #358035

#358035 #35805b #5b8035

Monochromatic Colors of #358035

#358035

Complementary Color

#358035 #803580

#358035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358035 Color CSS Codes

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

#358035 Text Font Color

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

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


#358035 Background Color

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

This div background color is #358035


#358035 Border Color

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

This div border color is #358035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358035


Comments

No comments written yet.

Please login to write comment.