COLOR #506441

HEX: #506441
RGB: (80,100,65)

Color info

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

RGB color model

#506441 color RGB value is (80,100,65).

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

RGB channels and saturation

R 80 of 255 = 31%
G 100 of 255 = 39%
B 65 of 255 = 25%

80
100
65

R + G + B ~ 32%. #506441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 100 + 65 = 245 (100%)
R 80 of 245 ~ 32.65%
G 100 of 245 ~ 40.82%
B 65 of 245 ~ 26.53%

%32.65
%40.82
%26.53

CMYK color model

#506441 color CMYK value is (20,0,35,61).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 60.78%
CMYK:
(20,0,35,61)
C20M0Y35K61 
(20%,0%,35%,61%)
(0.20/0.00/0.35/0.61)	

CMYK percentages

%20
%0
%35
%60.78

Codes

Color #506441 in popluar color models

506441
RGB8010065
HSL94°21.21%32.35%
HSB/HSV94°35.00%39.22%
CMYK20.00%0.00%35.00%
60.78%

Color #506441 in popluar number systems.

HEX506441
Decimal8010065
Binary101000011001001000001
Octal120144101

Shades and tints

Shades of #506441

#506441
(80,100,65)
#495B3C
(73,91,60)
#425237
(66,82,55)
#3B4932
(59,73,50)
#34402D
(52,64,45)
#2D3728
(45,55,40)
#262E23
(38,46,35)
#1F251E
(31,37,30)
#181C19
(24,28,25)
#111314
(17,19,20)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #506441

#506441
(80,100,65)
#5F7252
(95,114,82)
#6E8063
(110,128,99)
#7D8E74
(125,142,116)
#8C9C85
(140,156,133)
#9BAA96
(155,170,150)
#AAB8A7
(170,184,167)
#B9C6B8
(185,198,184)
#C8D4C9
(200,212,201)
#D7E2DA
(215,226,218)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506441; }

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

This text font color is #506441.


Background Color

.myBgColor { background-color: #506441; }

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

This div background color is #506441.


Border color

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

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

This div border color is #506441.


Opacity

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

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

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

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

This text has shadow with #506441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506441 on black background.


Color preview on white background

This text has color #506441 on white background.



Black color preview on #506441 background

This text has black color on #506441 background.


White color preview on #506441 background

This text has white color on #506441 background.