Color Hex Logo

#50382b Color Hex

#50382B
(80,56,43)
0 Favorites   0 Comments

Color spaces of #50382b

RGB 805643
HSL0.060.300.24
HSV21°46°31°
CMYK 0.000.300.46   0.69
XYZ5.15854.70822.9224
Yxy4.70820.40340.3681
Hunter Lab21.69844.46387.2035
CIE-Lab25.88678.760112.3374

#50382b color RGB value is (80,56,43).

#50382b hex color red value is 80, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #50382b hue: 0.06 , saturation: 0.30 and the lightness value of 50382b is 0.24.

The process color (four color CMYK) of #50382b color hex is 0.00, 0.30, 0.46, 0.69. Web safe color of #50382b is #663333. Color #50382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111000 00101011
Octal 120 70 53
Decimal 80 56 43
Hex 50 38 2B

RGB Percentages of Color #50382b

%44.69
%31.28
%24.02

CMYK Percentages of Color #50382b

%0
%30
%46
%69

Triadic Colors of #50382b

#50382b #2b5038 #382b50

Analogous Colors of #50382b

#50382b #504b2b #502b31

Monochromatic Colors of #50382b

#50382b

Complementary Color

#50382b #2b4350

#50382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50382b Color CSS Codes

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

#50382b Text Font Color

<p style="color:#50382b">Text here</p>

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


#50382b Background Color

<div style="background-color:#50382b">
Div content here</div>

This div background color is #50382b


#50382b Border Color

<div style="border:3px solid #50382b">
Div here</div>

This div border color is #50382b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,56,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50382b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50382b;
  -webkit-box-shadow: 1px 1px 3px 2px #50382b;
  box-shadow:         1px 1px 3px 2px #50382b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50382b


Comments

No comments written yet.

Please login to write comment.