Color Hex Logo

#50483d Color Hex

#50483D
(80,72,61)
0 Favorites   0 Comments

Color spaces of #50483d

RGB 807261
HSL0.100.130.28
HSV35°24°31°
CMYK 0.000.100.24   0.69
XYZ6.46796.67715.3628
Yxy6.67710.34950.3608
Hunter Lab25.8401-0.54075.7831
CIE-Lab31.06021.28657.8265

#50483d color RGB value is (80,72,61).

#50483d hex color red value is 80, green value is 72 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #50483d hue: 0.10 , saturation: 0.13 and the lightness value of 50483d is 0.28.

The process color (four color CMYK) of #50483d color hex is 0.00, 0.10, 0.24, 0.69. Web safe color of #50483d is #663333. Color #50483d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001000 00111101
Octal 120 110 75
Decimal 80 72 61
Hex 50 48 3D

RGB Percentages of Color #50483d

%37.56
%33.80
%28.64

CMYK Percentages of Color #50483d

%0
%10
%24
%69

Triadic Colors of #50483d

#50483d #3d5048 #483d50

Analogous Colors of #50483d

#50483d #4f503d #503f3d

Monochromatic Colors of #50483d

#50483d

Complementary Color

#50483d #3d4550

#50483d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50483d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50483d Color CSS Codes

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

#50483d Text Font Color

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

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


#50483d Background Color

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

This div background color is #50483d


#50483d Border Color

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

This div border color is #50483d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,72,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50483d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50483d;
  -webkit-box-shadow: 1px 1px 3px 2px #50483d;
  box-shadow:         1px 1px 3px 2px #50483d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50483d


Comments

No comments written yet.

Please login to write comment.