COLOR #503B26

HEX: #503B26 RGB: (80,59,38)

Color info

#503B26 contains red, green and blue colors in about the same proportion. Web safe color of #503B26 is #663333 (or #633).

RGB color model

#503B26 color RGB value is (80,59,38).

RGB: (80,59,38) (31%, 23%, 15%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 38 of 255 = 15%

80
59
38

R + G + B ~ 23%. #503B26 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 59 + 38 = 177 (100%)
R 80 of 177 ~ 45.2%
G 59 of 177 ~ 33.33%
B 38 of 177 ~ 21.47'%

%45.2
%33.33
%21.47

CMYK color model

#503B26 color CMYK value is (0,26,53,69).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 52.50%
  • key color value is 68.63%

CMYK: (0,26,53,69)
C0M26Y53K69 (0%, 26%, 53%, 69%)
(0.00 / 0.26 / 0.53 / 0.69)

CMYK percentages

%0
%26.25
%52.5
%68.63

Codes

Color #503B26 in popluar color models

50 3B 26
RGB 80 59 38
HSL 30° 35.59% 23.14%
HSB/HSV 30° 52.50% 31.37%
CMYK 0.00% 26.25% 52.50%
68.63%

Color #503B26 in popluar number systems.

HEX 50 3B 26
Decimal 80 59 38
Binary 1010000 111011 100110
Octal 120 73 46

Shades and tints

Shades of #503B26

#503B26
(80,59,38)
#493623
(73,54,35)
#423120
(66,49,32)
#3B2C1D
(59,44,29)
#34271A
(52,39,26)
#2D2217
(45,34,23)
#261D14
(38,29,20)
#1F1811
(31,24,17)
#18130E
(24,19,14)
#110E0B
(17,14,11)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #503B26

#503B26
(80,59,38)
#5F4C39
(95,76,57)
#6E5D4C
(110,93,76)
#7D6E5F
(125,110,95)
#8C7F72
(140,127,114)
#9B9085
(155,144,133)
#AAA198
(170,161,152)
#B9B2AB
(185,178,171)
#C8C3BE
(200,195,190)
#D7D4D1
(215,212,209)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503B26 color. Also use rgb(80,59,38) instead hex code.

Text Font Color

.myTextColor { color: #503B26; }

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

This text font color is #503B26.

Background Color

.myBgColor { background-color: #503B26; }

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

This div background color is #503B26.

Border color

.myBorderColor { border: 1px solid #503B26; }

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

This div border color is #503B26.

Opacity

.myOpacity80 { color: #503B26; opacity: 0.8; }

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

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

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

This text has shadow with #503B26 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503B26.

Preview

Color preview on black background

This text has color #503B26 on black background.


Color preview on white background

This text has color #503B26 on white background.


Black color preview on #503B26 background

This text has black color on #503B26 background.


White color preview on #503B26 background

This text has white color on #503B26 background.


Related colors

Complementary color

Complementary color for #hex is #AFC4D9.


I love getcolorcode.com

Triadic colors

1 #26503B and #3B2650 with #503B26 are triadic colors.

2 #263B50 and #3B5026 with #503B26 are triadic colors.