Color Hex Logo

#50915d Color Hex

#50915D
(80,145,93)
0 Favorites   0 Comments

Color spaces of #50915d

RGB 8014593
HSL0.370.290.44
HSV132°45°57°
CMYK 0.450.000.36   0.43
XYZ15.409422.746613.9343
Yxy22.74660.29580.4367
Hunter Lab47.6934-25.791416.0630
CIE-Lab54.8104-32.579521.2997

#50915d color RGB value is (80,145,93).

#50915d hex color red value is 80, green value is 145 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #50915d hue: 0.37 , saturation: 0.29 and the lightness value of 50915d is 0.44.

The process color (four color CMYK) of #50915d color hex is 0.45, 0.00, 0.36, 0.43. Web safe color of #50915d is #669966. Color #50915d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010001 01011101
Octal 120 221 135
Decimal 80 145 93
Hex 50 91 5D

RGB Percentages of Color #50915d

%25.16
%45.60
%29.25

CMYK Percentages of Color #50915d

%45
%0
%36
%43

Triadic Colors of #50915d

#50915d #5d5091 #915d50

Analogous Colors of #50915d

#50915d #50917e #649150

Monochromatic Colors of #50915d

#50915d

Complementary Color

#50915d #915084

#50915d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50915d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50915d Color CSS Codes

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

#50915d Text Font Color

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

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


#50915d Background Color

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

This div background color is #50915d


#50915d Border Color

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

This div border color is #50915d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50915d


Comments

No comments written yet.

Please login to write comment.