COLOR #506241

HEX: #506241
RGB: (80,98,65)

Color info

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

RGB color model

#506241 color RGB value is (80,98,65).

  • red value is 80;
  • green value is 98;
  • blue value is 65.
RGB:
(80,98,65)
(31%,38%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 65 of 255 = 25%

80
98
65

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

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 65 = 243 (100%)
R 80 of 243 ~ 32.92%
G 98 of 243 ~ 40.33%
B 65 of 243 ~ 26.75%

%32.92
%40.33
%26.75

CMYK color model

#506241 color CMYK value is (18,0,34,62).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 61.57%
CMYK:
(18,0,34,62)
C18M0Y34K62 
(18%,0%,34%,62%)
(0.18/0.00/0.34/0.62)	

CMYK percentages

%18.37
%0
%33.67
%61.57

Codes

Color #506241 in popluar color models

506241
RGB809865
HSL93°20.25%31.96%
HSB/HSV93°33.67%38.43%
CMYK18.37%0.00%33.67%
61.57%

Color #506241 in popluar number systems.

HEX506241
Decimal809865
Binary101000011000101000001
Octal120142101

Shades and tints

Shades of #506241

#506241
(80,98,65)
#495A3C
(73,90,60)
#425237
(66,82,55)
#3B4A32
(59,74,50)
#34422D
(52,66,45)
#2D3A28
(45,58,40)
#263223
(38,50,35)
#1F2A1E
(31,42,30)
#182219
(24,34,25)
#111A14
(17,26,20)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #506241

#506241
(80,98,65)
#5F7052
(95,112,82)
#6E7E63
(110,126,99)
#7D8C74
(125,140,116)
#8C9A85
(140,154,133)
#9BA896
(155,168,150)
#AAB6A7
(170,182,167)
#B9C4B8
(185,196,184)
#C8D2C9
(200,210,201)
#D7E0DA
(215,224,218)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506241 color. Also use rgb(80,98,65) instead hex code.

Text Font Color

.myTextColor { color: #506241; }

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

This text font color is #506241.


Background Color

.myBgColor { background-color: #506241; }

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

This div background color is #506241.


Border color

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

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

This div border color is #506241.


Opacity

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

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

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

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

This text has shadow with #506241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506241 on black background.


Color preview on white background

This text has color #506241 on white background.



Black color preview on #506241 background

This text has black color on #506241 background.


White color preview on #506241 background

This text has white color on #506241 background.