Color Hex Logo

#504327 Color Hex

#504327
(80,67,39)
0 Favorites   0 Comments

Color spaces of #504327

RGB 806739
HSL0.110.340.23
HSV41°51°31°
CMYK 0.000.160.51   0.69
XYZ5.68165.86632.7523
Yxy5.86630.39730.4102
Hunter Lab24.2204-0.513510.2169
CIE-Lab29.07261.221819.0154

#504327 color RGB value is (80,67,39).

#504327 hex color red value is 80, green value is 67 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #504327 hue: 0.11 , saturation: 0.34 and the lightness value of 504327 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000011 00100111
Octal 120 103 47
Decimal 80 67 39
Hex 50 43 27

RGB Percentages of Color #504327

%43.01
%36.02
%20.97

CMYK Percentages of Color #504327

%0
%16
%51
%69

Triadic Colors of #504327

#504327 #275043 #432750

Analogous Colors of #504327

#504327 #495027 #502f27

Monochromatic Colors of #504327

#504327

Complementary Color

#504327 #273450

#504327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504327 Color CSS Codes

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

#504327 Text Font Color

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

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


#504327 Background Color

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

This div background color is #504327


#504327 Border Color

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

This div border color is #504327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504327


Comments

No comments written yet.

Please login to write comment.