COLOR #737C6B

HEX: #737C6B
RGB: (115,124,107)

Color info

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

RGB color model

#737C6B color RGB value is (115,124,107).

  • red value is 115;
  • green value is 124;
  • blue value is 107.
RGB:
(115,124,107)
(45%,49%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 107 of 255 = 42%

115
124
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 124 + 107 = 346 (100%)
R 115 of 346 ~ 33.24%
G 124 of 346 ~ 35.84%
B 107 of 346 ~ 30.92%

%33.24
%35.84
%30.92

CMYK color model

#737C6B color CMYK value is (7,0,14,51).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 51.37%
CMYK:
(7,0,14,51)
C7M0Y14K51 
(7%,0%,14%,51%)
(0.07/0.00/0.14/0.51)	

CMYK percentages

%7.26
%0
%13.71
%51.37

Codes

Color #737C6B in popluar color models

737C6B
RGB115124107
HSL92°7.36%45.29%
HSB/HSV92°13.71%48.63%
CMYK7.26%0.00%13.71%
51.37%

Color #737C6B in popluar number systems.

HEX737C6B
Decimal115124107
Binary111001111111001101011
Octal163174153

Shades and tints

Shades of #737C6B

#737C6B
(115,124,107)
#697162
(105,113,98)
#5F6659
(95,102,89)
#555B50
(85,91,80)
#4B5047
(75,80,71)
#41453E
(65,69,62)
#373A35
(55,58,53)
#2D2F2C
(45,47,44)
#232423
(35,36,35)
#19191A
(25,25,26)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #737C6B

#737C6B
(115,124,107)
#7F8778
(127,135,120)
#8B9285
(139,146,133)
#979D92
(151,157,146)
#A3A89F
(163,168,159)
#AFB3AC
(175,179,172)
#BBBEB9
(187,190,185)
#C7C9C6
(199,201,198)
#D3D4D3
(211,212,211)
#DFDFE0
(223,223,224)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737C6B color. Also use rgb(115,124,107) instead hex code.

Text Font Color

.myTextColor { color: #737C6B; }

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

This text font color is #737C6B.


Background Color

.myBgColor { background-color: #737C6B; }

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

This div background color is #737C6B.


Border color

.myBorderColor { border: 1px solid #737C6B; }

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

This div border color is #737C6B.


Opacity

.myOpacity80 { color: #737C6B; opacity: 0.8; }

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

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

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

This text has shadow with #737C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C6B on black background.


Color preview on white background

This text has color #737C6B on white background.



Black color preview on #737C6B background

This text has black color on #737C6B background.


White color preview on #737C6B background

This text has white color on #737C6B background.