COLOR #50764B

HEX: #50764B RGB: (80,118,75)

Color info

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

RGB color model

#50764B color RGB value is (80,118,75).

RGB: (80,118,75) (31%, 46%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 75 of 255 = 29%

80
118
75

R + G + B ~ 35%. #50764B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 118 + 75 = 273 (100%)
R 80 of 273 ~ 29.3%
G 118 of 273 ~ 43.22%
B 75 of 273 ~ 27.47'%

%29.3
%43.22
%27.47

CMYK color model

#50764B color CMYK value is (32,0,36,54).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 53.73%

CMYK: (32,0,36,54)
C32M0Y36K54 (32%, 0%, 36%, 54%)
(0.32 / 0.00 / 0.36 / 0.54)

CMYK percentages

%32.2
%0
%36.44
%53.73

Codes

Color #50764B in popluar color models

50 76 4B
RGB 80 118 75
HSL 113° 22.28% 37.84%
HSB/HSV 113° 36.44% 46.27%
CMYK 32.20% 0.00% 36.44%
53.73%

Color #50764B in popluar number systems.

HEX 50 76 4B
Decimal 80 118 75
Binary 1010000 1110110 1001011
Octal 120 166 113

Shades and tints

Shades of #50764B

#50764B
(80,118,75)
#496C45
(73,108,69)
#42623F
(66,98,63)
#3B5839
(59,88,57)
#344E33
(52,78,51)
#2D442D
(45,68,45)
#263A27
(38,58,39)
#1F3021
(31,48,33)
#18261B
(24,38,27)
#111C15
(17,28,21)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #50764B

#50764B
(80,118,75)
#5F825B
(95,130,91)
#6E8E6B
(110,142,107)
#7D9A7B
(125,154,123)
#8CA68B
(140,166,139)
#9BB29B
(155,178,155)
#AABEAB
(170,190,171)
#B9CABB
(185,202,187)
#C8D6CB
(200,214,203)
#D7E2DB
(215,226,219)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50764B; }

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

This text font color is #50764B.

Background Color

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

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

This div background color is #50764B.

Border color

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

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

This div border color is #50764B.

Opacity

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

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

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

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

This text has shadow with #50764B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50764B.

Preview

Color preview on black background

This text has color #50764B on black background.


Color preview on white background

This text has color #50764B on white background.


Black color preview on #50764B background

This text has black color on #50764B background.


White color preview on #50764B background

This text has white color on #50764B background.


Related colors

Complementary color

Complementary color for #hex is #AF89B4.


I love getcolorcode.com

Triadic colors

1 #4B5076 and #764B50 with #50764B are triadic colors.

2 #4B7650 and #76504B with #50764B are triadic colors.