COLOR #50745C

HEX: #50745C RGB: (80,116,92)

Color info

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

RGB color model

#50745C color RGB value is (80,116,92).

RGB: (80,116,92) (31%, 45%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 92 of 255 = 36%

80
116
92

R + G + B ~ 37%. #50745C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 116 + 92 = 288 (100%)
R 80 of 288 ~ 27.78%
G 116 of 288 ~ 40.28%
B 92 of 288 ~ 31.94'%

%27.78
%40.28
%31.94

CMYK color model

#50745C color CMYK value is (31,0,21,55).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK: (31,0,21,55) C31M0Y21K55 (31%,0%,21%,55%) (0.31/0.00/0.21/0.55) 

CMYK percentages

%31.03
%0
%20.69
%54.51

Codes

Color #50745C in popluar color models

50 74 5C
RGB 80 116 92
HSL 140° 18.37% 38.43%
HSB/HSV 140° 31.03% 45.49%
CMYK 31.03% 0.00% 20.69%
54.51%

Color #50745C in popluar number systems.

HEX 50 74 5C
Decimal 80 116 92
Binary 1010000 1110100 1011100
Octal 120 164 134

Shades and tints

Shades of #50745C

#50745C
(80,116,92)
#496A54
(73,106,84)
#42604C
(66,96,76)
#3B5644
(59,86,68)
#344C3C
(52,76,60)
#2D4234
(45,66,52)
#26382C
(38,56,44)
#1F2E24
(31,46,36)
#18241C
(24,36,28)
#111A14
(17,26,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #50745C

#50745C
(80,116,92)
#5F806A
(95,128,106)
#6E8C78
(110,140,120)
#7D9886
(125,152,134)
#8CA494
(140,164,148)
#9BB0A2
(155,176,162)
#AABCB0
(170,188,176)
#B9C8BE
(185,200,190)
#C8D4CC
(200,212,204)
#D7E0DA
(215,224,218)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50745C color. Also use rgb(80,116,92) instead hex code.

Text Font Color

.myTextColor { color: #50745C; }

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

This text font color is #50745C.

Background Color

.myBgColor { background-color: #50745C; }

<div style="background-color:#50745C">Inner text</div>

This div background color is #50745C.

Border color

.myBorderColor { border: 1px solid #50745C; }

<div style="border:3px solid #50745C">Div</div>

This div border color is #50745C.

Opacity

.myOpacity80 { color: #50745C; opacity: 0.8; }

<p style="color:#50745C;opacity:0.8;">80%</p>

Text with #50745C 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 #50745C;}

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

This text has shadow with #50745C color.


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

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

This text has shadow with #50745C primary color and red secondary color.


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

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

This text has shadow with #50745C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50745C.

Preview

Color preview on black background

This text has color #50745C on black background.


Color preview on white background

This text has color #50745C on white background.


Black color preview on #50745C background

This text has black color on #50745C background.


White color preview on #50745C background

This text has white color on #50745C background.


Related colors

Complementary color

Complementary color for #hex is #AF8BA3.


I love getcolorcode.com

Triadic colors

1 #5C5074 and #745C50 with #50745C are triadic colors.

2 #5C7450 and #74505C with #50745C are triadic colors.