COLOR #504B3B

HEX: #504B3B
RGB: (80,75,59)

Color info

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

RGB color model

#504B3B color RGB value is (80,75,59).

  • red value is 80;
  • green value is 75;
  • blue value is 59.
RGB:
(80,75,59)
(31%,29%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 75 of 255 = 29%
B 59 of 255 = 23%

80
75
59

R + G + B ~ 28%. #504B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 75 + 59 = 214 (100%)
R 80 of 214 ~ 37.38%
G 75 of 214 ~ 35.05%
B 59 of 214 ~ 27.57%

%37.38
%35.05
%27.57

CMYK color model

#504B3B color CMYK value is (0,6,26,69).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(0,6,26,69)
C0M6Y26K69 
(0%,6%,26%,69%)
(0.00/0.06/0.26/0.69)	

CMYK percentages

%0
%6.25
%26.25
%68.63

Codes

Color #504B3B in popluar color models

504B3B
RGB807559
HSL46°15.11%27.25%
HSB/HSV46°26.25%31.37%
CMYK0.00%6.25%26.25%
68.63%

Color #504B3B in popluar number systems.

HEX504B3B
Decimal807559
Binary10100001001011111011
Octal12011373

Shades and tints

Shades of #504B3B

#504B3B
(80,75,59)
#494536
(73,69,54)
#423F31
(66,63,49)
#3B392C
(59,57,44)
#343327
(52,51,39)
#2D2D22
(45,45,34)
#26271D
(38,39,29)
#1F2118
(31,33,24)
#181B13
(24,27,19)
#11150E
(17,21,14)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #504B3B

#504B3B
(80,75,59)
#5F5B4C
(95,91,76)
#6E6B5D
(110,107,93)
#7D7B6E
(125,123,110)
#8C8B7F
(140,139,127)
#9B9B90
(155,155,144)
#AAABA1
(170,171,161)
#B9BBB2
(185,187,178)
#C8CBC3
(200,203,195)
#D7DBD4
(215,219,212)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504B3B color. Also use rgb(80,75,59) instead hex code.

Text Font Color

.myTextColor { color: #504B3B; }

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

This text font color is #504B3B.


Background Color

.myBgColor { background-color: #504B3B; }

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

This div background color is #504B3B.


Border color

.myBorderColor { border: 1px solid #504B3B; }

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

This div border color is #504B3B.


Opacity

.myOpacity80 { color: #504B3B; opacity: 0.8; }

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

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

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

This text has shadow with #504B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504B3B on black background.


Color preview on white background

This text has color #504B3B on white background.



Black color preview on #504B3B background

This text has black color on #504B3B background.


White color preview on #504B3B background

This text has white color on #504B3B background.