COLOR #505C3E

HEX: #505C3E
RGB: (80,92,62)

Color info

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

RGB color model

#505C3E color RGB value is (80,92,62).

  • red value is 80;
  • green value is 92;
  • blue value is 62.
RGB:
(80,92,62)
(31%,36%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 62 of 255 = 24%

80
92
62

R + G + B ~ 30%. #505C3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 62 = 234 (100%)
R 80 of 234 ~ 34.19%
G 92 of 234 ~ 39.32%
B 62 of 234 ~ 26.5%

%34.19
%39.32
%26.5

CMYK color model

#505C3E color CMYK value is (13,0,33,64).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 32.61%
  • key color value is 63.92%
CMYK:
(13,0,33,64)
C13M0Y33K64 
(13%,0%,33%,64%)
(0.13/0.00/0.33/0.64)	

CMYK percentages

%13.04
%0
%32.61
%63.92

Codes

Color #505C3E in popluar color models

505C3E
RGB809262
HSL84°19.48%30.20%
HSB/HSV84°32.61%36.08%
CMYK13.04%0.00%32.61%
63.92%

Color #505C3E in popluar number systems.

HEX505C3E
Decimal809262
Binary10100001011100111110
Octal12013476

Shades and tints

Shades of #505C3E

#505C3E
(80,92,62)
#495439
(73,84,57)
#424C34
(66,76,52)
#3B442F
(59,68,47)
#343C2A
(52,60,42)
#2D3425
(45,52,37)
#262C20
(38,44,32)
#1F241B
(31,36,27)
#181C16
(24,28,22)
#111411
(17,20,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #505C3E

#505C3E
(80,92,62)
#5F6A4F
(95,106,79)
#6E7860
(110,120,96)
#7D8671
(125,134,113)
#8C9482
(140,148,130)
#9BA293
(155,162,147)
#AAB0A4
(170,176,164)
#B9BEB5
(185,190,181)
#C8CCC6
(200,204,198)
#D7DAD7
(215,218,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505C3E color. Also use rgb(80,92,62) instead hex code.

Text Font Color

.myTextColor { color: #505C3E; }

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

This text font color is #505C3E.


Background Color

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

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

This div background color is #505C3E.


Border color

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

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

This div border color is #505C3E.


Opacity

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

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

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

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

This text has shadow with #505C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505C3E on black background.


Color preview on white background

This text has color #505C3E on white background.



Black color preview on #505C3E background

This text has black color on #505C3E background.


White color preview on #505C3E background

This text has white color on #505C3E background.