COLOR #503A2A

HEX: #503A2A
RGB: (80,58,42)

Color info

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

RGB color model

#503A2A color RGB value is (80,58,42).

  • red value is 80;
  • green value is 58;
  • blue value is 42.
RGB: (80,58,42) (31%,23%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 42 of 255 = 16%

80
58
42

R + G + B ~ 23%. #503A2A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 42 = 180 (100%)
R 80 of 180 ~ 44.44%
G 58 of 180 ~ 32.22%
B 42 of 180 ~ 23.33%

%44.44
%32.22
%23.33

CMYK color model

#503A2A color CMYK value is (0,28,48,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 47.50%
  • key color value is 68.63%
CMYK: (0,28,48,69) C0M28Y48K69 (0%,28%,48%,69%) (0.00/0.28/0.48/0.69)

CMYK percentages

%0
%27.5
%47.5
%68.63

Codes

Color #503A2A in popluar color models

503A2A
RGB805842
HSL25°31.15%23.92%
HSB/HSV25°47.50%31.37%
CMYK0.00%27.50%47.50%
68.63%

Color #503A2A in popluar number systems.

HEX503A2A
Decimal805842
Binary1010000111010101010
Octal1207252

Shades and tints

Shades of #503A2A

#503A2A
(80,58,42)
#493527
(73,53,39)
#423024
(66,48,36)
#3B2B21
(59,43,33)
#34261E
(52,38,30)
#2D211B
(45,33,27)
#261C18
(38,28,24)
#1F1715
(31,23,21)
#181212
(24,18,18)
#110D0F
(17,13,15)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #503A2A

#503A2A
(80,58,42)
#5F4B3D
(95,75,61)
#6E5C50
(110,92,80)
#7D6D63
(125,109,99)
#8C7E76
(140,126,118)
#9B8F89
(155,143,137)
#AAA09C
(170,160,156)
#B9B1AF
(185,177,175)
#C8C2C2
(200,194,194)
#D7D3D5
(215,211,213)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503A2A color. Also use rgb(80,58,42) instead hex code.

Text Font Color

.myTextColor { color: #503A2A; }

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

This text font color is #503A2A.


Background Color

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

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

This div background color is #503A2A.


Border color

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

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

This div border color is #503A2A.


Opacity

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

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

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

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

This text has shadow with #503A2A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #503A2A on black background.


Color preview on white background

This text has color #503A2A on white background.



Black color preview on #503A2A background

This text has black color on #503A2A background.


White color preview on #503A2A background

This text has white color on #503A2A background.