COLOR #73806D

HEX: #73806D
RGB: (115,128,109)

Color info

#73806D contains red, green and blue colors in about the same proportion. Web safe color of #73806D is #666666 (or #666).

RGB color model

#73806D color RGB value is (115,128,109).

  • red value is 115;
  • green value is 128;
  • blue value is 109.
RGB:
(115,128,109)
(45%,50%,43%)

RGB channels and saturation

R 115 of 255 = 45%
G 128 of 255 = 50%
B 109 of 255 = 43%

115
128
109

R + G + B ~ 46%. #73806D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 128 + 109 = 352 (100%)
R 115 of 352 ~ 32.67%
G 128 of 352 ~ 36.36%
B 109 of 352 ~ 30.97%

%32.67
%36.36
%30.97

CMYK color model

#73806D color CMYK value is (10,0,15,50).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK:
(10,0,15,50)
C10M0Y15K50 
(10%,0%,15%,50%)
(0.10/0.00/0.15/0.50)	

CMYK percentages

%10.16
%0
%14.84
%49.8

Codes

Color #73806D in popluar color models

73806D
RGB115128109
HSL101°8.02%46.47%
HSB/HSV101°14.84%50.20%
CMYK10.16%0.00%14.84%
49.80%

Color #73806D in popluar number systems.

HEX73806D
Decimal115128109
Binary1110011100000001101101
Octal163200155

Shades and tints

Shades of #73806D

#73806D
(115,128,109)
#697564
(105,117,100)
#5F6A5B
(95,106,91)
#555F52
(85,95,82)
#4B5449
(75,84,73)
#414940
(65,73,64)
#373E37
(55,62,55)
#2D332E
(45,51,46)
#232825
(35,40,37)
#191D1C
(25,29,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #73806D

#73806D
(115,128,109)
#7F8B7A
(127,139,122)
#8B9687
(139,150,135)
#97A194
(151,161,148)
#A3ACA1
(163,172,161)
#AFB7AE
(175,183,174)
#BBC2BB
(187,194,187)
#C7CDC8
(199,205,200)
#D3D8D5
(211,216,213)
#DFE3E2
(223,227,226)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73806D color. Also use rgb(115,128,109) instead hex code.

Text Font Color

.myTextColor { color: #73806D; }

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

This text font color is #73806D.


Background Color

.myBgColor { background-color: #73806D; }

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

This div background color is #73806D.


Border color

.myBorderColor { border: 1px solid #73806D; }

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

This div border color is #73806D.


Opacity

.myOpacity80 { color: #73806D; opacity: 0.8; }

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

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

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

This text has shadow with #73806D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73806D on black background.


Color preview on white background

This text has color #73806D on white background.



Black color preview on #73806D background

This text has black color on #73806D background.


White color preview on #73806D background

This text has white color on #73806D background.