Color Hex Logo

#506030 Color Hex

#506030
(80,96,48)
0 Favorites   0 Comments

Color spaces of #506030

RGB 809648
HSL0.220.330.28
HSV80°50°38°
CMYK 0.170.000.50   0.62
XYZ8.024610.28464.3585
Yxy10.28460.35400.4537
Hunter Lab32.0696-11.456814.3908
CIE-Lab38.3484-14.913625.2885

#506030 color RGB value is (80,96,48).

#506030 hex color red value is 80, green value is 96 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #506030 hue: 0.22 , saturation: 0.33 and the lightness value of 506030 is 0.28.

The process color (four color CMYK) of #506030 color hex is 0.17, 0.00, 0.50, 0.62. Web safe color of #506030 is #666633. Color #506030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100000 00110000
Octal 120 140 60
Decimal 80 96 48
Hex 50 60 30

RGB Percentages of Color #506030

%35.71
%42.86
%21.43

CMYK Percentages of Color #506030

%17
%0
%50
%62

Triadic Colors of #506030

#506030 #305060 #603050

Analogous Colors of #506030

#506030 #386030 #605830

Monochromatic Colors of #506030

#506030

Complementary Color

#506030 #403060

#506030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506030 Color CSS Codes

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

#506030 Text Font Color

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

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


#506030 Background Color

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

This div background color is #506030


#506030 Border Color

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

This div border color is #506030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506030


Comments

No comments written yet.

Please login to write comment.