COLOR #73706E

HEX: #73706E
RGB: (115,112,110)

Color info

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

RGB color model

#73706E color RGB value is (115,112,110).

  • red value is 115;
  • green value is 112;
  • blue value is 110.
RGB:
(115,112,110)
(45%,44%,43%)

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 110 of 255 = 43%

115
112
110

R + G + B ~ 44%. #73706E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 110 = 337 (100%)
R 115 of 337 ~ 34.12%
G 112 of 337 ~ 33.23%
B 110 of 337 ~ 32.64%

%34.12
%33.23
%32.64

CMYK color model

#73706E color CMYK value is (0,3,4,55).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,3,4,55)
C0M3Y4K55 
(0%,3%,4%,55%)
(0.00/0.03/0.04/0.55)	

CMYK percentages

%0
%2.61
%4.35
%54.9

Codes

Color #73706E in popluar color models

73706E
RGB115112110
HSL24°2.22%44.12%
HSB/HSV24°4.35%45.10%
CMYK0.00%2.61%4.35%
54.90%

Color #73706E in popluar number systems.

HEX73706E
Decimal115112110
Binary111001111100001101110
Octal163160156

Shades and tints

Shades of #73706E

#73706E
(115,112,110)
#696664
(105,102,100)
#5F5C5A
(95,92,90)
#555250
(85,82,80)
#4B4846
(75,72,70)
#413E3C
(65,62,60)
#373432
(55,52,50)
#2D2A28
(45,42,40)
#23201E
(35,32,30)
#191614
(25,22,20)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #73706E

#73706E
(115,112,110)
#7F7D7B
(127,125,123)
#8B8A88
(139,138,136)
#979795
(151,151,149)
#A3A4A2
(163,164,162)
#AFB1AF
(175,177,175)
#BBBEBC
(187,190,188)
#C7CBC9
(199,203,201)
#D3D8D6
(211,216,214)
#DFE5E3
(223,229,227)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73706E color. Also use rgb(115,112,110) instead hex code.

Text Font Color

.myTextColor { color: #73706E; }

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

This text font color is #73706E.


Background Color

.myBgColor { background-color: #73706E; }

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

This div background color is #73706E.


Border color

.myBorderColor { border: 1px solid #73706E; }

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

This div border color is #73706E.


Opacity

.myOpacity80 { color: #73706E; opacity: 0.8; }

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

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

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

This text has shadow with #73706E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73706E on black background.


Color preview on white background

This text has color #73706E on white background.



Black color preview on #73706E background

This text has black color on #73706E background.


White color preview on #73706E background

This text has white color on #73706E background.