COLOR #737060

HEX: #737060
RGB: (115,112,96)

Color info

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

RGB color model

#737060 color RGB value is (115,112,96).

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

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 96 of 255 = 38%

115
112
96

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

Portions of RGB colors in percentages

R + G + B =
115 + 112 + 96 = 323 (100%)
R 115 of 323 ~ 35.6%
G 112 of 323 ~ 34.67%
B 96 of 323 ~ 29.72%

%35.6
%34.67
%29.72

CMYK color model

#737060 color CMYK value is (0,3,17,55).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK:
(0,3,17,55)
C0M3Y17K55 
(0%,3%,17%,55%)
(0.00/0.03/0.17/0.55)	

CMYK percentages

%0
%2.61
%16.52
%54.9

Codes

Color #737060 in popluar color models

737060
RGB11511296
HSL51°9.00%41.37%
HSB/HSV51°16.52%45.10%
CMYK0.00%2.61%16.52%
54.90%

Color #737060 in popluar number systems.

HEX737060
Decimal11511296
Binary111001111100001100000
Octal163160140

Shades and tints

Shades of #737060

#737060
(115,112,96)
#696658
(105,102,88)
#5F5C50
(95,92,80)
#555248
(85,82,72)
#4B4840
(75,72,64)
#413E38
(65,62,56)
#373430
(55,52,48)
#2D2A28
(45,42,40)
#232020
(35,32,32)
#191618
(25,22,24)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #737060

#737060
(115,112,96)
#7F7D6E
(127,125,110)
#8B8A7C
(139,138,124)
#97978A
(151,151,138)
#A3A498
(163,164,152)
#AFB1A6
(175,177,166)
#BBBEB4
(187,190,180)
#C7CBC2
(199,203,194)
#D3D8D0
(211,216,208)
#DFE5DE
(223,229,222)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737060; }

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

This text font color is #737060.


Background Color

.myBgColor { background-color: #737060; }

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

This div background color is #737060.


Border color

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

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

This div border color is #737060.


Opacity

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

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

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

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

This text has shadow with #737060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737060 on black background.


Color preview on white background

This text has color #737060 on white background.



Black color preview on #737060 background

This text has black color on #737060 background.


White color preview on #737060 background

This text has white color on #737060 background.