Color Hex Logo

#505020 Color Hex

#505020
(80,80,32)
0 Favorites   0 Comments

Color spaces of #505020

RGB 808032
HSL0.170.430.22
HSV60°60°31°
CMYK 0.000.000.60   0.69
XYZ6.43767.54712.4839
Yxy7.54710.39090.4583
Hunter Lab27.4720-6.247513.8696
CIE-Lab33.0213-7.485727.7970

#505020 color RGB value is (80,80,32).

#505020 hex color red value is 80, green value is 80 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #505020 hue: 0.17 , saturation: 0.43 and the lightness value of 505020 is 0.22.

The process color (four color CMYK) of #505020 color hex is 0.00, 0.00, 0.60, 0.69. Web safe color of #505020 is #666633. Color #505020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 00100000
Octal 120 120 40
Decimal 80 80 32
Hex 50 50 20

RGB Percentages of Color #505020

%41.67
%41.67
%16.67

CMYK Percentages of Color #505020

%0
%0
%60
%69

Triadic Colors of #505020

#505020 #205050 #502050

Analogous Colors of #505020

#505020 #385020 #503820

Monochromatic Colors of #505020

#505020

Complementary Color

#505020 #202050

#505020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505020 Color CSS Codes

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

#505020 Text Font Color

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

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


#505020 Background Color

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

This div background color is #505020


#505020 Border Color

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

This div border color is #505020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505020


Comments

No comments written yet.

Please login to write comment.