Color Hex Logo

#508448 Color Hex

#508448
(80,132,72)
0 Favorites   0 Comments

Color spaces of #508448

RGB 8013272
HSL0.310.290.40
HSV112°45°52°
CMYK 0.390.000.45   0.48
XYZ12.729218.67599.0648
Yxy18.67590.31450.4615
Hunter Lab43.2156-23.050017.8144
CIE-Lab50.3058-29.987126.9906

#508448 color RGB value is (80,132,72).

#508448 hex color red value is 80, green value is 132 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #508448 hue: 0.31 , saturation: 0.29 and the lightness value of 508448 is 0.40.

The process color (four color CMYK) of #508448 color hex is 0.39, 0.00, 0.45, 0.48. Web safe color of #508448 is #669933. Color #508448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000100 01001000
Octal 120 204 110
Decimal 80 132 72
Hex 50 84 48

RGB Percentages of Color #508448

%28.17
%46.48
%25.35

CMYK Percentages of Color #508448

%39
%0
%45
%48

Triadic Colors of #508448

#508448 #485084 #844850

Analogous Colors of #508448

#508448 #48845e #6e8448

Monochromatic Colors of #508448

#508448

Complementary Color

#508448 #7c4884

#508448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#508448 Color CSS Codes

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

#508448 Text Font Color

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

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


#508448 Background Color

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

This div background color is #508448


#508448 Border Color

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

This div border color is #508448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508448


Comments

No comments written yet.

Please login to write comment.