COLOR #504134

HEX: #504134
RGB: (80,65,52)

Color info

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

RGB color model

#504134 color RGB value is (80,65,52).

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

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 52 of 255 = 20%

80
65
52

R + G + B ~ 25%. #504134 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 52 = 197 (100%)
R 80 of 197 ~ 40.61%
G 65 of 197 ~ 32.99%
B 52 of 197 ~ 26.4%

%40.61
%32.99
%26.4

CMYK color model

#504134 color CMYK value is (0,19,35,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 35.00%
  • key color value is 68.63%
CMYK:
(0,19,35,69)
C0M19Y35K69 
(0%,19%,35%,69%)
(0.00/0.19/0.35/0.69)	

CMYK percentages

%0
%18.75
%35
%68.63

Codes

Color #504134 in popluar color models

504134
RGB806552
HSL28°21.21%25.88%
HSB/HSV28°35.00%31.37%
CMYK0.00%18.75%35.00%
68.63%

Color #504134 in popluar number systems.

HEX504134
Decimal806552
Binary10100001000001110100
Octal12010164

Shades and tints

Shades of #504134

#504134
(80,65,52)
#493C30
(73,60,48)
#42372C
(66,55,44)
#3B3228
(59,50,40)
#342D24
(52,45,36)
#2D2820
(45,40,32)
#26231C
(38,35,28)
#1F1E18
(31,30,24)
#181914
(24,25,20)
#111410
(17,20,16)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #504134

#504134
(80,65,52)
#5F5246
(95,82,70)
#6E6358
(110,99,88)
#7D746A
(125,116,106)
#8C857C
(140,133,124)
#9B968E
(155,150,142)
#AAA7A0
(170,167,160)
#B9B8B2
(185,184,178)
#C8C9C4
(200,201,196)
#D7DAD6
(215,218,214)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504134; }

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

This text font color is #504134.


Background Color

.myBgColor { background-color: #504134; }

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

This div background color is #504134.


Border color

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

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

This div border color is #504134.


Opacity

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

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

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

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

This text has shadow with #504134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504134 on black background.


Color preview on white background

This text has color #504134 on white background.



Black color preview on #504134 background

This text has black color on #504134 background.


White color preview on #504134 background

This text has white color on #504134 background.