Color Hex Logo

#50453d Color Hex

#50453D
(80,69,61)
0 Favorites   0 Comments

Color spaces of #50453d

RGB 806961
HSL0.070.130.28
HSV25°24°31°
CMYK 0.000.140.24   0.69
XYZ6.27876.29865.2997
Yxy6.29860.35120.3523
Hunter Lab25.09700.73695.0477
CIE-Lab30.15363.18406.5521

#50453d color RGB value is (80,69,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000101 00111101
Octal 120 105 75
Decimal 80 69 61
Hex 50 45 3D

RGB Percentages of Color #50453d

%38.10
%32.86
%29.05

CMYK Percentages of Color #50453d

%0
%14
%24
%69

Triadic Colors of #50453d

#50453d #3d5045 #453d50

Analogous Colors of #50453d

#50453d #504f3d #503d3f

Monochromatic Colors of #50453d

#50453d

Complementary Color

#50453d #3d4850

#50453d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50453d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50453d Color CSS Codes

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

#50453d Text Font Color

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

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


#50453d Background Color

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

This div background color is #50453d


#50453d Border Color

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

This div border color is #50453d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50453d


Comments

No comments written yet.

Please login to write comment.