Color Hex Logo

#507738 Color Hex

#507738
(80,119,56)
0 Favorites   0 Comments

Color spaces of #507738

RGB 8011956
HSL0.270.360.34
HSV97°53°47°
CMYK 0.330.000.53   0.53
XYZ10.618915.18466.1126
Yxy15.18460.33270.4758
Hunter Lab38.9674-19.550517.9767
CIE-Lab45.8860-25.934930.1194

#507738 color RGB value is (80,119,56).

#507738 hex color red value is 80, green value is 119 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #507738 hue: 0.27 , saturation: 0.36 and the lightness value of 507738 is 0.34.

The process color (four color CMYK) of #507738 color hex is 0.33, 0.00, 0.53, 0.53. Web safe color of #507738 is #666633. Color #507738 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110111 00111000
Octal 120 167 70
Decimal 80 119 56
Hex 50 77 38

RGB Percentages of Color #507738

%31.37
%46.67
%21.96

CMYK Percentages of Color #507738

%33
%0
%53
%53

Triadic Colors of #507738

#507738 #385077 #773850

Analogous Colors of #507738

#507738 #387740 #707738

Monochromatic Colors of #507738

#507738

Complementary Color

#507738 #5f3877

#507738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507738 Color CSS Codes

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

#507738 Text Font Color

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

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


#507738 Background Color

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

This div background color is #507738


#507738 Border Color

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

This div border color is #507738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507738


Comments

No comments written yet.

Please login to write comment.