COLOR #737664

HEX: #737664
RGB: (115,118,100)

Color info

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

RGB color model

#737664 color RGB value is (115,118,100).

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

RGB channels and saturation

R 115 of 255 = 45%
G 118 of 255 = 46%
B 100 of 255 = 39%

115
118
100

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

Portions of RGB colors in percentages

R + G + B =
115 + 118 + 100 = 333 (100%)
R 115 of 333 ~ 34.53%
G 118 of 333 ~ 35.44%
B 100 of 333 ~ 30.03%

%34.53
%35.44
%30.03

CMYK color model

#737664 color CMYK value is (3,0,15,54).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(3,0,15,54)
C3M0Y15K54 
(3%,0%,15%,54%)
(0.03/0.00/0.15/0.54)	

CMYK percentages

%2.54
%0
%15.25
%53.73

Codes

Color #737664 in popluar color models

737664
RGB115118100
HSL70°8.26%42.75%
HSB/HSV70°15.25%46.27%
CMYK2.54%0.00%15.25%
53.73%

Color #737664 in popluar number systems.

HEX737664
Decimal115118100
Binary111001111101101100100
Octal163166144

Shades and tints

Shades of #737664

#737664
(115,118,100)
#696C5B
(105,108,91)
#5F6252
(95,98,82)
#555849
(85,88,73)
#4B4E40
(75,78,64)
#414437
(65,68,55)
#373A2E
(55,58,46)
#2D3025
(45,48,37)
#23261C
(35,38,28)
#191C13
(25,28,19)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #737664

#737664
(115,118,100)
#7F8272
(127,130,114)
#8B8E80
(139,142,128)
#979A8E
(151,154,142)
#A3A69C
(163,166,156)
#AFB2AA
(175,178,170)
#BBBEB8
(187,190,184)
#C7CAC6
(199,202,198)
#D3D6D4
(211,214,212)
#DFE2E2
(223,226,226)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737664; }

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

This text font color is #737664.


Background Color

.myBgColor { background-color: #737664; }

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

This div background color is #737664.


Border color

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

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

This div border color is #737664.


Opacity

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

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

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

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

This text has shadow with #737664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737664 on black background.


Color preview on white background

This text has color #737664 on white background.



Black color preview on #737664 background

This text has black color on #737664 background.


White color preview on #737664 background

This text has white color on #737664 background.