Color Hex Logo

#50433d Color Hex

#50433D
(80,67,61)
0 Favorites   0 Comments

Color spaces of #50433d

RGB 806761
HSL0.050.130.28
HSV19°24°31°
CMYK 0.000.160.24   0.69
XYZ6.15776.05675.2594
Yxy6.05670.35240.3466
Hunter Lab24.61041.59394.5566
CIE-Lab29.55514.45725.7057

#50433d color RGB value is (80,67,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000011 00111101
Octal 120 103 75
Decimal 80 67 61
Hex 50 43 3D

RGB Percentages of Color #50433d

%38.46
%32.21
%29.33

CMYK Percentages of Color #50433d

%0
%16
%24
%69

Triadic Colors of #50433d

#50433d #3d5043 #433d50

Analogous Colors of #50433d

#50433d #504d3d #503d41

Monochromatic Colors of #50433d

#50433d

Complementary Color

#50433d #3d4a50

#50433d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50433d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50433d Color CSS Codes

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

#50433d Text Font Color

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

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


#50433d Background Color

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

This div background color is #50433d


#50433d Border Color

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

This div border color is #50433d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,67,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 #50433d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50433d


Comments

No comments written yet.

Please login to write comment.