COLOR #50694B

HEX: #50694B RGB: (80,105,75)

Color info

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

RGB color model

#50694B color RGB value is (80,105,75).

RGB: (80,105,75) (31%, 41%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 75 of 255 = 29%

80
105
75

R + G + B ~ 34%. #50694B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 105 + 75 = 260 (100%)
R 80 of 260 ~ 30.77%
G 105 of 260 ~ 40.38%
B 75 of 260 ~ 28.85'%

%30.77
%40.38
%28.85

CMYK color model

#50694B color CMYK value is (24,0,29,59).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 58.82%

CMYK: (24,0,29,59)
C24M0Y29K59 (24%, 0%, 29%, 59%)
(0.24 / 0.00 / 0.29 / 0.59)

CMYK percentages

%23.81
%0
%28.57
%58.82

Codes

Color #50694B in popluar color models

50 69 4B
RGB 80 105 75
HSL 110° 16.67% 35.29%
HSB/HSV 110° 28.57% 41.18%
CMYK 23.81% 0.00% 28.57%
58.82%

Color #50694B in popluar number systems.

HEX 50 69 4B
Decimal 80 105 75
Binary 1010000 1101001 1001011
Octal 120 151 113

Shades and tints

Shades of #50694B

#50694B
(80,105,75)
#496045
(73,96,69)
#42573F
(66,87,63)
#3B4E39
(59,78,57)
#344533
(52,69,51)
#2D3C2D
(45,60,45)
#263327
(38,51,39)
#1F2A21
(31,42,33)
#18211B
(24,33,27)
#111815
(17,24,21)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #50694B

#50694B
(80,105,75)
#5F765B
(95,118,91)
#6E836B
(110,131,107)
#7D907B
(125,144,123)
#8C9D8B
(140,157,139)
#9BAA9B
(155,170,155)
#AAB7AB
(170,183,171)
#B9C4BB
(185,196,187)
#C8D1CB
(200,209,203)
#D7DEDB
(215,222,219)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50694B color. Also use rgb(80,105,75) instead hex code.

Text Font Color

.myTextColor { color: #50694B; }

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

This text font color is #50694B.

Background Color

.myBgColor { background-color: #50694B; }

<div style="background-color:#50694B">Inner text</div>

This div background color is #50694B.

Border color

.myBorderColor { border: 1px solid #50694B; }

<div style="border:3px solid #50694B">Div</div>

This div border color is #50694B.

Opacity

.myOpacity80 { color: #50694B; opacity: 0.8; }

<p style="color:#50694B;opacity:0.8;">80%</p>

Text with #50694B 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 #50694B;}

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

This text has shadow with #50694B color.


.textShadow {text-shadow: 3px 3px 1px #50694B', 3px 3px 1px red;}

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

This text has shadow with #50694B primary color and red secondary color.


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

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

This text has shadow with #50694B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50694B; -webkit-box-shadow: 1px 1px 3px 2px #50694B; box-shadow:1px 1px 3px 2px #50694B;">
Div content here
</div>

This div box has shadow with color #50694B.

Preview

Color preview on black background

This text has color #50694B on black background.


Color preview on white background

This text has color #50694B on white background.


Black color preview on #50694B background

This text has black color on #50694B background.


White color preview on #50694B background

This text has white color on #50694B background.


Related colors

Complementary color

Complementary color for #hex is #AF96B4.


I love getcolorcode.com

Triadic colors

1 #4B5069 and #694B50 with #50694B are triadic colors.

2 #4B6950 and #69504B with #50694B are triadic colors.