Color Hex Logo

#358124 Color Hex

#358124
(53,129,36)
0 Favorites   0 Comments

Color spaces of #358124

RGB 5312936
HSL0.300.560.32
HSV109°72°51°
CMYK 0.590.000.72   0.49
XYZ9.636916.58484.3623
Yxy16.58480.31510.5423
Hunter Lab40.7244-29.028122.1561
CIE-Lab47.7326-41.558941.4482

#358124 color RGB value is (53,129,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000001 00100100
Octal 65 201 44
Decimal 53 129 36
Hex 35 81 24

RGB Percentages of Color #358124

%24.31
%59.17
%16.51

CMYK Percentages of Color #358124

%59
%0
%72
%49

Triadic Colors of #358124

#358124 #243581 #812435

Analogous Colors of #358124

#358124 #248141 #648124

Monochromatic Colors of #358124

#358124

Complementary Color

#358124 #702481

#358124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358124 Color CSS Codes

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

#358124 Text Font Color

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

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


#358124 Background Color

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

This div background color is #358124


#358124 Border Color

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

This div border color is #358124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358124


Comments

No comments written yet.

Please login to write comment.