COLOR #736973

HEX: #736973
RGB: (115,105,115)

Color info

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

RGB color model

#736973 color RGB value is (115,105,115).

  • red value is 115;
  • green value is 105;
  • blue value is 115.
RGB:
(115,105,115)
(45%,41%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 115 of 255 = 45%

115
105
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 115 = 335 (100%)
R 115 of 335 ~ 34.33%
G 105 of 335 ~ 31.34%
B 115 of 335 ~ 34.33%

%34.33
%31.34
%34.33

CMYK color model

#736973 color CMYK value is (0,9,0,55).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(0,9,0,55)
C0M9Y0K55 
(0%,9%,0%,55%)
(0.00/0.09/0.00/0.55)	

CMYK percentages

%0
%8.7
%0
%54.9

Codes

Color #736973 in popluar color models

736973
RGB115105115
HSL300°4.55%43.14%
HSB/HSV300°8.70%45.10%
CMYK0.00%8.70%0.00%
54.90%

Color #736973 in popluar number systems.

HEX736973
Decimal115105115
Binary111001111010011110011
Octal163151163

Shades and tints

Shades of #736973

#736973
(115,105,115)
#696069
(105,96,105)
#5F575F
(95,87,95)
#554E55
(85,78,85)
#4B454B
(75,69,75)
#413C41
(65,60,65)
#373337
(55,51,55)
#2D2A2D
(45,42,45)
#232123
(35,33,35)
#191819
(25,24,25)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #736973

#736973
(115,105,115)
#7F767F
(127,118,127)
#8B838B
(139,131,139)
#979097
(151,144,151)
#A39DA3
(163,157,163)
#AFAAAF
(175,170,175)
#BBB7BB
(187,183,187)
#C7C4C7
(199,196,199)
#D3D1D3
(211,209,211)
#DFDEDF
(223,222,223)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736973 color. Also use rgb(115,105,115) instead hex code.

Text Font Color

.myTextColor { color: #736973; }

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

This text font color is #736973.


Background Color

.myBgColor { background-color: #736973; }

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

This div background color is #736973.


Border color

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

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

This div border color is #736973.


Opacity

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

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

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

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

This text has shadow with #736973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736973 on black background.


Color preview on white background

This text has color #736973 on white background.



Black color preview on #736973 background

This text has black color on #736973 background.


White color preview on #736973 background

This text has white color on #736973 background.