Color Hex Logo

#503600 Color Hex

#503600
(80,54,0)
0 Favorites   0 Comments

Color spaces of #503600

RGB 80540
HSL0.111.000.16
HSV41°100°31°
CMYK 0.000.331.00   0.69
XYZ4.62744.34380.5945
Yxy4.34380.48370.4541
Hunter Lab20.84183.158412.8980
CIE-Lab24.77696.810234.2155

#503600 color RGB value is (80,54,0).

#503600 hex color red value is 80, green value is 54 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #503600 hue: 0.11 , saturation: 1.00 and the lightness value of 503600 is 0.16.

The process color (four color CMYK) of #503600 color hex is 0.00, 0.33, 1.00, 0.69. Web safe color of #503600 is #663300. Color #503600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110110 00000000
Octal 120 66 0
Decimal 80 54 0
Hex 50 36 0

RGB Percentages of Color #503600

%59.70
%40.30
%0.00

CMYK Percentages of Color #503600

%0
%33
%100
%69

Triadic Colors of #503600

#503600 #005036 #360050

Analogous Colors of #503600

#503600 #425000 #500e00

Monochromatic Colors of #503600

#503600

Complementary Color

#503600 #001a50

#503600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503600 Color CSS Codes

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

#503600 Text Font Color

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

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


#503600 Background Color

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

This div background color is #503600


#503600 Border Color

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

This div border color is #503600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503600


Comments

No comments written yet.

Please login to write comment.