COLOR #736979

HEX: #736979
RGB: (115,105,121)

Color info

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

RGB color model

#736979 color RGB value is (115,105,121).

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

RGB channels and saturation

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

115
105
121

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 121 = 341 (100%)
R 115 of 341 ~ 33.72%
G 105 of 341 ~ 30.79%
B 121 of 341 ~ 35.48%

%33.72
%30.79
%35.48

CMYK color model

#736979 color CMYK value is (5,13,0,53).

  • cyan value is 4.96%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(5,13,0,53)
C5M13Y0K53 
(5%,13%,0%,53%)
(0.05/0.13/0.00/0.53)	

CMYK percentages

%4.96
%13.22
%0
%52.55

Codes

Color #736979 in popluar color models

736979
RGB115105121
HSL278°7.08%44.31%
HSB/HSV278°13.22%47.45%
CMYK4.96%13.22%0.00%
52.55%

Color #736979 in popluar number systems.

HEX736979
Decimal115105121
Binary111001111010011111001
Octal163151171

Shades and tints

Shades of #736979

#736979
(115,105,121)
#69606E
(105,96,110)
#5F5763
(95,87,99)
#554E58
(85,78,88)
#4B454D
(75,69,77)
#413C42
(65,60,66)
#373337
(55,51,55)
#2D2A2C
(45,42,44)
#232121
(35,33,33)
#191816
(25,24,22)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #736979

#736979
(115,105,121)
#7F7685
(127,118,133)
#8B8391
(139,131,145)
#97909D
(151,144,157)
#A39DA9
(163,157,169)
#AFAAB5
(175,170,181)
#BBB7C1
(187,183,193)
#C7C4CD
(199,196,205)
#D3D1D9
(211,209,217)
#DFDEE5
(223,222,229)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736979; }

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

This text font color is #736979.


Background Color

.myBgColor { background-color: #736979; }

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

This div background color is #736979.


Border color

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

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

This div border color is #736979.


Opacity

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

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

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

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

This text has shadow with #736979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736979 on black background.


Color preview on white background

This text has color #736979 on white background.



Black color preview on #736979 background

This text has black color on #736979 background.


White color preview on #736979 background

This text has white color on #736979 background.