COLOR #503641

HEX: #503641
RGB: (80,54,65)

Color info

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

RGB color model

#503641 color RGB value is (80,54,65).

  • red value is 80;
  • green value is 54;
  • blue value is 65.
RGB:
(80,54,65)
(31%,21%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 65 of 255 = 25%

80
54
65

R + G + B ~ 26%. #503641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 65 = 199 (100%)
R 80 of 199 ~ 40.2%
G 54 of 199 ~ 27.14%
B 65 of 199 ~ 32.66%

%40.2
%27.14
%32.66

CMYK color model

#503641 color CMYK value is (0,33,19,69).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(0,33,19,69)
C0M33Y19K69 
(0%,33%,19%,69%)
(0.00/0.33/0.19/0.69)	

CMYK percentages

%0
%32.5
%18.75
%68.63

Codes

Color #503641 in popluar color models

503641
RGB805465
HSL335°19.40%26.27%
HSB/HSV335°32.50%31.37%
CMYK0.00%32.50%18.75%
68.63%

Color #503641 in popluar number systems.

HEX503641
Decimal805465
Binary10100001101101000001
Octal12066101

Shades and tints

Shades of #503641

#503641
(80,54,65)
#49323C
(73,50,60)
#422E37
(66,46,55)
#3B2A32
(59,42,50)
#34262D
(52,38,45)
#2D2228
(45,34,40)
#261E23
(38,30,35)
#1F1A1E
(31,26,30)
#181619
(24,22,25)
#111214
(17,18,20)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #503641

#503641
(80,54,65)
#5F4852
(95,72,82)
#6E5A63
(110,90,99)
#7D6C74
(125,108,116)
#8C7E85
(140,126,133)
#9B9096
(155,144,150)
#AAA2A7
(170,162,167)
#B9B4B8
(185,180,184)
#C8C6C9
(200,198,201)
#D7D8DA
(215,216,218)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503641 color. Also use rgb(80,54,65) instead hex code.

Text Font Color

.myTextColor { color: #503641; }

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

This text font color is #503641.


Background Color

.myBgColor { background-color: #503641; }

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

This div background color is #503641.


Border color

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

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

This div border color is #503641.


Opacity

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

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

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

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

This text has shadow with #503641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503641 on black background.


Color preview on white background

This text has color #503641 on white background.



Black color preview on #503641 background

This text has black color on #503641 background.


White color preview on #503641 background

This text has white color on #503641 background.