COLOR #503044

HEX: #503044
RGB: (80,48,68)

Color info

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

RGB color model

#503044 color RGB value is (80,48,68).

  • red value is 80;
  • green value is 48;
  • blue value is 68.
RGB:
(80,48,68)
(31%,19%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 68 of 255 = 27%

80
48
68

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

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 68 = 196 (100%)
R 80 of 196 ~ 40.82%
G 48 of 196 ~ 24.49%
B 68 of 196 ~ 34.69%

%40.82
%24.49
%34.69

CMYK color model

#503044 color CMYK value is (0,40,15,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 15.00%
  • key color value is 68.63%
CMYK:
(0,40,15,69)
C0M40Y15K69 
(0%,40%,15%,69%)
(0.00/0.40/0.15/0.69)	

CMYK percentages

%0
%40
%15
%68.63

Codes

Color #503044 in popluar color models

503044
RGB804868
HSL323°25.00%25.10%
HSB/HSV323°40.00%31.37%
CMYK0.00%40.00%15.00%
68.63%

Color #503044 in popluar number systems.

HEX503044
Decimal804868
Binary10100001100001000100
Octal12060104

Shades and tints

Shades of #503044

#503044
(80,48,68)
#492C3E
(73,44,62)
#422838
(66,40,56)
#3B2432
(59,36,50)
#34202C
(52,32,44)
#2D1C26
(45,28,38)
#261820
(38,24,32)
#1F141A
(31,20,26)
#181014
(24,16,20)
#110C0E
(17,12,14)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #503044

#503044
(80,48,68)
#5F4255
(95,66,85)
#6E5466
(110,84,102)
#7D6677
(125,102,119)
#8C7888
(140,120,136)
#9B8A99
(155,138,153)
#AA9CAA
(170,156,170)
#B9AEBB
(185,174,187)
#C8C0CC
(200,192,204)
#D7D2DD
(215,210,221)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503044 color. Also use rgb(80,48,68) instead hex code.

Text Font Color

.myTextColor { color: #503044; }

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

This text font color is #503044.


Background Color

.myBgColor { background-color: #503044; }

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

This div background color is #503044.


Border color

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

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

This div border color is #503044.


Opacity

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

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

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

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

This text has shadow with #503044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503044 on black background.


Color preview on white background

This text has color #503044 on white background.



Black color preview on #503044 background

This text has black color on #503044 background.


White color preview on #503044 background

This text has white color on #503044 background.