Color Hex Logo

#504439 Color Hex

#504439
(80,68,57)
0 Favorites   0 Comments

Color spaces of #504439

RGB 806857
HSL0.080.170.27
HSV29°29°31°
CMYK 0.000.150.29   0.69
XYZ6.11396.13514.7329
Yxy6.13510.36000.3613
Hunter Lab24.76910.71416.0092
CIE-Lab29.75083.13638.5595

#504439 color RGB value is (80,68,57).

#504439 hex color red value is 80, green value is 68 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #504439 hue: 0.08 , saturation: 0.17 and the lightness value of 504439 is 0.27.

The process color (four color CMYK) of #504439 color hex is 0.00, 0.15, 0.29, 0.69. Web safe color of #504439 is #663333. Color #504439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000100 00111001
Octal 120 104 71
Decimal 80 68 57
Hex 50 44 39

RGB Percentages of Color #504439

%39.02
%33.17
%27.80

CMYK Percentages of Color #504439

%0
%15
%29
%69

Triadic Colors of #504439

#504439 #395044 #443950

Analogous Colors of #504439

#504439 #505039 #50393a

Monochromatic Colors of #504439

#504439

Complementary Color

#504439 #394550

#504439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504439 Color CSS Codes

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

#504439 Text Font Color

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

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


#504439 Background Color

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

This div background color is #504439


#504439 Border Color

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

This div border color is #504439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504439


Comments

No comments written yet.

Please login to write comment.