Color Hex Logo

#50343c Color Hex

#50343C
(80,52,60)
1 Favorites   0 Comments

Color spaces of #50343c

RGB 805260
HSL0.950.210.26
HSV343°35°31°
CMYK 0.000.350.25   0.69
XYZ5.35194.48774.8591
Yxy4.48770.36410.3053
Hunter Lab21.18428.02331.2294
CIE-Lab25.222313.96060.1323

#50343c color RGB value is (80,52,60).

#50343c hex color red value is 80, green value is 52 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #50343c hue: 0.95 , saturation: 0.21 and the lightness value of 50343c is 0.26.

The process color (four color CMYK) of #50343c color hex is 0.00, 0.35, 0.25, 0.69. Web safe color of #50343c is #663333. Color #50343c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 00111100
Octal 120 64 74
Decimal 80 52 60
Hex 50 34 3C

RGB Percentages of Color #50343c

%41.67
%27.08
%31.25

CMYK Percentages of Color #50343c

%0
%35
%25
%69

Triadic Colors of #50343c

#50343c #3c5034 #343c50

Analogous Colors of #50343c

#50343c #503a34 #50344a

Monochromatic Colors of #50343c

#50343c

Complementary Color

#50343c #345048

#50343c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50343c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50343c Color CSS Codes

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

#50343c Text Font Color

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

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


#50343c Background Color

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

This div background color is #50343c


#50343c Border Color

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

This div border color is #50343c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,52,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50343c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50343c;
  -webkit-box-shadow: 1px 1px 3px 2px #50343c;
  box-shadow:         1px 1px 3px 2px #50343c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50343c


Comments

No comments written yet.

Please login to write comment.