Color Hex Logo

#503c4d Color Hex

#503C4D
(80,60,77)
0 Favorites   0 Comments

Color spaces of #503c4d

RGB 806077
HSL0.860.140.27
HSV309°25°31°
CMYK 0.000.250.04   0.69
XYZ6.26375.47307.7474
Yxy5.47300.32150.2809
Hunter Lab23.39446.8519-3.2586
CIE-Lab28.041912.1250-6.9416

#503c4d color RGB value is (80,60,77).

#503c4d hex color red value is 80, green value is 60 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #503c4d hue: 0.86 , saturation: 0.14 and the lightness value of 503c4d is 0.27.

The process color (four color CMYK) of #503c4d color hex is 0.00, 0.25, 0.04, 0.69. Web safe color of #503c4d is #663366. Color #503c4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111100 01001101
Octal 120 74 115
Decimal 80 60 77
Hex 50 3C 4D

RGB Percentages of Color #503c4d

%36.87
%27.65
%35.48

CMYK Percentages of Color #503c4d

%0
%25
%4
%69

Triadic Colors of #503c4d

#503c4d #4d503c #3c4d50

Analogous Colors of #503c4d

#503c4d #503c43 #493c50

Monochromatic Colors of #503c4d

#503c4d

Complementary Color

#503c4d #3c503f

#503c4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503c4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#503c4d Color CSS Codes

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

#503c4d Text Font Color

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

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


#503c4d Background Color

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

This div background color is #503c4d


#503c4d Border Color

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

This div border color is #503c4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,60,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #503c4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #503c4d;
  -webkit-box-shadow: 1px 1px 3px 2px #503c4d;
  box-shadow:         1px 1px 3px 2px #503c4d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503c4d


Comments

No comments written yet.

Please login to write comment.