COLOR #503104

HEX: #503104 RGB: (80,49,4)

Color info

#503104 contains mainly red and green colors. Web safe color of #503104 is #663300 (or #630).

RGB color model

#503104 color RGB value is (80,49,4).

RGB: (80,49,4) (31%, 19%, 2%)

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 4 of 255 = 2%

80
49
4

R + G + B ~ 17%. #503104 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 49 + 4 = 133 (100%)
R 80 of 133 ~ 60.15%
G 49 of 133 ~ 36.84%
B 4 of 133 ~ 3.01'%

%60.15
%36.84

CMYK color model

#503104 color CMYK value is (0,39,95,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 95.00%
  • key color value is 68.63%

CMYK: (0,39,95,69)
C0M39Y95K69 (0%, 39%, 95%, 69%)
(0.00 / 0.39 / 0.95 / 0.69)

CMYK percentages

%0
%38.75
%95
%68.63

Codes

Color #503104 in popluar color models

50 31 04
RGB 80 49 4
HSL 36° 90.48% 16.47%
HSB/HSV 36° 95.00% 31.37%
CMYK 0.00% 38.75% 95.00%
68.63%

Color #503104 in popluar number systems.

HEX 50 31 04
Decimal 80 49 4
Binary 1010000 110001 100
Octal 120 61 4

Shades and tints

Shades of #503104

#503104
(80,49,4)
#492D04
(73,45,4)
#422904
(66,41,4)
#3B2504
(59,37,4)
#342104
(52,33,4)
#2D1D04
(45,29,4)
#261904
(38,25,4)
#1F1504
(31,21,4)
#181104
(24,17,4)
#110D04
(17,13,4)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #503104

#503104
(80,49,4)
#5F431A
(95,67,26)
#6E5530
(110,85,48)
#7D6746
(125,103,70)
#8C795C
(140,121,92)
#9B8B72
(155,139,114)
#AA9D88
(170,157,136)
#B9AF9E
(185,175,158)
#C8C1B4
(200,193,180)
#D7D3CA
(215,211,202)
#E6E5E0
(230,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503104 color. Also use rgb(80,49,4) instead hex code.

Text Font Color

.myTextColor { color: #503104; }

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

This text font color is #503104.

Background Color

.myBgColor { background-color: #503104; }

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

This div background color is #503104.

Border color

.myBorderColor { border: 1px solid #503104; }

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

This div border color is #503104.

Opacity

.myOpacity80 { color: #503104; opacity: 0.8; }

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

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

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

This text has shadow with #503104 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503104.

Preview

Color preview on black background

This text has color #503104 on black background.


Color preview on white background

This text has color #503104 on white background.


Black color preview on #503104 background

This text has black color on #503104 background.


White color preview on #503104 background

This text has white color on #503104 background.


Related colors

Complementary color

Complementary color for #hex is #AFCEFB.


I love getcolorcode.com

Triadic colors

1 #045031 and #310450 with #503104 are triadic colors.

2 #043150 and #315004 with #503104 are triadic colors.