Color Hex Logo

#50692d Color Hex

#50692D
(80,105,45)
0 Favorites   0 Comments

Color spaces of #50692d

RGB 8010545
HSL0.240.400.29
HSV85°57°41°
CMYK 0.240.000.57   0.59
XYZ8.833511.99814.3329
Yxy11.99810.35100.4768
Hunter Lab34.6383-15.095716.8302
CIE-Lab41.2131-20.125630.3618

#50692d color RGB value is (80,105,45).

#50692d hex color red value is 80, green value is 105 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #50692d hue: 0.24 , saturation: 0.40 and the lightness value of 50692d is 0.29.

The process color (four color CMYK) of #50692d color hex is 0.24, 0.00, 0.57, 0.59. Web safe color of #50692d is #666633. Color #50692d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101001 00101101
Octal 120 151 55
Decimal 80 105 45
Hex 50 69 2D

RGB Percentages of Color #50692d

%34.78
%45.65
%19.57

CMYK Percentages of Color #50692d

%24
%0
%57
%59

Triadic Colors of #50692d

#50692d #2d5069 #692d50

Analogous Colors of #50692d

#50692d #32692d #69642d

Monochromatic Colors of #50692d

#50692d

Complementary Color

#50692d #462d69

#50692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50692d Color CSS Codes

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

#50692d Text Font Color

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

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


#50692d Background Color

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

This div background color is #50692d


#50692d Border Color

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

This div border color is #50692d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50692d


Comments

No comments written yet.

Please login to write comment.