Color Hex Logo

#503943 Color Hex

#503943
(80,57,67)
0 Favorites   0 Comments

Color spaces of #503943

RGB 805767
HSL0.930.170.27
HSV334°29°31°
CMYK 0.000.290.16   0.69
XYZ5.78455.03705.9775
Yxy5.03700.34430.2998
Hunter Lab22.44336.7307-0.0809
CIE-Lab26.839912.0187-2.1502

#503943 color RGB value is (80,57,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 01000011
Octal 120 71 103
Decimal 80 57 67
Hex 50 39 43

RGB Percentages of Color #503943

%39.22
%27.94
%32.84

CMYK Percentages of Color #503943

%0
%29
%16
%69

Triadic Colors of #503943

#503943 #435039 #394350

Analogous Colors of #503943

#503943 #503b39 #50394f

Monochromatic Colors of #503943

#503943

Complementary Color

#503943 #395046

#503943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503943 Color CSS Codes

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

#503943 Text Font Color

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

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


#503943 Background Color

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

This div background color is #503943


#503943 Border Color

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

This div border color is #503943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503943

#503943 Color Palettes


Comments

No comments written yet.

Please login to write comment.