COLOR #737670

HEX: #737670
RGB: (115,118,112)

Color info

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

RGB color model

#737670 color RGB value is (115,118,112).

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

RGB channels and saturation

R 115 of 255 = 45%
G 118 of 255 = 46%
B 112 of 255 = 44%

115
118
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 118 + 112 = 345 (100%)
R 115 of 345 ~ 33.33%
G 118 of 345 ~ 34.2%
B 112 of 345 ~ 32.46%

%33.33
%34.2
%32.46

CMYK color model

#737670 color CMYK value is (3,0,5,54).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 53.73%
CMYK:
(3,0,5,54)
C3M0Y5K54 
(3%,0%,5%,54%)
(0.03/0.00/0.05/0.54)	

CMYK percentages

%2.54
%0
%5.08
%53.73

Codes

Color #737670 in popluar color models

737670
RGB115118112
HSL90°2.61%45.10%
HSB/HSV90°5.08%46.27%
CMYK2.54%0.00%5.08%
53.73%

Color #737670 in popluar number systems.

HEX737670
Decimal115118112
Binary111001111101101110000
Octal163166160

Shades and tints

Shades of #737670

#737670
(115,118,112)
#696C66
(105,108,102)
#5F625C
(95,98,92)
#555852
(85,88,82)
#4B4E48
(75,78,72)
#41443E
(65,68,62)
#373A34
(55,58,52)
#2D302A
(45,48,42)
#232620
(35,38,32)
#191C16
(25,28,22)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #737670

#737670
(115,118,112)
#7F827D
(127,130,125)
#8B8E8A
(139,142,138)
#979A97
(151,154,151)
#A3A6A4
(163,166,164)
#AFB2B1
(175,178,177)
#BBBEBE
(187,190,190)
#C7CACB
(199,202,203)
#D3D6D8
(211,214,216)
#DFE2E5
(223,226,229)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737670; }

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

This text font color is #737670.


Background Color

.myBgColor { background-color: #737670; }

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

This div background color is #737670.


Border color

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

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

This div border color is #737670.


Opacity

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

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

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

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

This text has shadow with #737670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737670 on black background.


Color preview on white background

This text has color #737670 on white background.



Black color preview on #737670 background

This text has black color on #737670 background.


White color preview on #737670 background

This text has white color on #737670 background.