COLOR #737C68

HEX: #737C68
RGB: (115,124,104)

Color info

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

RGB color model

#737C68 color RGB value is (115,124,104).

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

RGB channels and saturation

R 115 of 255 = 45%
G 124 of 255 = 49%
B 104 of 255 = 41%

115
124
104

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

Portions of RGB colors in percentages

R + G + B =
115 + 124 + 104 = 343 (100%)
R 115 of 343 ~ 33.53%
G 124 of 343 ~ 36.15%
B 104 of 343 ~ 30.32%

%33.53
%36.15
%30.32

CMYK color model

#737C68 color CMYK value is (7,0,16,51).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 51.37%
CMYK:
(7,0,16,51)
C7M0Y16K51 
(7%,0%,16%,51%)
(0.07/0.00/0.16/0.51)	

CMYK percentages

%7.26
%0
%16.13
%51.37

Codes

Color #737C68 in popluar color models

737C68
RGB115124104
HSL87°8.77%44.71%
HSB/HSV87°16.13%48.63%
CMYK7.26%0.00%16.13%
51.37%

Color #737C68 in popluar number systems.

HEX737C68
Decimal115124104
Binary111001111111001101000
Octal163174150

Shades and tints

Shades of #737C68

#737C68
(115,124,104)
#69715F
(105,113,95)
#5F6656
(95,102,86)
#555B4D
(85,91,77)
#4B5044
(75,80,68)
#41453B
(65,69,59)
#373A32
(55,58,50)
#2D2F29
(45,47,41)
#232420
(35,36,32)
#191917
(25,25,23)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #737C68

#737C68
(115,124,104)
#7F8775
(127,135,117)
#8B9282
(139,146,130)
#979D8F
(151,157,143)
#A3A89C
(163,168,156)
#AFB3A9
(175,179,169)
#BBBEB6
(187,190,182)
#C7C9C3
(199,201,195)
#D3D4D0
(211,212,208)
#DFDFDD
(223,223,221)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737C68; }

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

This text font color is #737C68.


Background Color

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

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

This div background color is #737C68.


Border color

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

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

This div border color is #737C68.


Opacity

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

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

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

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

This text has shadow with #737C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737C68 on black background.


Color preview on white background

This text has color #737C68 on white background.



Black color preview on #737C68 background

This text has black color on #737C68 background.


White color preview on #737C68 background

This text has white color on #737C68 background.