Color Hex Logo

#358429 Color Hex

#358429
(53,132,41)
0 Favorites   0 Comments

Color spaces of #358429

RGB 5313241
HSL0.310.530.34
HSV112°69°52°
CMYK 0.600.000.69   0.48
XYZ10.119717.41954.9268
Yxy17.41950.31170.5365
Hunter Lab41.7367-29.759122.2168
CIE-Lab48.7843-42.262040.4285

#358429 color RGB value is (53,132,41).

#358429 hex color red value is 53, green value is 132 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #358429 hue: 0.31 , saturation: 0.53 and the lightness value of 358429 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000100 00101001
Octal 65 204 51
Decimal 53 132 41
Hex 35 84 29

RGB Percentages of Color #358429

%23.45
%58.41
%18.14

CMYK Percentages of Color #358429

%60
%0
%69
%48

Triadic Colors of #358429

#358429 #293584 #842935

Analogous Colors of #358429

#358429 #29844b #628429

Monochromatic Colors of #358429

#358429

Complementary Color

#358429 #782984

#358429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358429 Color CSS Codes

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

#358429 Text Font Color

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

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


#358429 Background Color

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

This div background color is #358429


#358429 Border Color

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

This div border color is #358429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358429


Comments

No comments written yet.

Please login to write comment.