Color Hex Logo

#358503 Color Hex

#358503
(53,133,3)
0 Favorites   0 Comments

Color spaces of #358503

RGB 531333
HSL0.270.960.27
HSV97°98°52°
CMYK 0.600.000.98   0.48
XYZ9.872217.53852.9511
Yxy17.53850.32520.5777
Hunter Lab41.8790-31.210225.1373
CIE-Lab48.9315-44.844451.8744

#358503 color RGB value is (53,133,3).

#358503 hex color red value is 53, green value is 133 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #358503 hue: 0.27 , saturation: 0.96 and the lightness value of 358503 is 0.27.

The process color (four color CMYK) of #358503 color hex is 0.60, 0.00, 0.98, 0.48. Web safe color of #358503 is #339900. Color #358503 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000101 00000011
Octal 65 205 3
Decimal 53 133 3
Hex 35 85 3

RGB Percentages of Color #358503

%28.04
%70.37
%1.59

CMYK Percentages of Color #358503

%60
%0
%98
%48

Triadic Colors of #358503

#358503 #033585 #850335

Analogous Colors of #358503

#358503 #038512 #768503

Monochromatic Colors of #358503

#358503

Complementary Color

#358503 #530385

#358503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358503 Color CSS Codes

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

#358503 Text Font Color

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

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


#358503 Background Color

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

This div background color is #358503


#358503 Border Color

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

This div border color is #358503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358503


Comments

No comments written yet.

Please login to write comment.