COLOR #50692E

HEX: #50692E
RGB: (80,105,46)

Color info

#50692E contains red, green and blue colors in about the same proportion. Web safe color of #50692E is #666633 (or #663).

RGB color model

#50692E color RGB value is (80,105,46).

  • red value is 80;
  • green value is 105;
  • blue value is 46.
RGB:
(80,105,46)
(31%,41%,18%)

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 46 of 255 = 18%

80
105
46

R + G + B ~ 30%. #50692E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 46 = 231 (100%)
R 80 of 231 ~ 34.63%
G 105 of 231 ~ 45.45%
B 46 of 231 ~ 19.91%

%34.63
%45.45
%19.91

CMYK color model

#50692E color CMYK value is (24,0,56,59).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 56.19%
  • key color value is 58.82%
CMYK:
(24,0,56,59)
C24M0Y56K59 
(24%,0%,56%,59%)
(0.24/0.00/0.56/0.59)	

CMYK percentages

%23.81
%0
%56.19
%58.82

Codes

Color #50692E in popluar color models

50692E
RGB8010546
HSL85°39.07%29.61%
HSB/HSV85°56.19%41.18%
CMYK23.81%0.00%56.19%
58.82%

Color #50692E in popluar number systems.

HEX50692E
Decimal8010546
Binary10100001101001101110
Octal12015156

Shades and tints

Shades of #50692E

#50692E
(80,105,46)
#49602A
(73,96,42)
#425726
(66,87,38)
#3B4E22
(59,78,34)
#34451E
(52,69,30)
#2D3C1A
(45,60,26)
#263316
(38,51,22)
#1F2A12
(31,42,18)
#18210E
(24,33,14)
#11180A
(17,24,10)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #50692E

#50692E
(80,105,46)
#5F7641
(95,118,65)
#6E8354
(110,131,84)
#7D9067
(125,144,103)
#8C9D7A
(140,157,122)
#9BAA8D
(155,170,141)
#AAB7A0
(170,183,160)
#B9C4B3
(185,196,179)
#C8D1C6
(200,209,198)
#D7DED9
(215,222,217)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50692E color. Also use rgb(80,105,46) instead hex code.

Text Font Color

.myTextColor { color: #50692E; }

<p style="color:#50692E">This sample text font color is #50692E.</p>

This text font color is #50692E.


Background Color

.myBgColor { background-color: #50692E; }

<div style="background-color:#50692E">Inner text</div>

This div background color is #50692E.


Border color

.myBorderColor { border: 1px solid #50692E; }

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

This div border color is #50692E.


Opacity

.myOpacity80 { color: #50692E; opacity: 0.8; }

<p style="color:#50692E;opacity:0.8;">80%</p>

Text with #50692E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #50692E;}

<p style="text-shadow: 3px 3px 1px #50692E">Text here.</p>

This text has shadow with #50692E color.

.textShadow {text-shadow: 3px 3px 1px #50692E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #50692E, 5px 5px 20px red">Text here.</p>

This text has shadow with #50692E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50692E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#50692E, Direction=45, Strength=4)">Text</p>

This text has shadow with #50692E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #50692E;
  -webkit-box-shadow:	1px 1px 3px 2px #50692E;
  box-shadow:		1px 1px 3px 2px #50692E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50692E;
-webkit-box-shadow: 1px 1px 3px 2px #50692E;
box-shadow:1px 1px 3px 2px #50692E;">
Div content here</div>
This div box has shadow with color #50692E.

Preview

Color preview on black background

This text has color #50692E on black background.


Color preview on white background

This text has color #50692E on white background.



Black color preview on #50692E background

This text has black color on #50692E background.


White color preview on #50692E background

This text has white color on #50692E background.