COLOR #505E2E

HEX: #505E2E
RGB: (80,94,46)

Color info

#505E2E contains red, green and blue colors in about the same proportion. Web safe color of #505E2E is #666633 (or #663).

RGB color model

#505E2E color RGB value is (80,94,46).

  • red value is 80;
  • green value is 94;
  • blue value is 46.
RGB:
(80,94,46)
(31%,37%,18%)

RGB channels and saturation

R 80 of 255 = 31%
G 94 of 255 = 37%
B 46 of 255 = 18%

80
94
46

R + G + B ~ 29%. #505E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 94 + 46 = 220 (100%)
R 80 of 220 ~ 36.36%
G 94 of 220 ~ 42.73%
B 46 of 220 ~ 20.91%

%36.36
%42.73
%20.91

CMYK color model

#505E2E color CMYK value is (15,0,51,63).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 51.06%
  • key color value is 63.14%
CMYK:
(15,0,51,63)
C15M0Y51K63 
(15%,0%,51%,63%)
(0.15/0.00/0.51/0.63)	

CMYK percentages

%14.89
%0
%51.06
%63.14

Codes

Color #505E2E in popluar color models

505E2E
RGB809446
HSL78°34.29%27.45%
HSB/HSV78°51.06%36.86%
CMYK14.89%0.00%51.06%
63.14%

Color #505E2E in popluar number systems.

HEX505E2E
Decimal809446
Binary10100001011110101110
Octal12013656

Shades and tints

Shades of #505E2E

#505E2E
(80,94,46)
#49562A
(73,86,42)
#424E26
(66,78,38)
#3B4622
(59,70,34)
#343E1E
(52,62,30)
#2D361A
(45,54,26)
#262E16
(38,46,22)
#1F2612
(31,38,18)
#181E0E
(24,30,14)
#11160A
(17,22,10)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #505E2E

#505E2E
(80,94,46)
#5F6C41
(95,108,65)
#6E7A54
(110,122,84)
#7D8867
(125,136,103)
#8C967A
(140,150,122)
#9BA48D
(155,164,141)
#AAB2A0
(170,178,160)
#B9C0B3
(185,192,179)
#C8CEC6
(200,206,198)
#D7DCD9
(215,220,217)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505E2E color. Also use rgb(80,94,46) instead hex code.

Text Font Color

.myTextColor { color: #505E2E; }

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

This text font color is #505E2E.


Background Color

.myBgColor { background-color: #505E2E; }

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

This div background color is #505E2E.


Border color

.myBorderColor { border: 1px solid #505E2E; }

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

This div border color is #505E2E.


Opacity

.myOpacity80 { color: #505E2E; opacity: 0.8; }

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

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

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

This text has shadow with #505E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505E2E on black background.


Color preview on white background

This text has color #505E2E on white background.



Black color preview on #505E2E background

This text has black color on #505E2E background.


White color preview on #505E2E background

This text has white color on #505E2E background.