COLOR #50580C

HEX: #50580C RGB: (80,88,12)

Color info

#50580C contains mainly red and green colors. Web safe color of #50580C is #666600 (or #660).

RGB color model

#50580C color RGB value is (80,88,12).

RGB: (80,88,12) (31%, 35%, 5%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 12 of 255 = 5%

80
88
12

R + G + B ~ 24%. #50580C is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 12 = 180 (100%)
R 80 of 180 ~ 44.44%
G 88 of 180 ~ 48.89%
B 12 of 180 ~ 6.67'%

%44.44
%48.89

CMYK color model

#50580C color CMYK value is (9,0,86,65).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 86.36%
  • key color value is 65.49%

CMYK: (9,0,86,65)
C9M0Y86K65 (9%, 0%, 86%, 65%)
(0.09 / 0.00 / 0.86 / 0.65)

CMYK percentages

%9.09
%0
%86.36
%65.49

Codes

Color #50580C in popluar color models

50 58 0C
RGB 80 88 12
HSL 66° 76.00% 19.61%
HSB/HSV 66° 86.36% 34.51%
CMYK 9.09% 0.00% 86.36%
65.49%

Color #50580C in popluar number systems.

HEX 50 58 0C
Decimal 80 88 12
Binary 1010000 1011000 1100
Octal 120 130 14

Shades and tints

Shades of #50580C

#50580C
(80,88,12)
#49500B
(73,80,11)
#42480A
(66,72,10)
#3B4009
(59,64,9)
#343808
(52,56,8)
#2D3007
(45,48,7)
#262806
(38,40,6)
#1F2005
(31,32,5)
#181804
(24,24,4)
#111003
(17,16,3)
#0A0802
(10,8,2)
#000000
(0,0,0)

Tints of #50580C

#50580C
(80,88,12)
#5F6722
(95,103,34)
#6E7638
(110,118,56)
#7D854E
(125,133,78)
#8C9464
(140,148,100)
#9BA37A
(155,163,122)
#AAB290
(170,178,144)
#B9C1A6
(185,193,166)
#C8D0BC
(200,208,188)
#D7DFD2
(215,223,210)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50580C color. Also use rgb(80,88,12) instead hex code.

Text Font Color

.myTextColor { color: #50580C; }

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

This text font color is #50580C.

Background Color

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

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

This div background color is #50580C.

Border color

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

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

This div border color is #50580C.

Opacity

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

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

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

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

This text has shadow with #50580C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50580C.

Preview

Color preview on black background

This text has color #50580C on black background.


Color preview on white background

This text has color #50580C on white background.


Black color preview on #50580C background

This text has black color on #50580C background.


White color preview on #50580C background

This text has white color on #50580C background.


Related colors

Complementary color

Complementary color for #hex is #AFA7F3.


I love getcolorcode.com

Triadic colors

1 #0C5058 and #580C50 with #50580C are triadic colors.

2 #0C5850 and #58500C with #50580C are triadic colors.