COLOR #50762B

HEX: #50762B
RGB: (80,118,43)

Color info

#50762B contains mainly red and green colors. Web safe color of #50762B is #666633 (or #663).

RGB color model

#50762B color RGB value is (80,118,43).

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

RGB channels and saturation

R 80 of 255 = 31%
G 118 of 255 = 46%
B 43 of 255 = 17%

80
118
43

R + G + B ~ 31%. #50762B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 118 + 43 = 241 (100%)
R 80 of 241 ~ 33.2%
G 118 of 241 ~ 48.96%
B 43 of 241 ~ 17.84%

%33.2
%48.96
%17.84

CMYK color model

#50762B color CMYK value is (32,0,64,54).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK:
(32,0,64,54)
C32M0Y64K54 
(32%,0%,64%,54%)
(0.32/0.00/0.64/0.54)	

CMYK percentages

%32.2
%0
%63.56
%53.73

Codes

Color #50762B in popluar color models

50762B
RGB8011843
HSL90°46.58%31.57%
HSB/HSV90°63.56%46.27%
CMYK32.20%0.00%63.56%
53.73%

Color #50762B in popluar number systems.

HEX50762B
Decimal8011843
Binary10100001110110101011
Octal12016653

Shades and tints

Shades of #50762B

#50762B
(80,118,43)
#496C28
(73,108,40)
#426225
(66,98,37)
#3B5822
(59,88,34)
#344E1F
(52,78,31)
#2D441C
(45,68,28)
#263A19
(38,58,25)
#1F3016
(31,48,22)
#182613
(24,38,19)
#111C10
(17,28,16)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #50762B

#50762B
(80,118,43)
#5F823E
(95,130,62)
#6E8E51
(110,142,81)
#7D9A64
(125,154,100)
#8CA677
(140,166,119)
#9BB28A
(155,178,138)
#AABE9D
(170,190,157)
#B9CAB0
(185,202,176)
#C8D6C3
(200,214,195)
#D7E2D6
(215,226,214)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50762B; }

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

This text font color is #50762B.


Background Color

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

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

This div background color is #50762B.


Border color

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

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

This div border color is #50762B.


Opacity

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

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

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

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

This text has shadow with #50762B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50762B on black background.


Color preview on white background

This text has color #50762B on white background.



Black color preview on #50762B background

This text has black color on #50762B background.


White color preview on #50762B background

This text has white color on #50762B background.