COLOR #50775B

HEX: #50775B
RGB: (80,119,91)

Color info

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

RGB color model

#50775B color RGB value is (80,119,91).

  • red value is 80;
  • green value is 119;
  • blue value is 91.
RGB: (80,119,91) (31%,47%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 91 of 255 = 36%

80
119
91

R + G + B ~ 38%. #50775B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 91 = 290 (100%)
R 80 of 290 ~ 27.59%
G 119 of 290 ~ 41.03%
B 91 of 290 ~ 31.38%

%27.59
%41.03
%31.38

CMYK color model

#50775B color CMYK value is (33,0,24,53).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 53.33%
CMYK: (33,0,24,53) C33M0Y24K53 (33%,0%,24%,53%) (0.33/0.00/0.24/0.53)

CMYK percentages

%32.77
%0
%23.53
%53.33

Codes

Color #50775B in popluar color models

50775B
RGB8011991
HSL137°19.60%39.02%
HSB/HSV137°32.77%46.67%
CMYK32.77%0.00%23.53%
53.33%

Color #50775B in popluar number systems.

HEX50775B
Decimal8011991
Binary101000011101111011011
Octal120167133

Shades and tints

Shades of #50775B

#50775B
(80,119,91)
#496D53
(73,109,83)
#42634B
(66,99,75)
#3B5943
(59,89,67)
#344F3B
(52,79,59)
#2D4533
(45,69,51)
#263B2B
(38,59,43)
#1F3123
(31,49,35)
#18271B
(24,39,27)
#111D13
(17,29,19)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #50775B

#50775B
(80,119,91)
#5F8369
(95,131,105)
#6E8F77
(110,143,119)
#7D9B85
(125,155,133)
#8CA793
(140,167,147)
#9BB3A1
(155,179,161)
#AABFAF
(170,191,175)
#B9CBBD
(185,203,189)
#C8D7CB
(200,215,203)
#D7E3D9
(215,227,217)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50775B; }

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

This text font color is #50775B.


Background Color

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

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

This div background color is #50775B.


Border color

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

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

This div border color is #50775B.


Opacity

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

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

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

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

This text has shadow with #50775B color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #50775B; -webkit-box-shadow:	1px 1px 3px 2px #50775B; box-shadow:	1px 1px 3px 2px #50775B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50775B; -webkit-box-shadow: 1px 1px 3px 2px #50775B; box-shadow:1px 1px 3px 2px #50775B;">
Div content here</div>
This div box has shadow with color #50775B.

Preview

Color preview on black background

This text has color #50775B on black background.


Color preview on white background

This text has color #50775B on white background.



Black color preview on #50775B background

This text has black color on #50775B background.


White color preview on #50775B background

This text has white color on #50775B background.