Color Hex Logo

#50403d Color Hex

#50403D
(80,64,61)
0 Favorites   0 Comments

Color spaces of #50403d

RGB 806461
HSL0.030.130.28
HSV24°31°
CMYK 0.000.200.24   0.69
XYZ5.98405.70925.2015
Yxy5.70920.35420.3379
Hunter Lab23.89392.88923.8188
CIE-Lab28.66666.38054.4421

#50403d color RGB value is (80,64,61).

#50403d hex color red value is 80, green value is 64 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #50403d hue: 0.03 , saturation: 0.13 and the lightness value of 50403d is 0.28.

The process color (four color CMYK) of #50403d color hex is 0.00, 0.20, 0.24, 0.69. Web safe color of #50403d is #663333. Color #50403d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000000 00111101
Octal 120 100 75
Decimal 80 64 61
Hex 50 40 3D

RGB Percentages of Color #50403d

%39.02
%31.22
%29.76

CMYK Percentages of Color #50403d

%0
%20
%24
%69

Triadic Colors of #50403d

#50403d #3d5040 #403d50

Analogous Colors of #50403d

#50403d #504a3d #503d44

Monochromatic Colors of #50403d

#50403d

Complementary Color

#50403d #3d4d50

#50403d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50403d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50403d Color CSS Codes

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

#50403d Text Font Color

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

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


#50403d Background Color

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

This div background color is #50403d


#50403d Border Color

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

This div border color is #50403d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,64,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50403d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50403d;
  -webkit-box-shadow: 1px 1px 3px 2px #50403d;
  box-shadow:         1px 1px 3px 2px #50403d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50403d

#50403d Color Palettes


Comments

No comments written yet.

Please login to write comment.