Color Hex Logo

#50353a Color Hex

#50353A
(80,53,58)
0 Favorites   0 Comments

Color spaces of #50353a

RGB 805358
HSL0.970.200.26
HSV349°34°31°
CMYK 0.000.340.28   0.69
XYZ5.34514.55724.6009
Yxy4.55720.36850.3142
Hunter Lab21.34767.33532.1650
CIE-Lab25.434012.96691.7768

#50353a color RGB value is (80,53,58).

#50353a hex color red value is 80, green value is 53 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #50353a hue: 0.97 , saturation: 0.20 and the lightness value of 50353a is 0.26.

The process color (four color CMYK) of #50353a color hex is 0.00, 0.34, 0.28, 0.69. Web safe color of #50353a is #663333. Color #50353a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110101 00111010
Octal 120 65 72
Decimal 80 53 58
Hex 50 35 3A

RGB Percentages of Color #50353a

%41.88
%27.75
%30.37

CMYK Percentages of Color #50353a

%0
%34
%28
%69

Triadic Colors of #50353a

#50353a #3a5035 #353a50

Analogous Colors of #50353a

#50353a #503e35 #503548

Monochromatic Colors of #50353a

#50353a

Complementary Color

#50353a #35504b

#50353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50353a Color CSS Codes

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

#50353a Text Font Color

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

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


#50353a Background Color

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

This div background color is #50353a


#50353a Border Color

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

This div border color is #50353a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,53,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50353a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50353a;
  -webkit-box-shadow: 1px 1px 3px 2px #50353a;
  box-shadow:         1px 1px 3px 2px #50353a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50353a


Comments

No comments written yet.

Please login to write comment.