Color Hex Logo

#503921 Color Hex

#503921
(80,57,33)
0 Favorites   0 Comments

Color spaces of #503921

RGB 805733
HSL0.090.420.22
HSV31°59°31°
CMYK 0.000.290.59   0.69
XYZ5.04594.74152.0881
Yxy4.74150.42490.3993
Hunter Lab21.77503.25749.5569
CIE-Lab25.98526.947918.8547

#503921 color RGB value is (80,57,33).

#503921 hex color red value is 80, green value is 57 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #503921 hue: 0.09 , saturation: 0.42 and the lightness value of 503921 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 00100001
Octal 120 71 41
Decimal 80 57 33
Hex 50 39 21

RGB Percentages of Color #503921

%47.06
%33.53
%19.41

CMYK Percentages of Color #503921

%0
%29
%59
%69

Triadic Colors of #503921

#503921 #215039 #392150

Analogous Colors of #503921

#503921 #505021 #502221

Monochromatic Colors of #503921

#503921

Complementary Color

#503921 #213850

#503921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503921 Color CSS Codes

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

#503921 Text Font Color

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

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


#503921 Background Color

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

This div background color is #503921


#503921 Border Color

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

This div border color is #503921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503921


Comments

No comments written yet.

Please login to write comment.