Color Hex Logo

#358520 Color Hex

#358520
(53,133,32)
0 Favorites   0 Comments

Color spaces of #358520

RGB 5313332
HSL0.300.610.32
HSV108°76°52°
CMYK 0.600.000.76   0.48
XYZ10.116417.63624.2374
Yxy17.63620.31620.5513
Hunter Lab41.9955-30.492823.4144
CIE-Lab49.0519-43.440944.3823

#358520 color RGB value is (53,133,32).

#358520 hex color red value is 53, green value is 133 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #358520 hue: 0.30 , saturation: 0.61 and the lightness value of 358520 is 0.32.

The process color (four color CMYK) of #358520 color hex is 0.60, 0.00, 0.76, 0.48. Web safe color of #358520 is #339933. Color #358520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000101 00100000
Octal 65 205 40
Decimal 53 133 32
Hex 35 85 20

RGB Percentages of Color #358520

%24.31
%61.01
%14.68

CMYK Percentages of Color #358520

%60
%0
%76
%48

Triadic Colors of #358520

#358520 #203585 #852035

Analogous Colors of #358520

#358520 #20853e #688520

Monochromatic Colors of #358520

#358520

Complementary Color

#358520 #702085

#358520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358520 Color CSS Codes

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

#358520 Text Font Color

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

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


#358520 Background Color

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

This div background color is #358520


#358520 Border Color

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

This div border color is #358520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358520


Comments

No comments written yet.

Please login to write comment.