Color Hex Logo

#50581e Color Hex

#50581E
(80,88,30)
0 Favorites   0 Comments

Color spaces of #50581e

RGB 808830
HSL0.190.490.23
HSV68°66°35°
CMYK 0.090.000.66   0.65
XYZ7.03238.77872.5521
Yxy8.77870.38300.4781
Hunter Lab29.6289-9.484215.6332
CIE-Lab35.5547-12.313331.6505

#50581e color RGB value is (80,88,30).

#50581e hex color red value is 80, green value is 88 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #50581e hue: 0.19 , saturation: 0.49 and the lightness value of 50581e is 0.23.

The process color (four color CMYK) of #50581e color hex is 0.09, 0.00, 0.66, 0.65. Web safe color of #50581e is #666633. Color #50581e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 00011110
Octal 120 130 36
Decimal 80 88 30
Hex 50 58 1E

RGB Percentages of Color #50581e

%40.40
%44.44
%15.15

CMYK Percentages of Color #50581e

%9
%0
%66
%65

Triadic Colors of #50581e

#50581e #1e5058 #581e50

Analogous Colors of #50581e

#50581e #33581e #58431e

Monochromatic Colors of #50581e

#50581e

Complementary Color

#50581e #261e58

#50581e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50581e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50581e Color CSS Codes

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

#50581e Text Font Color

<p style="color:#50581e">Text here</p>

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


#50581e Background Color

<div style="background-color:#50581e">
Div content here</div>

This div background color is #50581e


#50581e Border Color

<div style="border:3px solid #50581e">
Div here</div>

This div border color is #50581e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,88,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50581e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50581e;
  -webkit-box-shadow: 1px 1px 3px 2px #50581e;
  box-shadow:         1px 1px 3px 2px #50581e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50581e


Comments

No comments written yet.

Please login to write comment.