Color Hex Logo

#503328 Color Hex

#503328
(80,51,40)
0 Favorites   0 Comments

Color spaces of #503328

RGB 805140
HSL0.050.330.24
HSV17°50°31°
CMYK 0.000.360.50   0.69
XYZ4.87514.22632.5663
Yxy4.22630.41780.3622
Hunter Lab20.55806.35296.9893
CIE-Lab24.405911.610712.3225

#503328 color RGB value is (80,51,40).

#503328 hex color red value is 80, green value is 51 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #503328 hue: 0.05 , saturation: 0.33 and the lightness value of 503328 is 0.24.

The process color (four color CMYK) of #503328 color hex is 0.00, 0.36, 0.50, 0.69. Web safe color of #503328 is #663333. Color #503328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110011 00101000
Octal 120 63 50
Decimal 80 51 40
Hex 50 33 28

RGB Percentages of Color #503328

%46.78
%29.82
%23.39

CMYK Percentages of Color #503328

%0
%36
%50
%69

Triadic Colors of #503328

#503328 #285033 #332850

Analogous Colors of #503328

#503328 #504728 #502831

Monochromatic Colors of #503328

#503328

Complementary Color

#503328 #284550

#503328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503328 Color CSS Codes

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

#503328 Text Font Color

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

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


#503328 Background Color

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

This div background color is #503328


#503328 Border Color

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

This div border color is #503328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503328


Comments

No comments written yet.

Please login to write comment.