Color Hex Logo

#50333d Color Hex

#50333D
(80,51,61)
0 Favorites   0 Comments

Color spaces of #50333d

RGB 805161
HSL0.940.220.26
HSV339°36°31°
CMYK 0.000.360.24   0.69
XYZ5.33444.41004.9849
Yxy4.41000.36220.2994
Hunter Lab21.00008.59240.6260
CIE-Lab24.983014.7830-0.8872

#50333d color RGB value is (80,51,61).

#50333d hex color red value is 80, green value is 51 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #50333d hue: 0.94 , saturation: 0.22 and the lightness value of 50333d is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110011 00111101
Octal 120 63 75
Decimal 80 51 61
Hex 50 33 3D

RGB Percentages of Color #50333d

%41.67
%26.56
%31.77

CMYK Percentages of Color #50333d

%0
%36
%24
%69

Triadic Colors of #50333d

#50333d #3d5033 #333d50

Analogous Colors of #50333d

#50333d #503833 #50334c

Monochromatic Colors of #50333d

#50333d

Complementary Color

#50333d #335046

#50333d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50333d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50333d Color CSS Codes

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

#50333d Text Font Color

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

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


#50333d Background Color

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

This div background color is #50333d


#50333d Border Color

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

This div border color is #50333d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50333d


Comments

No comments written yet.

Please login to write comment.