Color Hex Logo

#358834 Color Hex

#358834
(53,136,52)
0 Favorites   0 Comments

Color spaces of #358834

RGB 5313652
HSL0.330.450.37
HSV119°62°53°
CMYK 0.610.000.62   0.47
XYZ10.892218.61316.2674
Yxy18.61310.30450.5203
Hunter Lab43.1429-30.434521.5869
CIE-Lab50.2314-42.616836.9705

#358834 color RGB value is (53,136,52).

#358834 hex color red value is 53, green value is 136 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #358834 hue: 0.33 , saturation: 0.45 and the lightness value of 358834 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001000 00110100
Octal 65 210 64
Decimal 53 136 52
Hex 35 88 34

RGB Percentages of Color #358834

%21.99
%56.43
%21.58

CMYK Percentages of Color #358834

%61
%0
%62
%47

Triadic Colors of #358834

#358834 #343588 #883435

Analogous Colors of #358834

#358834 #34885d #5f8834

Monochromatic Colors of #358834

#358834

Complementary Color

#358834 #873488

#358834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358834 Color CSS Codes

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

#358834 Text Font Color

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

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


#358834 Background Color

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

This div background color is #358834


#358834 Border Color

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

This div border color is #358834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358834


Comments

No comments written yet.

Please login to write comment.