COLOR #50614B

HEX: #50614B
RGB: (80,97,75)

Color info

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

RGB color model

#50614B color RGB value is (80,97,75).

  • red value is 80;
  • green value is 97;
  • blue value is 75.
RGB:
(80,97,75)
(31%,38%,29%)

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 75 of 255 = 29%

80
97
75

R + G + B ~ 33%. #50614B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 75 = 252 (100%)
R 80 of 252 ~ 31.75%
G 97 of 252 ~ 38.49%
B 75 of 252 ~ 29.76%

%31.75
%38.49
%29.76

CMYK color model

#50614B color CMYK value is (18,0,23,62).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(18,0,23,62)
C18M0Y23K62 
(18%,0%,23%,62%)
(0.18/0.00/0.23/0.62)	

CMYK percentages

%17.53
%0
%22.68
%61.96

Codes

Color #50614B in popluar color models

50614B
RGB809775
HSL106°12.79%33.73%
HSB/HSV106°22.68%38.04%
CMYK17.53%0.00%22.68%
61.96%

Color #50614B in popluar number systems.

HEX50614B
Decimal809775
Binary101000011000011001011
Octal120141113

Shades and tints

Shades of #50614B

#50614B
(80,97,75)
#495945
(73,89,69)
#42513F
(66,81,63)
#3B4939
(59,73,57)
#344133
(52,65,51)
#2D392D
(45,57,45)
#263127
(38,49,39)
#1F2921
(31,41,33)
#18211B
(24,33,27)
#111915
(17,25,21)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #50614B

#50614B
(80,97,75)
#5F6F5B
(95,111,91)
#6E7D6B
(110,125,107)
#7D8B7B
(125,139,123)
#8C998B
(140,153,139)
#9BA79B
(155,167,155)
#AAB5AB
(170,181,171)
#B9C3BB
(185,195,187)
#C8D1CB
(200,209,203)
#D7DFDB
(215,223,219)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50614B; }

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

This text font color is #50614B.


Background Color

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

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

This div background color is #50614B.


Border color

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

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

This div border color is #50614B.


Opacity

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

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

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

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

This text has shadow with #50614B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50614B on black background.


Color preview on white background

This text has color #50614B on white background.



Black color preview on #50614B background

This text has black color on #50614B background.


White color preview on #50614B background

This text has white color on #50614B background.