COLOR #503841

HEX: #503841
RGB: (80,56,65)

Color info

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

RGB color model

#503841 color RGB value is (80,56,65).

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

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 65 of 255 = 25%

80
56
65

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

Portions of RGB colors in percentages

R + G + B =
80 + 56 + 65 = 201 (100%)
R 80 of 201 ~ 39.8%
G 56 of 201 ~ 27.86%
B 65 of 201 ~ 32.34%

%39.8
%27.86
%32.34

CMYK color model

#503841 color CMYK value is (0,30,19,69).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(0,30,19,69)
C0M30Y19K69 
(0%,30%,19%,69%)
(0.00/0.30/0.19/0.69)	

CMYK percentages

%0
%30
%18.75
%68.63

Codes

Color #503841 in popluar color models

503841
RGB805665
HSL338°17.65%26.67%
HSB/HSV338°30.00%31.37%
CMYK0.00%30.00%18.75%
68.63%

Color #503841 in popluar number systems.

HEX503841
Decimal805665
Binary10100001110001000001
Octal12070101

Shades and tints

Shades of #503841

#503841
(80,56,65)
#49333C
(73,51,60)
#422E37
(66,46,55)
#3B2932
(59,41,50)
#34242D
(52,36,45)
#2D1F28
(45,31,40)
#261A23
(38,26,35)
#1F151E
(31,21,30)
#181019
(24,16,25)
#110B14
(17,11,20)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #503841

#503841
(80,56,65)
#5F4A52
(95,74,82)
#6E5C63
(110,92,99)
#7D6E74
(125,110,116)
#8C8085
(140,128,133)
#9B9296
(155,146,150)
#AAA4A7
(170,164,167)
#B9B6B8
(185,182,184)
#C8C8C9
(200,200,201)
#D7DADA
(215,218,218)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503841; }

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

This text font color is #503841.


Background Color

.myBgColor { background-color: #503841; }

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

This div background color is #503841.


Border color

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

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

This div border color is #503841.


Opacity

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

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

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

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

This text has shadow with #503841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503841 on black background.


Color preview on white background

This text has color #503841 on white background.



Black color preview on #503841 background

This text has black color on #503841 background.


White color preview on #503841 background

This text has white color on #503841 background.