Color Hex Logo

#503853 Color Hex

#503853
(80,56,83)
0 Favorites   0 Comments

Color spaces of #503853

RGB 805683
HSL0.810.190.27
HSV293°33°33°
CMYK 0.040.330.00   0.67
XYZ6.28385.15848.8481
Yxy5.15840.30970.2542
Hunter Lab22.71219.6397-7.1995
CIE-Lab27.181416.0502-12.1777

#503853 color RGB value is (80,56,83).

#503853 hex color red value is 80, green value is 56 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #503853 hue: 0.81 , saturation: 0.19 and the lightness value of 503853 is 0.27.

The process color (four color CMYK) of #503853 color hex is 0.04, 0.33, 0.00, 0.67. Web safe color of #503853 is #663366. Color #503853 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111000 01010011
Octal 120 70 123
Decimal 80 56 83
Hex 50 38 53

RGB Percentages of Color #503853

%36.53
%25.57
%37.90

CMYK Percentages of Color #503853

%4
%33
%0
%67

Triadic Colors of #503853

#503853 #535038 #385350

Analogous Colors of #503853

#503853 #533849 #433853

Monochromatic Colors of #503853

#503853

Complementary Color

#503853 #3b5338

#503853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503853 Color CSS Codes

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

#503853 Text Font Color

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

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


#503853 Background Color

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

This div background color is #503853


#503853 Border Color

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

This div border color is #503853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503853


Comments

No comments written yet.

Please login to write comment.