COLOR #506735

HEX: #506735
RGB: (80,103,53)

Color info

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

RGB color model

#506735 color RGB value is (80,103,53).

  • red value is 80;
  • green value is 103;
  • blue value is 53.
RGB:
(80,103,53)
(31%,40%,21%)

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 53 of 255 = 21%

80
103
53

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

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 53 = 236 (100%)
R 80 of 236 ~ 33.9%
G 103 of 236 ~ 43.64%
B 53 of 236 ~ 22.46%

%33.9
%43.64
%22.46

CMYK color model

#506735 color CMYK value is (22,0,49,60).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 48.54%
  • key color value is 59.61%
CMYK:
(22,0,49,60)
C22M0Y49K60 
(22%,0%,49%,60%)
(0.22/0.00/0.49/0.60)	

CMYK percentages

%22.33
%0
%48.54
%59.61

Codes

Color #506735 in popluar color models

506735
RGB8010353
HSL88°32.05%30.59%
HSB/HSV88°48.54%40.39%
CMYK22.33%0.00%48.54%
59.61%

Color #506735 in popluar number systems.

HEX506735
Decimal8010353
Binary10100001100111110101
Octal12014765

Shades and tints

Shades of #506735

#506735
(80,103,53)
#495E31
(73,94,49)
#42552D
(66,85,45)
#3B4C29
(59,76,41)
#344325
(52,67,37)
#2D3A21
(45,58,33)
#26311D
(38,49,29)
#1F2819
(31,40,25)
#181F15
(24,31,21)
#111611
(17,22,17)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #506735

#506735
(80,103,53)
#5F7447
(95,116,71)
#6E8159
(110,129,89)
#7D8E6B
(125,142,107)
#8C9B7D
(140,155,125)
#9BA88F
(155,168,143)
#AAB5A1
(170,181,161)
#B9C2B3
(185,194,179)
#C8CFC5
(200,207,197)
#D7DCD7
(215,220,215)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506735 color. Also use rgb(80,103,53) instead hex code.

Text Font Color

.myTextColor { color: #506735; }

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

This text font color is #506735.


Background Color

.myBgColor { background-color: #506735; }

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

This div background color is #506735.


Border color

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

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

This div border color is #506735.


Opacity

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

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

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

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

This text has shadow with #506735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506735 on black background.


Color preview on white background

This text has color #506735 on white background.



Black color preview on #506735 background

This text has black color on #506735 background.


White color preview on #506735 background

This text has white color on #506735 background.