COLOR #504038

HEX: #504038
RGB: (80,64,56)

Color info

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

RGB color model

#504038 color RGB value is (80,64,56).

  • red value is 80;
  • green value is 64;
  • blue value is 56.
RGB: (80,64,56) (31%,25%,22%)

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 56 of 255 = 22%

80
64
56

R + G + B ~ 26%. #504038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 56 = 200 (100%)
R 80 of 200 ~ 40%
G 64 of 200 ~ 32%
B 56 of 200 ~ 28%

%40
%32
%28

CMYK color model

#504038 color CMYK value is (0,20,30,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 30.00%
  • key color value is 68.63%
CMYK: (0,20,30,69) C0M20Y30K69 (0%,20%,30%,69%) (0.00/0.20/0.30/0.69)

CMYK percentages

%0
%20
%30
%68.63

Codes

Color #504038 in popluar color models

504038
RGB806456
HSL20°17.65%26.67%
HSB/HSV20°30.00%31.37%
CMYK0.00%20.00%30.00%
68.63%

Color #504038 in popluar number systems.

HEX504038
Decimal806456
Binary10100001000000111000
Octal12010070

Shades and tints

Shades of #504038

#504038
(80,64,56)
#493B33
(73,59,51)
#42362E
(66,54,46)
#3B3129
(59,49,41)
#342C24
(52,44,36)
#2D271F
(45,39,31)
#26221A
(38,34,26)
#1F1D15
(31,29,21)
#181810
(24,24,16)
#11130B
(17,19,11)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #504038

#504038
(80,64,56)
#5F514A
(95,81,74)
#6E625C
(110,98,92)
#7D736E
(125,115,110)
#8C8480
(140,132,128)
#9B9592
(155,149,146)
#AAA6A4
(170,166,164)
#B9B7B6
(185,183,182)
#C8C8C8
(200,200,200)
#D7D9DA
(215,217,218)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504038 color. Also use rgb(80,64,56) instead hex code.

Text Font Color

.myTextColor { color: #504038; }

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

This text font color is #504038.


Background Color

.myBgColor { background-color: #504038; }

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

This div background color is #504038.


Border color

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

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

This div border color is #504038.


Opacity

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

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

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

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

This text has shadow with #504038 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #504038 on black background.


Color preview on white background

This text has color #504038 on white background.



Black color preview on #504038 background

This text has black color on #504038 background.


White color preview on #504038 background

This text has white color on #504038 background.