COLOR #737864

HEX: #737864 RGB: (115,120,100)

Color info

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

RGB color model

#737864 color RGB value is (115,120,100).

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

RGB channels and saturation

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

115
120
100

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

Portions of RGB colors in percentages

R + G + B = 115 + 120 + 100 = 335 (100%)
R 115 of 335 ~ 34.33%
G 120 of 335 ~ 35.82%
B 100 of 335 ~ 29.85'%

%34.33
%35.82
%29.85

CMYK color model

#737864 color CMYK value is (4,0,17,53).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%

CMYK: (4,0,17,53)
C4M0Y17K53 (4%, 0%, 17%, 53%)
(0.04 / 0.00 / 0.17 / 0.53)

CMYK percentages

%4.17
%0
%16.67
%52.94

Codes

Color #737864 in popluar color models

73 78 64
RGB 115 120 100
HSL 75° 9.09% 43.14%
HSB/HSV 75° 16.67% 47.06%
CMYK 4.17% 0.00% 16.67%
52.94%

Color #737864 in popluar number systems.

HEX 73 78 64
Decimal 115 120 100
Binary 1110011 1111000 1100100
Octal 163 170 144

Shades and tints

Shades of #737864

#737864
(115,120,100)
#696E5B
(105,110,91)
#5F6452
(95,100,82)
#555A49
(85,90,73)
#4B5040
(75,80,64)
#414637
(65,70,55)
#373C2E
(55,60,46)
#2D3225
(45,50,37)
#23281C
(35,40,28)
#191E13
(25,30,19)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #737864

#737864
(115,120,100)
#7F8472
(127,132,114)
#8B9080
(139,144,128)
#979C8E
(151,156,142)
#A3A89C
(163,168,156)
#AFB4AA
(175,180,170)
#BBC0B8
(187,192,184)
#C7CCC6
(199,204,198)
#D3D8D4
(211,216,212)
#DFE4E2
(223,228,226)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737864; }

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

This text font color is #737864.

Background Color

.myBgColor { background-color: #737864; }

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

This div background color is #737864.

Border color

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

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

This div border color is #737864.

Opacity

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

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

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

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

This text has shadow with #737864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737864.

Preview

Color preview on black background

This text has color #737864 on black background.


Color preview on white background

This text has color #737864 on white background.


Black color preview on #737864 background

This text has black color on #737864 background.


White color preview on #737864 background

This text has white color on #737864 background.


Related colors

Complementary color

Complementary color for #hex is #8C879B.


I love getcolorcode.com

Triadic colors

1 #647378 and #786473 with #737864 are triadic colors.

2 #647873 and #787364 with #737864 are triadic colors.