COLOR #503634

HEX: #503634
RGB: (80,54,52)

Color info

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

RGB color model

#503634 color RGB value is (80,54,52).

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

RGB channels and saturation

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

80
54
52

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

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 52 = 186 (100%)
R 80 of 186 ~ 43.01%
G 54 of 186 ~ 29.03%
B 52 of 186 ~ 27.96%

%43.01
%29.03
%27.96

CMYK color model

#503634 color CMYK value is (0,33,35,69).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 35.00%
  • key color value is 68.63%
CMYK:
(0,33,35,69)
C0M33Y35K69 
(0%,33%,35%,69%)
(0.00/0.33/0.35/0.69)	

CMYK percentages

%0
%32.5
%35
%68.63

Codes

Color #503634 in popluar color models

503634
RGB805452
HSL21.21%25.88%
HSB/HSV35.00%31.37%
CMYK0.00%32.50%35.00%
68.63%

Color #503634 in popluar number systems.

HEX503634
Decimal805452
Binary1010000110110110100
Octal1206664

Shades and tints

Shades of #503634

#503634
(80,54,52)
#493230
(73,50,48)
#422E2C
(66,46,44)
#3B2A28
(59,42,40)
#342624
(52,38,36)
#2D2220
(45,34,32)
#261E1C
(38,30,28)
#1F1A18
(31,26,24)
#181614
(24,22,20)
#111210
(17,18,16)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #503634

#503634
(80,54,52)
#5F4846
(95,72,70)
#6E5A58
(110,90,88)
#7D6C6A
(125,108,106)
#8C7E7C
(140,126,124)
#9B908E
(155,144,142)
#AAA2A0
(170,162,160)
#B9B4B2
(185,180,178)
#C8C6C4
(200,198,196)
#D7D8D6
(215,216,214)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503634; }

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

This text font color is #503634.


Background Color

.myBgColor { background-color: #503634; }

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

This div background color is #503634.


Border color

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

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

This div border color is #503634.


Opacity

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

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

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

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

This text has shadow with #503634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503634 on black background.


Color preview on white background

This text has color #503634 on white background.



Black color preview on #503634 background

This text has black color on #503634 background.


White color preview on #503634 background

This text has white color on #503634 background.