COLOR #737979

HEX: #737979
RGB: (115,121,121)

Color info

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

RGB color model

#737979 color RGB value is (115,121,121).

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

RGB channels and saturation

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

115
121
121

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 121 = 357 (100%)
R 115 of 357 ~ 32.21%
G 121 of 357 ~ 33.89%
B 121 of 357 ~ 33.89%

%32.21
%33.89
%33.89

CMYK color model

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

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

CMYK percentages

%4.96
%0
%0
%52.55

Codes

Color #737979 in popluar color models

737979
RGB115121121
HSL180°2.54%46.27%
HSB/HSV180°4.96%47.45%
CMYK4.96%0.00%0.00%
52.55%

Color #737979 in popluar number systems.

HEX737979
Decimal115121121
Binary111001111110011111001
Octal163171171

Shades and tints

Shades of #737979

#737979
(115,121,121)
#696E6E
(105,110,110)
#5F6363
(95,99,99)
#555858
(85,88,88)
#4B4D4D
(75,77,77)
#414242
(65,66,66)
#373737
(55,55,55)
#2D2C2C
(45,44,44)
#232121
(35,33,33)
#191616
(25,22,22)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #737979

#737979
(115,121,121)
#7F8585
(127,133,133)
#8B9191
(139,145,145)
#979D9D
(151,157,157)
#A3A9A9
(163,169,169)
#AFB5B5
(175,181,181)
#BBC1C1
(187,193,193)
#C7CDCD
(199,205,205)
#D3D9D9
(211,217,217)
#DFE5E5
(223,229,229)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737979; }

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

This text font color is #737979.


Background Color

.myBgColor { background-color: #737979; }

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

This div background color is #737979.


Border color

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

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

This div border color is #737979.


Opacity

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

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

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

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

This text has shadow with #737979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737979 on black background.


Color preview on white background

This text has color #737979 on white background.



Black color preview on #737979 background

This text has black color on #737979 background.


White color preview on #737979 background

This text has white color on #737979 background.