Color Hex Logo

#504643 Color Hex

#504643
(80,70,67)
0 Favorites   0 Comments

Color spaces of #504643

RGB 807067
HSL0.040.090.29
HSV14°16°31°
CMYK 0.000.130.16   0.69
XYZ6.51156.49106.2199
Yxy6.49100.33870.3377
Hunter Lab25.47741.03533.3595
CIE-Lab30.61893.64653.3513

#504643 color RGB value is (80,70,67).

#504643 hex color red value is 80, green value is 70 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #504643 hue: 0.04 , saturation: 0.09 and the lightness value of 504643 is 0.29.

The process color (four color CMYK) of #504643 color hex is 0.00, 0.13, 0.16, 0.69. Web safe color of #504643 is #663333. Color #504643 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 01000011
Octal 120 106 103
Decimal 80 70 67
Hex 50 46 43

RGB Percentages of Color #504643

%36.87
%32.26
%30.88

CMYK Percentages of Color #504643

%0
%13
%16
%69

Triadic Colors of #504643

#504643 #435046 #464350

Analogous Colors of #504643

#504643 #504d43 #504347

Monochromatic Colors of #504643

#504643

Complementary Color

#504643 #434d50

#504643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504643 Color CSS Codes

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

#504643 Text Font Color

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

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


#504643 Background Color

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

This div background color is #504643


#504643 Border Color

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

This div border color is #504643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504643


Comments

No comments written yet.

Please login to write comment.