COLOR #50581A

HEX: #50581A RGB: (80,88,26)

Color info

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

RGB color model

#50581A color RGB value is (80,88,26).

RGB: (80,88,26) (31%, 35%, 10%)

RGB channels and saturation

R 80 of 255 = 31%
G 88 of 255 = 35%
B 26 of 255 = 10%

80
88
26

R + G + B ~ 25%. #50581A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 88 + 26 = 194 (100%)
R 80 of 194 ~ 41.24%
G 88 of 194 ~ 45.36%
B 26 of 194 ~ 13.4'%

%41.24
%45.36
%13.4

CMYK color model

#50581A color CMYK value is (9,0,70,65).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 70.45%
  • key color value is 65.49%
CMYK: (9,0,70,65) C9M0Y70K65 (9%,0%,70%,65%) (0.09/0.00/0.70/0.65) 

CMYK percentages

%9.09
%0
%70.45
%65.49

Codes

Color #50581A in popluar color models

50 58 1A
RGB 80 88 26
HSL 68° 54.39% 22.35%
HSB/HSV 68° 70.45% 34.51%
CMYK 9.09% 0.00% 70.45%
65.49%

Color #50581A in popluar number systems.

HEX 50 58 1A
Decimal 80 88 26
Binary 1010000 1011000 11010
Octal 120 130 32

Shades and tints

Shades of #50581A

#50581A
(80,88,26)
#495018
(73,80,24)
#424816
(66,72,22)
#3B4014
(59,64,20)
#343812
(52,56,18)
#2D3010
(45,48,16)
#26280E
(38,40,14)
#1F200C
(31,32,12)
#18180A
(24,24,10)
#111008
(17,16,8)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #50581A

#50581A
(80,88,26)
#5F672E
(95,103,46)
#6E7642
(110,118,66)
#7D8556
(125,133,86)
#8C946A
(140,148,106)
#9BA37E
(155,163,126)
#AAB292
(170,178,146)
#B9C1A6
(185,193,166)
#C8D0BA
(200,208,186)
#D7DFCE
(215,223,206)
#E6EEE2
(230,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50581A color. Also use rgb(80,88,26) instead hex code.

Text Font Color

.myTextColor { color: #50581A; }

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

This text font color is #50581A.

Background Color

.myBgColor { background-color: #50581A; }

<div style="background-color:#50581A">Inner text</div>

This div background color is #50581A.

Border color

.myBorderColor { border: 1px solid #50581A; }

<div style="border:3px solid #50581A">Div</div>

This div border color is #50581A.

Opacity

.myOpacity80 { color: #50581A; opacity: 0.8; }

<p style="color:#50581A;opacity:0.8;">80%</p>

Text with #50581A 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 #50581A;}

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

This text has shadow with #50581A color.


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

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

This text has shadow with #50581A primary color and red secondary color.


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

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

This text has shadow with #50581A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50581A.

Preview

Color preview on black background

This text has color #50581A on black background.


Color preview on white background

This text has color #50581A on white background.


Black color preview on #50581A background

This text has black color on #50581A background.


White color preview on #50581A background

This text has white color on #50581A background.


Related colors

Complementary color

Complementary color for #hex is #AFA7E5.


I love getcolorcode.com

Triadic colors

1 #1A5058 and #581A50 with #50581A are triadic colors.

2 #1A5850 and #58501A with #50581A are triadic colors.