Color Hex Logo

#503312 Color Hex

#503312
(80,51,18)
0 Favorites   0 Comments

Color spaces of #503312

RGB 805118
HSL0.090.630.19
HSV32°78°31°
CMYK 0.000.360.78   0.69
XYZ4.60134.11681.1244
Yxy4.11680.46750.4183
Hunter Lab20.28994.972510.9173
CIE-Lab24.05399.582925.5055

#503312 color RGB value is (80,51,18).

#503312 hex color red value is 80, green value is 51 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #503312 hue: 0.09 , saturation: 0.63 and the lightness value of 503312 is 0.19.

The process color (four color CMYK) of #503312 color hex is 0.00, 0.36, 0.78, 0.69. Web safe color of #503312 is #663300. Color #503312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110011 00010010
Octal 120 63 22
Decimal 80 51 18
Hex 50 33 12

RGB Percentages of Color #503312

%53.69
%34.23
%12.08

CMYK Percentages of Color #503312

%0
%36
%78
%69

Triadic Colors of #503312

#503312 #125033 #331250

Analogous Colors of #503312

#503312 #4e5012 #501412

Monochromatic Colors of #503312

#503312

Complementary Color

#503312 #122f50

#503312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503312 Color CSS Codes

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

#503312 Text Font Color

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

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


#503312 Background Color

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

This div background color is #503312


#503312 Border Color

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

This div border color is #503312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503312


Comments

No comments written yet.

Please login to write comment.