Color Hex Logo

#502620 Color Hex

#502620
(80,38,32)
0 Favorites   0 Comments

Color spaces of #502620

RGB 803832
HSL0.020.430.22
HSV60°31°
CMYK 0.000.530.60   0.69
XYZ4.26213.19601.7587
Yxy3.19600.46240.3468
Hunter Lab17.877411.27046.6814
CIE-Lab20.812418.962412.9134

#502620 color RGB value is (80,38,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 00100000
Octal 120 46 40
Decimal 80 38 32
Hex 50 26 20

RGB Percentages of Color #502620

%53.33
%25.33
%21.33

CMYK Percentages of Color #502620

%0
%53
%60
%69

Triadic Colors of #502620

#502620 #205026 #262050

Analogous Colors of #502620

#502620 #503e20 #502032

Monochromatic Colors of #502620

#502620

Complementary Color

#502620 #204a50

#502620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502620 Color CSS Codes

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

#502620 Text Font Color

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

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


#502620 Background Color

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

This div background color is #502620


#502620 Border Color

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

This div border color is #502620


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,38,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 #502620">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502620


Comments

No comments written yet.

Please login to write comment.