Color Hex Logo

#507635 Color Hex

#507635
(80,118,53)
0 Favorites   0 Comments

Color spaces of #507635

RGB 8011853
HSL0.260.380.34
HSV95°55°46°
CMYK 0.320.000.55   0.54
XYZ10.429314.91945.6982
Yxy14.91940.33590.4805
Hunter Lab38.6256-19.398118.2913
CIE-Lab45.5236-25.814731.2658

#507635 color RGB value is (80,118,53).

#507635 hex color red value is 80, green value is 118 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #507635 hue: 0.26 , saturation: 0.38 and the lightness value of 507635 is 0.34.

The process color (four color CMYK) of #507635 color hex is 0.32, 0.00, 0.55, 0.54. Web safe color of #507635 is #666633. Color #507635 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110110 00110101
Octal 120 166 65
Decimal 80 118 53
Hex 50 76 35

RGB Percentages of Color #507635

%31.87
%47.01
%21.12

CMYK Percentages of Color #507635

%32
%0
%55
%54

Triadic Colors of #507635

#507635 #355076 #763550

Analogous Colors of #507635

#507635 #35763b #717635

Monochromatic Colors of #507635

#507635

Complementary Color

#507635 #5b3576

#507635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507635 Color CSS Codes

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

#507635 Text Font Color

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

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


#507635 Background Color

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

This div background color is #507635


#507635 Border Color

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

This div border color is #507635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507635

#507635 Color Palettes


Comments

No comments written yet.

Please login to write comment.