COLOR #50765D

HEX: #50765D
RGB: (80,118,93)

Color info

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

RGB color model

#50765D color RGB value is (80,118,93).

  • red value is 80;
  • green value is 118;
  • blue value is 93.
RGB:
(80,118,93)
(31%,46%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 93 of 255 = 36%

80
118
93

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

Portions of RGB colors in percentages

R + G + B =
80 + 118 + 93 = 291 (100%)
R 80 of 291 ~ 27.49%
G 118 of 291 ~ 40.55%
B 93 of 291 ~ 31.96%

%27.49
%40.55
%31.96

CMYK color model

#50765D color CMYK value is (32,0,21,54).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 53.73%
CMYK:
(32,0,21,54)
C32M0Y21K54 
(32%,0%,21%,54%)
(0.32/0.00/0.21/0.54)	

CMYK percentages

%32.2
%0
%21.19
%53.73

Codes

Color #50765D in popluar color models

50765D
RGB8011893
HSL141°19.19%38.82%
HSB/HSV141°32.20%46.27%
CMYK32.20%0.00%21.19%
53.73%

Color #50765D in popluar number systems.

HEX50765D
Decimal8011893
Binary101000011101101011101
Octal120166135

Shades and tints

Shades of #50765D

#50765D
(80,118,93)
#496C55
(73,108,85)
#42624D
(66,98,77)
#3B5845
(59,88,69)
#344E3D
(52,78,61)
#2D4435
(45,68,53)
#263A2D
(38,58,45)
#1F3025
(31,48,37)
#18261D
(24,38,29)
#111C15
(17,28,21)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #50765D

#50765D
(80,118,93)
#5F826B
(95,130,107)
#6E8E79
(110,142,121)
#7D9A87
(125,154,135)
#8CA695
(140,166,149)
#9BB2A3
(155,178,163)
#AABEB1
(170,190,177)
#B9CABF
(185,202,191)
#C8D6CD
(200,214,205)
#D7E2DB
(215,226,219)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50765D color. Also use rgb(80,118,93) instead hex code.

Text Font Color

.myTextColor { color: #50765D; }

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

This text font color is #50765D.


Background Color

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

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

This div background color is #50765D.


Border color

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

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

This div border color is #50765D.


Opacity

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

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

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

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

This text has shadow with #50765D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50765D on black background.


Color preview on white background

This text has color #50765D on white background.



Black color preview on #50765D background

This text has black color on #50765D background.


White color preview on #50765D background

This text has white color on #50765D background.