COLOR #50614F

HEX: #50614F
RGB: (80,97,79)

Color info

#50614F contains red, green and blue colors in about the same proportion. Web safe color of #50614F is #666666 (or #666).

RGB color model

#50614F color RGB value is (80,97,79).

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

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 79 of 255 = 31%

80
97
79

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

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 79 = 256 (100%)
R 80 of 256 ~ 31.25%
G 97 of 256 ~ 37.89%
B 79 of 256 ~ 30.86%

%31.25
%37.89
%30.86

CMYK color model

#50614F color CMYK value is (18,0,19,62).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(18,0,19,62)
C18M0Y19K62 
(18%,0%,19%,62%)
(0.18/0.00/0.19/0.62)	

CMYK percentages

%17.53
%0
%18.56
%61.96

Codes

Color #50614F in popluar color models

50614F
RGB809779
HSL117°10.23%34.51%
HSB/HSV117°18.56%38.04%
CMYK17.53%0.00%18.56%
61.96%

Color #50614F in popluar number systems.

HEX50614F
Decimal809779
Binary101000011000011001111
Octal120141117

Shades and tints

Shades of #50614F

#50614F
(80,97,79)
#495948
(73,89,72)
#425141
(66,81,65)
#3B493A
(59,73,58)
#344133
(52,65,51)
#2D392C
(45,57,44)
#263125
(38,49,37)
#1F291E
(31,41,30)
#182117
(24,33,23)
#111910
(17,25,16)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #50614F

#50614F
(80,97,79)
#5F6F5F
(95,111,95)
#6E7D6F
(110,125,111)
#7D8B7F
(125,139,127)
#8C998F
(140,153,143)
#9BA79F
(155,167,159)
#AAB5AF
(170,181,175)
#B9C3BF
(185,195,191)
#C8D1CF
(200,209,207)
#D7DFDF
(215,223,223)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50614F; }

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

This text font color is #50614F.


Background Color

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

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

This div background color is #50614F.


Border color

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

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

This div border color is #50614F.


Opacity

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

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

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

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

This text has shadow with #50614F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50614F on black background.


Color preview on white background

This text has color #50614F on white background.



Black color preview on #50614F background

This text has black color on #50614F background.


White color preview on #50614F background

This text has white color on #50614F background.