Color Hex Logo

#503609 Color Hex

#503609
(80,54,9)
0 Favorites   0 Comments

Color spaces of #503609

RGB 80549
HSL0.110.800.17
HSV38°89°31°
CMYK 0.000.330.89   0.69
XYZ4.67674.36350.8542
Yxy4.36350.47270.4410
Hunter Lab20.88903.407512.1978
CIE-Lab24.83857.191030.6070

#503609 color RGB value is (80,54,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110110 00001001
Octal 120 66 11
Decimal 80 54 9
Hex 50 36 9

RGB Percentages of Color #503609

%55.94
%37.76
%6.29

CMYK Percentages of Color #503609

%0
%33
%89
%69

Triadic Colors of #503609

#503609 #095036 #360950

Analogous Colors of #503609

#503609 #475009 #501309

Monochromatic Colors of #503609

#503609

Complementary Color

#503609 #092350

#503609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503609 Color CSS Codes

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

#503609 Text Font Color

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

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


#503609 Background Color

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

This div background color is #503609


#503609 Border Color

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

This div border color is #503609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503609

#503609 Color Palettes


Comments

No comments written yet.

Please login to write comment.