COLOR #50774B

HEX: #50774B RGB: (80,119,75)

Color info

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

RGB color model

#50774B color RGB value is (80,119,75).

RGB: (80,119,75) (31%, 47%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 75 of 255 = 29%

80
119
75

R + G + B ~ 36%. #50774B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 119 + 75 = 274 (100%)
R 80 of 274 ~ 29.2%
G 119 of 274 ~ 43.43%
B 75 of 274 ~ 27.37'%

%29.2
%43.43
%27.37

CMYK color model

#50774B color CMYK value is (33,0,37,53).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK: (33,0,37,53) C33M0Y37K53 (33%,0%,37%,53%) (0.33/0.00/0.37/0.53) 

CMYK percentages

%32.77
%0
%36.97
%53.33

Codes

Color #50774B in popluar color models

50 77 4B
RGB 80 119 75
HSL 113° 22.68% 38.04%
HSB/HSV 113° 36.97% 46.67%
CMYK 32.77% 0.00% 36.97%
53.33%

Color #50774B in popluar number systems.

HEX 50 77 4B
Decimal 80 119 75
Binary 1010000 1110111 1001011
Octal 120 167 113

Shades and tints

Shades of #50774B

#50774B
(80,119,75)
#496D45
(73,109,69)
#42633F
(66,99,63)
#3B5939
(59,89,57)
#344F33
(52,79,51)
#2D452D
(45,69,45)
#263B27
(38,59,39)
#1F3121
(31,49,33)
#18271B
(24,39,27)
#111D15
(17,29,21)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #50774B

#50774B
(80,119,75)
#5F835B
(95,131,91)
#6E8F6B
(110,143,107)
#7D9B7B
(125,155,123)
#8CA78B
(140,167,139)
#9BB39B
(155,179,155)
#AABFAB
(170,191,171)
#B9CBBB
(185,203,187)
#C8D7CB
(200,215,203)
#D7E3DB
(215,227,219)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50774B; }

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

This text font color is #50774B.

Background Color

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

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

This div background color is #50774B.

Border color

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

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

This div border color is #50774B.

Opacity

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

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

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

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

This text has shadow with #50774B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50774B.

Preview

Color preview on black background

This text has color #50774B on black background.


Color preview on white background

This text has color #50774B on white background.


Black color preview on #50774B background

This text has black color on #50774B background.


White color preview on #50774B background

This text has white color on #50774B background.


Related colors

Complementary color

Complementary color for #hex is #AF88B4.


I love getcolorcode.com

Triadic colors

1 #4B5077 and #774B50 with #50774B are triadic colors.

2 #4B7750 and #77504B with #50774B are triadic colors.