COLOR #50746D

HEX: #50746D
RGB: (80,116,109)

Color info

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

RGB color model

#50746D color RGB value is (80,116,109).

  • red value is 80;
  • green value is 116;
  • blue value is 109.
RGB:
(80,116,109)
(31%,45%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 109 of 255 = 43%

80
116
109

R + G + B ~ 40%. #50746D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 116 + 109 = 305 (100%)
R 80 of 305 ~ 26.23%
G 116 of 305 ~ 38.03%
B 109 of 305 ~ 35.74%

%26.23
%38.03
%35.74

CMYK color model

#50746D color CMYK value is (31,0,6,55).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 54.51%
CMYK:
(31,0,6,55)
C31M0Y6K55 
(31%,0%,6%,55%)
(0.31/0.00/0.06/0.55)	

CMYK percentages

%31.03
%0
%6.03
%54.51

Codes

Color #50746D in popluar color models

50746D
RGB80116109
HSL168°18.37%38.43%
HSB/HSV168°31.03%45.49%
CMYK31.03%0.00%6.03%
54.51%

Color #50746D in popluar number systems.

HEX50746D
Decimal80116109
Binary101000011101001101101
Octal120164155

Shades and tints

Shades of #50746D

#50746D
(80,116,109)
#496A64
(73,106,100)
#42605B
(66,96,91)
#3B5652
(59,86,82)
#344C49
(52,76,73)
#2D4240
(45,66,64)
#263837
(38,56,55)
#1F2E2E
(31,46,46)
#182425
(24,36,37)
#111A1C
(17,26,28)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #50746D

#50746D
(80,116,109)
#5F807A
(95,128,122)
#6E8C87
(110,140,135)
#7D9894
(125,152,148)
#8CA4A1
(140,164,161)
#9BB0AE
(155,176,174)
#AABCBB
(170,188,187)
#B9C8C8
(185,200,200)
#C8D4D5
(200,212,213)
#D7E0E2
(215,224,226)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50746D color. Also use rgb(80,116,109) instead hex code.

Text Font Color

.myTextColor { color: #50746D; }

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

This text font color is #50746D.


Background Color

.myBgColor { background-color: #50746D; }

<div style="background-color:#50746D">Inner text</div>

This div background color is #50746D.


Border color

.myBorderColor { border: 1px solid #50746D; }

<div style="border:3px solid #50746D">Div</div>

This div border color is #50746D.


Opacity

.myOpacity80 { color: #50746D; opacity: 0.8; }

<p style="color:#50746D;opacity:0.8;">80%</p>

Text with #50746D 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 #50746D;}

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

This text has shadow with #50746D color.

.textShadow {text-shadow: 3px 3px 1px #50746D, 3px 3px 1px red;}

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

This text has shadow with #50746D primary color and red secondary color.


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

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

This text has shadow with #50746D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50746D on black background.


Color preview on white background

This text has color #50746D on white background.



Black color preview on #50746D background

This text has black color on #50746D background.


White color preview on #50746D background

This text has white color on #50746D background.