COLOR #503C26

HEX: #503C26
RGB: (80,60,38)

Color info

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

RGB color model

#503C26 color RGB value is (80,60,38).

  • red value is 80;
  • green value is 60;
  • blue value is 38.
RGB:
(80,60,38)
(31%,24%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 38 of 255 = 15%

80
60
38

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

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 38 = 178 (100%)
R 80 of 178 ~ 44.94%
G 60 of 178 ~ 33.71%
B 38 of 178 ~ 21.35%

%44.94
%33.71
%21.35

CMYK color model

#503C26 color CMYK value is (0,25,53,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 52.50%
  • key color value is 68.63%
CMYK:
(0,25,53,69)
C0M25Y53K69 
(0%,25%,53%,69%)
(0.00/0.25/0.53/0.69)	

CMYK percentages

%0
%25
%52.5
%68.63

Codes

Color #503C26 in popluar color models

503C26
RGB806038
HSL31°35.59%23.14%
HSB/HSV31°52.50%31.37%
CMYK0.00%25.00%52.50%
68.63%

Color #503C26 in popluar number systems.

HEX503C26
Decimal806038
Binary1010000111100100110
Octal1207446

Shades and tints

Shades of #503C26

#503C26
(80,60,38)
#493723
(73,55,35)
#423220
(66,50,32)
#3B2D1D
(59,45,29)
#34281A
(52,40,26)
#2D2317
(45,35,23)
#261E14
(38,30,20)
#1F1911
(31,25,17)
#18140E
(24,20,14)
#110F0B
(17,15,11)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #503C26

#503C26
(80,60,38)
#5F4D39
(95,77,57)
#6E5E4C
(110,94,76)
#7D6F5F
(125,111,95)
#8C8072
(140,128,114)
#9B9185
(155,145,133)
#AAA298
(170,162,152)
#B9B3AB
(185,179,171)
#C8C4BE
(200,196,190)
#D7D5D1
(215,213,209)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C26; }

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

This text font color is #503C26.


Background Color

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

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

This div background color is #503C26.


Border color

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

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

This div border color is #503C26.


Opacity

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

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

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

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

This text has shadow with #503C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C26 on black background.


Color preview on white background

This text has color #503C26 on white background.



Black color preview on #503C26 background

This text has black color on #503C26 background.


White color preview on #503C26 background

This text has white color on #503C26 background.