Color Hex Logo

#502c0d Color Hex

#502C0D
(80,44,13)
0 Favorites   0 Comments

Color spaces of #502c0d

RGB 804413
HSL0.080.720.18
HSV28°84°31°
CMYK 0.000.450.84   0.69
XYZ4.28163.53590.8376
Yxy3.53590.49470.4085
Hunter Lab18.80407.736810.5218
CIE-Lab22.073713.796226.0775

#502c0d color RGB value is (80,44,13).

#502c0d hex color red value is 80, green value is 44 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #502c0d hue: 0.08 , saturation: 0.72 and the lightness value of 502c0d is 0.18.

The process color (four color CMYK) of #502c0d color hex is 0.00, 0.45, 0.84, 0.69. Web safe color of #502c0d is #663300. Color #502c0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 00001101
Octal 120 54 15
Decimal 80 44 13
Hex 50 2C D

RGB Percentages of Color #502c0d

%58.39
%32.12
%9.49

CMYK Percentages of Color #502c0d

%0
%45
%84
%69

Triadic Colors of #502c0d

#502c0d #0d502c #2c0d50

Analogous Colors of #502c0d

#502c0d #504e0d #500d10

Monochromatic Colors of #502c0d

#502c0d

Complementary Color

#502c0d #0d3150

#502c0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502c0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#502c0d Color CSS Codes

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

#502c0d Text Font Color

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

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


#502c0d Background Color

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

This div background color is #502c0d


#502c0d Border Color

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

This div border color is #502c0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502c0d


Comments

No comments written yet.

Please login to write comment.