Color Hex Logo

#358804 Color Hex

#358804
(53,136,4)
0 Favorites   0 Comments

Color spaces of #358804

RGB 531364
HSL0.270.940.27
HSV98°97°53°
CMYK 0.610.000.97   0.47
XYZ10.294318.37403.1188
Yxy18.37400.32390.5780
Hunter Lab42.8649-32.145625.6916
CIE-Lab49.9466-45.916852.5075

#358804 color RGB value is (53,136,4).

#358804 hex color red value is 53, green value is 136 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #358804 hue: 0.27 , saturation: 0.94 and the lightness value of 358804 is 0.27.

The process color (four color CMYK) of #358804 color hex is 0.61, 0.00, 0.97, 0.47. Web safe color of #358804 is #339900. Color #358804 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001000 00000100
Octal 65 210 4
Decimal 53 136 4
Hex 35 88 4

RGB Percentages of Color #358804

%27.46
%70.47
%2.07

CMYK Percentages of Color #358804

%61
%0
%97
%47

Triadic Colors of #358804

#358804 #043588 #880435

Analogous Colors of #358804

#358804 #048815 #778804

Monochromatic Colors of #358804

#358804

Complementary Color

#358804 #570488

#358804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358804 Color CSS Codes

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

#358804 Text Font Color

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

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


#358804 Background Color

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

This div background color is #358804


#358804 Border Color

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

This div border color is #358804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358804


Comments

No comments written yet.

Please login to write comment.