Color Hex Logo

#503607 Color Hex

#503607
(80,54,7)
0 Favorites   0 Comments

Color spaces of #503607

RGB 80547
HSL0.110.840.17
HSV39°91°31°
CMYK 0.000.330.91   0.69
XYZ4.66584.35910.7965
Yxy4.35910.47510.4438
Hunter Lab20.87853.352912.3530
CIE-Lab24.82487.107731.4086

#503607 color RGB value is (80,54,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110110 00000111
Octal 120 66 7
Decimal 80 54 7
Hex 50 36 7

RGB Percentages of Color #503607

%56.74
%38.30
%4.96

CMYK Percentages of Color #503607

%0
%33
%91
%69

Triadic Colors of #503607

#503607 #075036 #360750

Analogous Colors of #503607

#503607 #465007 #501207

Monochromatic Colors of #503607

#503607

Complementary Color

#503607 #072150

#503607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503607 Color CSS Codes

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

#503607 Text Font Color

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

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


#503607 Background Color

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

This div background color is #503607


#503607 Border Color

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

This div border color is #503607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503607


Comments

No comments written yet.

Please login to write comment.