COLOR #737164

HEX: #737164
RGB: (115,113,100)

Color info

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

RGB color model

#737164 color RGB value is (115,113,100).

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

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 100 of 255 = 39%

115
113
100

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

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 100 = 328 (100%)
R 115 of 328 ~ 35.06%
G 113 of 328 ~ 34.45%
B 100 of 328 ~ 30.49%

%35.06
%34.45
%30.49

CMYK color model

#737164 color CMYK value is (0,2,13,55).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 13.04%
  • key color value is 54.90%
CMYK:
(0,2,13,55)
C0M2Y13K55 
(0%,2%,13%,55%)
(0.00/0.02/0.13/0.55)	

CMYK percentages

%0
%1.74
%13.04
%54.9

Codes

Color #737164 in popluar color models

737164
RGB115113100
HSL52°6.98%42.16%
HSB/HSV52°13.04%45.10%
CMYK0.00%1.74%13.04%
54.90%

Color #737164 in popluar number systems.

HEX737164
Decimal115113100
Binary111001111100011100100
Octal163161144

Shades and tints

Shades of #737164

#737164
(115,113,100)
#69675B
(105,103,91)
#5F5D52
(95,93,82)
#555349
(85,83,73)
#4B4940
(75,73,64)
#413F37
(65,63,55)
#37352E
(55,53,46)
#2D2B25
(45,43,37)
#23211C
(35,33,28)
#191713
(25,23,19)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #737164

#737164
(115,113,100)
#7F7D72
(127,125,114)
#8B8980
(139,137,128)
#97958E
(151,149,142)
#A3A19C
(163,161,156)
#AFADAA
(175,173,170)
#BBB9B8
(187,185,184)
#C7C5C6
(199,197,198)
#D3D1D4
(211,209,212)
#DFDDE2
(223,221,226)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737164; }

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

This text font color is #737164.


Background Color

.myBgColor { background-color: #737164; }

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

This div background color is #737164.


Border color

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

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

This div border color is #737164.


Opacity

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

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

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

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

This text has shadow with #737164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737164 on black background.


Color preview on white background

This text has color #737164 on white background.



Black color preview on #737164 background

This text has black color on #737164 background.


White color preview on #737164 background

This text has white color on #737164 background.