COLOR #503734

HEX: #503734
RGB: (80,55,52)

Color info

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

RGB color model

#503734 color RGB value is (80,55,52).

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

RGB channels and saturation

R 80 of 255 = 31%
G 55 of 255 = 22%
B 52 of 255 = 20%

80
55
52

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

Portions of RGB colors in percentages

R + G + B =
80 + 55 + 52 = 187 (100%)
R 80 of 187 ~ 42.78%
G 55 of 187 ~ 29.41%
B 52 of 187 ~ 27.81%

%42.78
%29.41
%27.81

CMYK color model

#503734 color CMYK value is (0,31,35,69).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 35.00%
  • key color value is 68.63%
CMYK:
(0,31,35,69)
C0M31Y35K69 
(0%,31%,35%,69%)
(0.00/0.31/0.35/0.69)	

CMYK percentages

%0
%31.25
%35
%68.63

Codes

Color #503734 in popluar color models

503734
RGB805552
HSL21.21%25.88%
HSB/HSV35.00%31.37%
CMYK0.00%31.25%35.00%
68.63%

Color #503734 in popluar number systems.

HEX503734
Decimal805552
Binary1010000110111110100
Octal1206764

Shades and tints

Shades of #503734

#503734
(80,55,52)
#493230
(73,50,48)
#422D2C
(66,45,44)
#3B2828
(59,40,40)
#342324
(52,35,36)
#2D1E20
(45,30,32)
#26191C
(38,25,28)
#1F1418
(31,20,24)
#180F14
(24,15,20)
#110A10
(17,10,16)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #503734

#503734
(80,55,52)
#5F4946
(95,73,70)
#6E5B58
(110,91,88)
#7D6D6A
(125,109,106)
#8C7F7C
(140,127,124)
#9B918E
(155,145,142)
#AAA3A0
(170,163,160)
#B9B5B2
(185,181,178)
#C8C7C4
(200,199,196)
#D7D9D6
(215,217,214)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503734; }

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

This text font color is #503734.


Background Color

.myBgColor { background-color: #503734; }

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

This div background color is #503734.


Border color

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

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

This div border color is #503734.


Opacity

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

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

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

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

This text has shadow with #503734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503734 on black background.


Color preview on white background

This text has color #503734 on white background.



Black color preview on #503734 background

This text has black color on #503734 background.


White color preview on #503734 background

This text has white color on #503734 background.