Color Hex Logo

#503310 Color Hex

#503310
(80,51,16)
0 Favorites   0 Comments

Color spaces of #503310

RGB 805116
HSL0.090.670.19
HSV33°80°31°
CMYK 0.000.360.80   0.69
XYZ4.58564.11051.0419
Yxy4.11050.47090.4221
Hunter Lab20.27444.892511.1451
CIE-Lab24.03349.463526.5626

#503310 color RGB value is (80,51,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110011 00010000
Octal 120 63 20
Decimal 80 51 16
Hex 50 33 10

RGB Percentages of Color #503310

%54.42
%34.69
%10.88

CMYK Percentages of Color #503310

%0
%36
%80
%69

Triadic Colors of #503310

#503310 #105033 #331050

Analogous Colors of #503310

#503310 #4d5010 #501310

Monochromatic Colors of #503310

#503310

Complementary Color

#503310 #102d50

#503310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503310 Color CSS Codes

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

#503310 Text Font Color

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

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


#503310 Background Color

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

This div background color is #503310


#503310 Border Color

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

This div border color is #503310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503310


Comments

No comments written yet.

Please login to write comment.