COLOR #503B3D

HEX: #503B3D
RGB: (80,59,61)

Color info

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

RGB color model

#503B3D color RGB value is (80,59,61).

  • red value is 80;
  • green value is 59;
  • blue value is 61.
RGB:
(80,59,61)
(31%,23%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 61 of 255 = 24%

80
59
61

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

Portions of RGB colors in percentages

R + G + B =
80 + 59 + 61 = 200 (100%)
R 80 of 200 ~ 40%
G 59 of 200 ~ 29.5%
B 61 of 200 ~ 30.5%

%40
%29.5
%30.5

CMYK color model

#503B3D color CMYK value is (0,26,24,69).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK:
(0,26,24,69)
C0M26Y24K69 
(0%,26%,24%,69%)
(0.00/0.26/0.24/0.69)	

CMYK percentages

%0
%26.25
%23.75
%68.63

Codes

Color #503B3D in popluar color models

503B3D
RGB805961
HSL354°15.11%27.25%
HSB/HSV354°26.25%31.37%
CMYK0.00%26.25%23.75%
68.63%

Color #503B3D in popluar number systems.

HEX503B3D
Decimal805961
Binary1010000111011111101
Octal1207375

Shades and tints

Shades of #503B3D

#503B3D
(80,59,61)
#493638
(73,54,56)
#423133
(66,49,51)
#3B2C2E
(59,44,46)
#342729
(52,39,41)
#2D2224
(45,34,36)
#261D1F
(38,29,31)
#1F181A
(31,24,26)
#181315
(24,19,21)
#110E10
(17,14,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #503B3D

#503B3D
(80,59,61)
#5F4C4E
(95,76,78)
#6E5D5F
(110,93,95)
#7D6E70
(125,110,112)
#8C7F81
(140,127,129)
#9B9092
(155,144,146)
#AAA1A3
(170,161,163)
#B9B2B4
(185,178,180)
#C8C3C5
(200,195,197)
#D7D4D6
(215,212,214)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503B3D; }

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

This text font color is #503B3D.


Background Color

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

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

This div background color is #503B3D.


Border color

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

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

This div border color is #503B3D.


Opacity

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

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

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

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

This text has shadow with #503B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B3D on black background.


Color preview on white background

This text has color #503B3D on white background.



Black color preview on #503B3D background

This text has black color on #503B3D background.


White color preview on #503B3D background

This text has white color on #503B3D background.