COLOR #503435

HEX: #503435
RGB: (80,52,53)

Color info

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

RGB color model

#503435 color RGB value is (80,52,53).

  • red value is 80;
  • green value is 52;
  • blue value is 53.
RGB:
(80,52,53)
(31%,20%,21%)

RGB channels and saturation

R 80 of 255 = 31%
G 52 of 255 = 20%
B 53 of 255 = 21%

80
52
53

R + G + B ~ 24%. #503435 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 52 + 53 = 185 (100%)
R 80 of 185 ~ 43.24%
G 52 of 185 ~ 28.11%
B 53 of 185 ~ 28.65%

%43.24
%28.11
%28.65

CMYK color model

#503435 color CMYK value is (0,35,34,69).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 33.75%
  • key color value is 68.63%
CMYK:
(0,35,34,69)
C0M35Y34K69 
(0%,35%,34%,69%)
(0.00/0.35/0.34/0.69)	

CMYK percentages

%0
%35
%33.75
%68.63

Codes

Color #503435 in popluar color models

503435
RGB805253
HSL358°21.21%25.88%
HSB/HSV358°35.00%31.37%
CMYK0.00%35.00%33.75%
68.63%

Color #503435 in popluar number systems.

HEX503435
Decimal805253
Binary1010000110100110101
Octal1206465

Shades and tints

Shades of #503435

#503435
(80,52,53)
#493031
(73,48,49)
#422C2D
(66,44,45)
#3B2829
(59,40,41)
#342425
(52,36,37)
#2D2021
(45,32,33)
#261C1D
(38,28,29)
#1F1819
(31,24,25)
#181415
(24,20,21)
#111011
(17,16,17)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #503435

#503435
(80,52,53)
#5F4647
(95,70,71)
#6E5859
(110,88,89)
#7D6A6B
(125,106,107)
#8C7C7D
(140,124,125)
#9B8E8F
(155,142,143)
#AAA0A1
(170,160,161)
#B9B2B3
(185,178,179)
#C8C4C5
(200,196,197)
#D7D6D7
(215,214,215)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503435 color. Also use rgb(80,52,53) instead hex code.

Text Font Color

.myTextColor { color: #503435; }

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

This text font color is #503435.


Background Color

.myBgColor { background-color: #503435; }

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

This div background color is #503435.


Border color

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

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

This div border color is #503435.


Opacity

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

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

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

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

This text has shadow with #503435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503435 on black background.


Color preview on white background

This text has color #503435 on white background.



Black color preview on #503435 background

This text has black color on #503435 background.


White color preview on #503435 background

This text has white color on #503435 background.