COLOR #50861C

HEX: #50861C RGB: (80,134,28)

Color info

#50861C contains mainly red and green colors. Web safe color of #50861C is #669933 (or #693).

RGB color model

#50861C color RGB value is (80,134,28).

RGB: (80,134,28) (31%, 53%, 11%)

RGB channels and saturation

R 80 of 255 = 31%
G 134 of 255 = 53%
B 28 of 255 = 11%

80
134
28

R + G + B ~ 32%. #50861C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 134 + 28 = 242 (100%)
R 80 of 242 ~ 33.06%
G 134 of 242 ~ 55.37%
B 28 of 242 ~ 11.57'%

%33.06
%55.37
%11.57

CMYK color model

#50861C color CMYK value is (40,0,79,47).

  • cyan value is 40.30%
  • magenta value is 0.00%
  • yellow value is 79.10%
  • key color value is 47.45%

CMYK: (40,0,79,47)
C40M0Y79K47 (40%, 0%, 79%, 47%)
(0.40 / 0.00 / 0.79 / 0.47)

CMYK percentages

%40.3
%0
%79.1
%47.45

Codes

Color #50861C in popluar color models

50 86 1C
RGB 80 134 28
HSL 91° 65.43% 31.76%
HSB/HSV 91° 79.10% 52.55%
CMYK 40.30% 0.00% 79.10%
47.45%

Color #50861C in popluar number systems.

HEX 50 86 1C
Decimal 80 134 28
Binary 1010000 10000110 11100
Octal 120 206 34

Shades and tints

Shades of #50861C

#50861C
(80,134,28)
#497A1A
(73,122,26)
#426E18
(66,110,24)
#3B6216
(59,98,22)
#345614
(52,86,20)
#2D4A12
(45,74,18)
#263E10
(38,62,16)
#1F320E
(31,50,14)
#18260C
(24,38,12)
#111A0A
(17,26,10)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #50861C

#50861C
(80,134,28)
#5F9130
(95,145,48)
#6E9C44
(110,156,68)
#7DA758
(125,167,88)
#8CB26C
(140,178,108)
#9BBD80
(155,189,128)
#AAC894
(170,200,148)
#B9D3A8
(185,211,168)
#C8DEBC
(200,222,188)
#D7E9D0
(215,233,208)
#E6F4E4
(230,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50861C color. Also use rgb(80,134,28) instead hex code.

Text Font Color

.myTextColor { color: #50861C; }

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

This text font color is #50861C.

Background Color

.myBgColor { background-color: #50861C; }

<div style="background-color:#50861C">Inner text</div>

This div background color is #50861C.

Border color

.myBorderColor { border: 1px solid #50861C; }

<div style="border:3px solid #50861C">Div</div>

This div border color is #50861C.

Opacity

.myOpacity80 { color: #50861C; opacity: 0.8; }

<p style="color:#50861C;opacity:0.8;">80%</p>

Text with #50861C 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 #50861C;}

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

This text has shadow with #50861C color.


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

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

This text has shadow with #50861C primary color and red secondary color.


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

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

This text has shadow with #50861C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50861C.

Preview

Color preview on black background

This text has color #50861C on black background.


Color preview on white background

This text has color #50861C on white background.


Black color preview on #50861C background

This text has black color on #50861C background.


White color preview on #50861C background

This text has white color on #50861C background.


Related colors

Complementary color

Complementary color for #hex is #AF79E3.


I love getcolorcode.com

Triadic colors

1 #1C5086 and #861C50 with #50861C are triadic colors.

2 #1C8650 and #86501C with #50861C are triadic colors.