Color Hex Logo

#358028 Color Hex

#358028
(53,128,40)
0 Favorites   0 Comments

Color spaces of #358028

RGB 5312840
HSL0.310.520.33
HSV111°69°50°
CMYK 0.590.000.69   0.50
XYZ9.570416.34844.6586
Yxy16.34840.31300.5347
Hunter Lab40.4332-28.507621.4720
CIE-Lab47.4283-40.784939.4079

#358028 color RGB value is (53,128,40).

#358028 hex color red value is 53, green value is 128 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #358028 hue: 0.31 , saturation: 0.52 and the lightness value of 358028 is 0.33.

The process color (four color CMYK) of #358028 color hex is 0.59, 0.00, 0.69, 0.50. Web safe color of #358028 is #339933. Color #358028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000000 00101000
Octal 65 200 50
Decimal 53 128 40
Hex 35 80 28

RGB Percentages of Color #358028

%23.98
%57.92
%18.10

CMYK Percentages of Color #358028

%59
%0
%69
%50

Triadic Colors of #358028

#358028 #283580 #802835

Analogous Colors of #358028

#358028 #288047 #618028

Monochromatic Colors of #358028

#358028

Complementary Color

#358028 #732880

#358028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358028 Color CSS Codes

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

#358028 Text Font Color

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

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


#358028 Background Color

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

This div background color is #358028


#358028 Border Color

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

This div border color is #358028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358028


Comments

No comments written yet.

Please login to write comment.