COLOR #506523

HEX: #506523
RGB: (80,101,35)

Color info

#506523 contains mainly red and green colors. Web safe color of #506523 is #666633 (or #663).

RGB color model

#506523 color RGB value is (80,101,35).

  • red value is 80;
  • green value is 101;
  • blue value is 35.
RGB:
(80,101,35)
(31%,40%,14%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 35 of 255 = 14%

80
101
35

R + G + B ~ 28%. #506523 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 35 = 216 (100%)
R 80 of 216 ~ 37.04%
G 101 of 216 ~ 46.76%
B 35 of 216 ~ 16.2%

%37.04
%46.76
%16.2

CMYK color model

#506523 color CMYK value is (21,0,65,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 65.35%
  • key color value is 60.39%
CMYK:
(21,0,65,60)
C21M0Y65K60 
(21%,0%,65%,60%)
(0.21/0.00/0.65/0.60)	

CMYK percentages

%20.79
%0
%65.35
%60.39

Codes

Color #506523 in popluar color models

506523
RGB8010135
HSL79°48.53%26.67%
HSB/HSV79°65.35%39.61%
CMYK20.79%0.00%65.35%
60.39%

Color #506523 in popluar number systems.

HEX506523
Decimal8010135
Binary10100001100101100011
Octal12014543

Shades and tints

Shades of #506523

#506523
(80,101,35)
#495C20
(73,92,32)
#42531D
(66,83,29)
#3B4A1A
(59,74,26)
#344117
(52,65,23)
#2D3814
(45,56,20)
#262F11
(38,47,17)
#1F260E
(31,38,14)
#181D0B
(24,29,11)
#111408
(17,20,8)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #506523

#506523
(80,101,35)
#5F7337
(95,115,55)
#6E814B
(110,129,75)
#7D8F5F
(125,143,95)
#8C9D73
(140,157,115)
#9BAB87
(155,171,135)
#AAB99B
(170,185,155)
#B9C7AF
(185,199,175)
#C8D5C3
(200,213,195)
#D7E3D7
(215,227,215)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506523 color. Also use rgb(80,101,35) instead hex code.

Text Font Color

.myTextColor { color: #506523; }

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

This text font color is #506523.


Background Color

.myBgColor { background-color: #506523; }

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

This div background color is #506523.


Border color

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

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

This div border color is #506523.


Opacity

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

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

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

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

This text has shadow with #506523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506523 on black background.


Color preview on white background

This text has color #506523 on white background.



Black color preview on #506523 background

This text has black color on #506523 background.


White color preview on #506523 background

This text has white color on #506523 background.