Color Hex Logo

#509752 Color Hex

#509752
(80,151,82)
0 Favorites   0 Comments

Color spaces of #509752

RGB 8015182
HSL0.340.310.45
HSV122°47°59°
CMYK 0.470.000.46   0.41
XYZ15.897924.447911.8637
Yxy24.44790.30450.4683
Hunter Lab49.4448-29.135720.3854
CIE-Lab56.5335-37.155629.5328

#509752 color RGB value is (80,151,82).

#509752 hex color red value is 80, green value is 151 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #509752 hue: 0.34 , saturation: 0.31 and the lightness value of 509752 is 0.45.

The process color (four color CMYK) of #509752 color hex is 0.47, 0.00, 0.46, 0.41. Web safe color of #509752 is #669966. Color #509752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010111 01010010
Octal 120 227 122
Decimal 80 151 82
Hex 50 97 52

RGB Percentages of Color #509752

%25.56
%48.24
%26.20

CMYK Percentages of Color #509752

%47
%0
%46
%41

Triadic Colors of #509752

#509752 #525097 #975250

Analogous Colors of #509752

#509752 #509776 #729750

Monochromatic Colors of #509752

#509752

Complementary Color

#509752 #975095

#509752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509752 Color CSS Codes

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

#509752 Text Font Color

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

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


#509752 Background Color

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

This div background color is #509752


#509752 Border Color

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

This div border color is #509752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509752


Comments

No comments written yet.

Please login to write comment.