Color Hex Logo

#503213 Color Hex

#503213
(80,50,19)
0 Favorites   0 Comments

Color spaces of #503213

RGB 805019
HSL0.080.620.19
HSV30°76°31°
CMYK 0.000.380.76   0.69
XYZ4.56644.03371.1540
Yxy4.03370.46820.4135
Hunter Lab20.08415.437410.6521
CIE-Lab23.782510.290624.6588

#503213 color RGB value is (80,50,19).

#503213 hex color red value is 80, green value is 50 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #503213 hue: 0.08 , saturation: 0.62 and the lightness value of 503213 is 0.19.

The process color (four color CMYK) of #503213 color hex is 0.00, 0.38, 0.76, 0.69. Web safe color of #503213 is #663300. Color #503213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110010 00010011
Octal 120 62 23
Decimal 80 50 19
Hex 50 32 13

RGB Percentages of Color #503213

%53.69
%33.56
%12.75

CMYK Percentages of Color #503213

%0
%38
%76
%69

Triadic Colors of #503213

#503213 #135032 #321350

Analogous Colors of #503213

#503213 #505013 #501413

Monochromatic Colors of #503213

#503213

Complementary Color

#503213 #133150

#503213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503213 Color CSS Codes

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

#503213 Text Font Color

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

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


#503213 Background Color

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

This div background color is #503213


#503213 Border Color

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

This div border color is #503213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503213


Comments

No comments written yet.

Please login to write comment.