COLOR #737364

HEX: #737364 RGB: (115,115,100)

Color info

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

RGB color model

#737364 color RGB value is (115,115,100).

RGB: (115,115,100) (45%, 45%, 39%)

RGB channels and saturation

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

115
115
100

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

Portions of RGB colors in percentages

R + G + B = 115 + 115 + 100 = 330 (100%)
R 115 of 330 ~ 34.85%
G 115 of 330 ~ 34.85%
B 100 of 330 ~ 30.3'%

%34.85
%34.85
%30.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 54.90%

CMYK: (0,0,13,55)
C0M0Y13K55 (0%, 0%, 13%, 55%)
(0.00 / 0.00 / 0.13 / 0.55)

CMYK percentages

%0
%0
%13.04
%54.9

Codes

Color #737364 in popluar color models

73 73 64
RGB 115 115 100
HSL 60° 6.98% 42.16%
HSB/HSV 60° 13.04% 45.10%
CMYK 0.00% 0.00% 13.04%
54.90%

Color #737364 in popluar number systems.

HEX 73 73 64
Decimal 115 115 100
Binary 1110011 1110011 1100100
Octal 163 163 144

Shades and tints

Shades of #737364

#737364
(115,115,100)
#69695B
(105,105,91)
#5F5F52
(95,95,82)
#555549
(85,85,73)
#4B4B40
(75,75,64)
#414137
(65,65,55)
#37372E
(55,55,46)
#2D2D25
(45,45,37)
#23231C
(35,35,28)
#191913
(25,25,19)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #737364

#737364
(115,115,100)
#7F7F72
(127,127,114)
#8B8B80
(139,139,128)
#97978E
(151,151,142)
#A3A39C
(163,163,156)
#AFAFAA
(175,175,170)
#BBBBB8
(187,187,184)
#C7C7C6
(199,199,198)
#D3D3D4
(211,211,212)
#DFDFE2
(223,223,226)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737364; }

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

This text font color is #737364.

Background Color

.myBgColor { background-color: #737364; }

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

This div background color is #737364.

Border color

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

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

This div border color is #737364.

Opacity

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

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

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

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

This text has shadow with #737364 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737364.

Preview

Color preview on black background

This text has color #737364 on black background.


Color preview on white background

This text has color #737364 on white background.


Black color preview on #737364 background

This text has black color on #737364 background.


White color preview on #737364 background

This text has white color on #737364 background.


Related colors

Complementary color

Complementary color for #hex is #8C8C9B.


I love getcolorcode.com