Color Hex Logo

#509462 Color Hex

#509462
(80,148,98)
2 Favorites   0 Comments

Color spaces of #509462

RGB 8014898
HSL0.380.300.45
HSV136°46°58°
CMYK 0.460.000.34   0.42
XYZ16.102823.767115.2941
Yxy23.76710.29190.4308
Hunter Lab48.7515-26.356015.5259
CIE-Lab55.8539-33.047719.9216

#509462 color RGB value is (80,148,98).

#509462 hex color red value is 80, green value is 148 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #509462 hue: 0.38 , saturation: 0.30 and the lightness value of 509462 is 0.45.

The process color (four color CMYK) of #509462 color hex is 0.46, 0.00, 0.34, 0.42. Web safe color of #509462 is #669966. Color #509462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010100 01100010
Octal 120 224 142
Decimal 80 148 98
Hex 50 94 62

RGB Percentages of Color #509462

%24.54
%45.40
%30.06

CMYK Percentages of Color #509462

%46
%0
%34
%42

Triadic Colors of #509462

#509462 #625094 #946250

Analogous Colors of #509462

#509462 #509484 #609450

Monochromatic Colors of #509462

#509462

Complementary Color

#509462 #945082

#509462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#509462 Color CSS Codes

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

#509462 Text Font Color

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

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


#509462 Background Color

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

This div background color is #509462


#509462 Border Color

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

This div border color is #509462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509462

#509462 Color Palettes


Comments

No comments written yet.

Please login to write comment.