COLOR #504830

HEX: #504830
RGB: (80,72,48)

Color info

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

RGB color model

#504830 color RGB value is (80,72,48).

  • red value is 80;
  • green value is 72;
  • blue value is 48.
RGB:
(80,72,48)
(31%,28%,19%)

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 48 of 255 = 19%

80
72
48

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

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 48 = 200 (100%)
R 80 of 200 ~ 40%
G 72 of 200 ~ 36%
B 48 of 200 ~ 24%

%40
%36
%24

CMYK color model

#504830 color CMYK value is (0,10,40,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 40.00%
  • key color value is 68.63%
CMYK:
(0,10,40,69)
C0M10Y40K69 
(0%,10%,40%,69%)
(0.00/0.10/0.40/0.69)	

CMYK percentages

%0
%10
%40
%68.63

Codes

Color #504830 in popluar color models

504830
RGB807248
HSL45°25.00%25.10%
HSB/HSV45°40.00%31.37%
CMYK0.00%10.00%40.00%
68.63%

Color #504830 in popluar number systems.

HEX504830
Decimal807248
Binary10100001001000110000
Octal12011060

Shades and tints

Shades of #504830

#504830
(80,72,48)
#49422C
(73,66,44)
#423C28
(66,60,40)
#3B3624
(59,54,36)
#343020
(52,48,32)
#2D2A1C
(45,42,28)
#262418
(38,36,24)
#1F1E14
(31,30,20)
#181810
(24,24,16)
#11120C
(17,18,12)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #504830

#504830
(80,72,48)
#5F5842
(95,88,66)
#6E6854
(110,104,84)
#7D7866
(125,120,102)
#8C8878
(140,136,120)
#9B988A
(155,152,138)
#AAA89C
(170,168,156)
#B9B8AE
(185,184,174)
#C8C8C0
(200,200,192)
#D7D8D2
(215,216,210)
#E6E8E4
(230,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504830 color. Also use rgb(80,72,48) instead hex code.

Text Font Color

.myTextColor { color: #504830; }

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

This text font color is #504830.


Background Color

.myBgColor { background-color: #504830; }

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

This div background color is #504830.


Border color

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

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

This div border color is #504830.


Opacity

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

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

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

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

This text has shadow with #504830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504830 on black background.


Color preview on white background

This text has color #504830 on white background.



Black color preview on #504830 background

This text has black color on #504830 background.


White color preview on #504830 background

This text has white color on #504830 background.