Color Hex Logo

#358730 Color Hex

#358730
(53,135,48)
0 Favorites   0 Comments

Color spaces of #358730

RGB 5313548
HSL0.320.480.36
HSV117°64°53°
CMYK 0.610.000.64   0.47
XYZ10.665718.29825.7661
Yxy18.29820.30710.5269
Hunter Lab42.7764-30.352221.9514
CIE-Lab49.8558-42.692938.4392

#358730 color RGB value is (53,135,48).

#358730 hex color red value is 53, green value is 135 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #358730 hue: 0.32 , saturation: 0.48 and the lightness value of 358730 is 0.36.

The process color (four color CMYK) of #358730 color hex is 0.61, 0.00, 0.64, 0.47. Web safe color of #358730 is #339933. Color #358730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000111 00110000
Octal 65 207 60
Decimal 53 135 48
Hex 35 87 30

RGB Percentages of Color #358730

%22.46
%57.20
%20.34

CMYK Percentages of Color #358730

%61
%0
%64
%47

Triadic Colors of #358730

#358730 #303587 #873035

Analogous Colors of #358730

#358730 #308757 #618730

Monochromatic Colors of #358730

#358730

Complementary Color

#358730 #823087

#358730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358730 Color CSS Codes

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

#358730 Text Font Color

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

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


#358730 Background Color

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

This div background color is #358730


#358730 Border Color

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

This div border color is #358730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358730


Comments

No comments written yet.

Please login to write comment.