Color Hex Logo

#503314 Color Hex

#503314
(80,51,20)
0 Favorites   0 Comments

Color spaces of #503314

RGB 805120
HSL0.090.600.20
HSV31°75°31°
CMYK 0.000.360.75   0.69
XYZ4.61844.12361.2143
Yxy4.12360.46390.4142
Hunter Lab20.30665.060110.6692
CIE-Lab24.07599.713424.4124

#503314 color RGB value is (80,51,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110011 00010100
Octal 120 63 24
Decimal 80 51 20
Hex 50 33 14

RGB Percentages of Color #503314

%52.98
%33.77
%13.25

CMYK Percentages of Color #503314

%0
%36
%75
%69

Triadic Colors of #503314

#503314 #145033 #331450

Analogous Colors of #503314

#503314 #4f5014 #501514

Monochromatic Colors of #503314

#503314

Complementary Color

#503314 #143150

#503314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503314 Color CSS Codes

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

#503314 Text Font Color

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

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


#503314 Background Color

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

This div background color is #503314


#503314 Border Color

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

This div border color is #503314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503314


Comments

No comments written yet.

Please login to write comment.