COLOR #504230

HEX: #504230
RGB: (80,66,48)

Color info

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

RGB color model

#504230 color RGB value is (80,66,48).

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

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 48 of 255 = 19%

80
66
48

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

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 48 = 194 (100%)
R 80 of 194 ~ 41.24%
G 66 of 194 ~ 34.02%
B 48 of 194 ~ 24.74%

%41.24
%34.02
%24.74

CMYK color model

#504230 color CMYK value is (0,18,40,69).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 40.00%
  • key color value is 68.63%
CMYK:
(0,18,40,69)
C0M18Y40K69 
(0%,18%,40%,69%)
(0.00/0.18/0.40/0.69)	

CMYK percentages

%0
%17.5
%40
%68.63

Codes

Color #504230 in popluar color models

504230
RGB806648
HSL34°25.00%25.10%
HSB/HSV34°40.00%31.37%
CMYK0.00%17.50%40.00%
68.63%

Color #504230 in popluar number systems.

HEX504230
Decimal806648
Binary10100001000010110000
Octal12010260

Shades and tints

Shades of #504230

#504230
(80,66,48)
#493C2C
(73,60,44)
#423628
(66,54,40)
#3B3024
(59,48,36)
#342A20
(52,42,32)
#2D241C
(45,36,28)
#261E18
(38,30,24)
#1F1814
(31,24,20)
#181210
(24,18,16)
#110C0C
(17,12,12)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #504230

#504230
(80,66,48)
#5F5342
(95,83,66)
#6E6454
(110,100,84)
#7D7566
(125,117,102)
#8C8678
(140,134,120)
#9B978A
(155,151,138)
#AAA89C
(170,168,156)
#B9B9AE
(185,185,174)
#C8CAC0
(200,202,192)
#D7DBD2
(215,219,210)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504230; }

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

This text font color is #504230.


Background Color

.myBgColor { background-color: #504230; }

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

This div background color is #504230.


Border color

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

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

This div border color is #504230.


Opacity

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

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

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

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

This text has shadow with #504230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504230 on black background.


Color preview on white background

This text has color #504230 on white background.



Black color preview on #504230 background

This text has black color on #504230 background.


White color preview on #504230 background

This text has white color on #504230 background.