Color Hex Logo

#50634a Color Hex

#50634A
(80,99,74)
0 Favorites   0 Comments

Color spaces of #50634a

RGB 809974
HSL0.290.140.34
HSV106°25°39°
CMYK 0.190.000.25   0.61
XYZ9.006111.12368.1510
Yxy11.12360.31850.3933
Hunter Lab33.3521-10.16558.8564
CIE-Lab39.7879-12.516811.8952

#50634a color RGB value is (80,99,74).

#50634a hex color red value is 80, green value is 99 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #50634a hue: 0.29 , saturation: 0.14 and the lightness value of 50634a is 0.34.

The process color (four color CMYK) of #50634a color hex is 0.19, 0.00, 0.25, 0.61. Web safe color of #50634a is #666633. Color #50634a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100011 01001010
Octal 120 143 112
Decimal 80 99 74
Hex 50 63 4A

RGB Percentages of Color #50634a

%31.62
%39.13
%29.25

CMYK Percentages of Color #50634a

%19
%0
%25
%61

Triadic Colors of #50634a

#50634a #4a5063 #634a50

Analogous Colors of #50634a

#50634a #4a6351 #5d634a

Monochromatic Colors of #50634a

#50634a

Complementary Color

#50634a #5d4a63

#50634a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50634a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50634a Color CSS Codes

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

#50634a Text Font Color

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

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


#50634a Background Color

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

This div background color is #50634a


#50634a Border Color

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

This div border color is #50634a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50634a


Comments

No comments written yet.

Please login to write comment.