Color Hex Logo

#507336 Color Hex

#507336
(80,115,54)
0 Favorites   0 Comments

Color spaces of #507336

RGB 8011554
HSL0.260.360.33
HSV94°53°45°
CMYK 0.300.000.53   0.55
XYZ10.104914.23335.7047
Yxy14.23330.33630.4738
Hunter Lab37.7270-18.212517.4437
CIE-Lab44.5657-24.193729.5858

#507336 color RGB value is (80,115,54).

#507336 hex color red value is 80, green value is 115 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #507336 hue: 0.26 , saturation: 0.36 and the lightness value of 507336 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01110011 00110110
Octal 120 163 66
Decimal 80 115 54
Hex 50 73 36

RGB Percentages of Color #507336

%32.13
%46.18
%21.69

CMYK Percentages of Color #507336

%30
%0
%53
%55

Triadic Colors of #507336

#507336 #365073 #733650

Analogous Colors of #507336

#507336 #36733b #6f7336

Monochromatic Colors of #507336

#507336

Complementary Color

#507336 #593673

#507336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507336 Color CSS Codes

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

#507336 Text Font Color

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

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


#507336 Background Color

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

This div background color is #507336


#507336 Border Color

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

This div border color is #507336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507336


Comments

No comments written yet.

Please login to write comment.