Color Hex Logo

#50673a Color Hex

#50673A
(80,103,58)
0 Favorites   0 Comments

Color spaces of #50673a

RGB 8010358
HSL0.250.280.32
HSV91°44°40°
CMYK 0.220.000.44   0.60
XYZ8.922211.71155.7933
Yxy11.71150.33760.4432
Hunter Lab34.2221-13.351013.9185
CIE-Lab40.7539-17.390622.6283

#50673a color RGB value is (80,103,58).

#50673a hex color red value is 80, green value is 103 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #50673a hue: 0.25 , saturation: 0.28 and the lightness value of 50673a is 0.32.

The process color (four color CMYK) of #50673a color hex is 0.22, 0.00, 0.44, 0.60. Web safe color of #50673a is #666633. Color #50673a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100111 00111010
Octal 120 147 72
Decimal 80 103 58
Hex 50 67 3A

RGB Percentages of Color #50673a

%33.20
%42.74
%24.07

CMYK Percentages of Color #50673a

%22
%0
%44
%60

Triadic Colors of #50673a

#50673a #3a5067 #673a50

Analogous Colors of #50673a

#50673a #3a673b #67673a

Monochromatic Colors of #50673a

#50673a

Complementary Color

#50673a #513a67

#50673a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50673a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50673a Color CSS Codes

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

#50673a Text Font Color

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

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


#50673a Background Color

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

This div background color is #50673a


#50673a Border Color

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

This div border color is #50673a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50673a


Comments

No comments written yet.

Please login to write comment.