Color Hex Logo

#503946 Color Hex

#503946
(80,57,70)
0 Favorites   0 Comments

Color spaces of #503946

RGB 805770
HSL0.910.170.27
HSV326°29°31°
CMYK 0.000.290.13   0.69
XYZ5.87695.07396.4640
Yxy5.07390.33750.2914
Hunter Lab22.52537.1517-1.2465
CIE-Lab26.944312.6105-3.9789

#503946 color RGB value is (80,57,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 01000110
Octal 120 71 106
Decimal 80 57 70
Hex 50 39 46

RGB Percentages of Color #503946

%38.65
%27.54
%33.82

CMYK Percentages of Color #503946

%0
%29
%13
%69

Triadic Colors of #503946

#503946 #465039 #394650

Analogous Colors of #503946

#503946 #50393b #4f3950

Monochromatic Colors of #503946

#503946

Complementary Color

#503946 #395043

#503946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503946 Color CSS Codes

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

#503946 Text Font Color

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

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


#503946 Background Color

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

This div background color is #503946


#503946 Border Color

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

This div border color is #503946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503946


Comments

No comments written yet.

Please login to write comment.