COLOR #505943

HEX: #505943
RGB: (80,89,67)

Color info

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

RGB color model

#505943 color RGB value is (80,89,67).

  • red value is 80;
  • green value is 89;
  • blue value is 67.
RGB:
(80,89,67)
(31%,35%,26%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 67 of 255 = 26%

80
89
67

R + G + B ~ 31%. #505943 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 67 = 236 (100%)
R 80 of 236 ~ 33.9%
G 89 of 236 ~ 37.71%
B 67 of 236 ~ 28.39%

%33.9
%37.71
%28.39

CMYK color model

#505943 color CMYK value is (10,0,25,65).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 24.72%
  • key color value is 65.10%
CMYK:
(10,0,25,65)
C10M0Y25K65 
(10%,0%,25%,65%)
(0.10/0.00/0.25/0.65)	

CMYK percentages

%10.11
%0
%24.72
%65.1

Codes

Color #505943 in popluar color models

505943
RGB808967
HSL85°14.10%30.59%
HSB/HSV85°24.72%34.90%
CMYK10.11%0.00%24.72%
65.10%

Color #505943 in popluar number systems.

HEX505943
Decimal808967
Binary101000010110011000011
Octal120131103

Shades and tints

Shades of #505943

#505943
(80,89,67)
#49513D
(73,81,61)
#424937
(66,73,55)
#3B4131
(59,65,49)
#34392B
(52,57,43)
#2D3125
(45,49,37)
#26291F
(38,41,31)
#1F2119
(31,33,25)
#181913
(24,25,19)
#11110D
(17,17,13)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #505943

#505943
(80,89,67)
#5F6854
(95,104,84)
#6E7765
(110,119,101)
#7D8676
(125,134,118)
#8C9587
(140,149,135)
#9BA498
(155,164,152)
#AAB3A9
(170,179,169)
#B9C2BA
(185,194,186)
#C8D1CB
(200,209,203)
#D7E0DC
(215,224,220)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505943 color. Also use rgb(80,89,67) instead hex code.

Text Font Color

.myTextColor { color: #505943; }

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

This text font color is #505943.


Background Color

.myBgColor { background-color: #505943; }

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

This div background color is #505943.


Border color

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

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

This div border color is #505943.


Opacity

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

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

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

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

This text has shadow with #505943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505943 on black background.


Color preview on white background

This text has color #505943 on white background.



Black color preview on #505943 background

This text has black color on #505943 background.


White color preview on #505943 background

This text has white color on #505943 background.