COLOR #737065

HEX: #737065 RGB: (115,112,101)

Color info

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

RGB color model

#737065 color RGB value is (115,112,101).

RGB: (115,112,101) (45%, 44%, 40%)

RGB channels and saturation

R 115 of 255 = 45%
G 112 of 255 = 44%
B 101 of 255 = 40%

115
112
101

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

Portions of RGB colors in percentages

R + G + B = 115 + 112 + 101 = 328 (100%)
R 115 of 328 ~ 35.06%
G 112 of 328 ~ 34.15%
B 101 of 328 ~ 30.79'%

%35.06
%34.15
%30.79

CMYK color model

#737065 color CMYK value is (0,3,12,55).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 12.17%
  • key color value is 54.90%
CMYK: (0,3,12,55) C0M3Y12K55 (0%,3%,12%,55%) (0.00/0.03/0.12/0.55) 

CMYK percentages

%0
%2.61
%12.17
%54.9

Codes

Color #737065 in popluar color models

73 70 65
RGB 115 112 101
HSL 47° 6.48% 42.35%
HSB/HSV 47° 12.17% 45.10%
CMYK 0.00% 2.61% 12.17%
54.90%

Color #737065 in popluar number systems.

HEX 73 70 65
Decimal 115 112 101
Binary 1110011 1110000 1100101
Octal 163 160 145

Shades and tints

Shades of #737065

#737065
(115,112,101)
#69665C
(105,102,92)
#5F5C53
(95,92,83)
#55524A
(85,82,74)
#4B4841
(75,72,65)
#413E38
(65,62,56)
#37342F
(55,52,47)
#2D2A26
(45,42,38)
#23201D
(35,32,29)
#191614
(25,22,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #737065

#737065
(115,112,101)
#7F7D73
(127,125,115)
#8B8A81
(139,138,129)
#97978F
(151,151,143)
#A3A49D
(163,164,157)
#AFB1AB
(175,177,171)
#BBBEB9
(187,190,185)
#C7CBC7
(199,203,199)
#D3D8D5
(211,216,213)
#DFE5E3
(223,229,227)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737065; }

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

This text font color is #737065.

Background Color

.myBgColor { background-color: #737065; }

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

This div background color is #737065.

Border color

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

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

This div border color is #737065.

Opacity

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

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

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

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

This text has shadow with #737065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737065.

Preview

Color preview on black background

This text has color #737065 on black background.


Color preview on white background

This text has color #737065 on white background.


Black color preview on #737065 background

This text has black color on #737065 background.


White color preview on #737065 background

This text has white color on #737065 background.


Related colors

Complementary color

Complementary color for #hex is #8C8F9A.


I love getcolorcode.com

Triadic colors

1 #657370 and #706573 with #737065 are triadic colors.

2 #657073 and #707365 with #737065 are triadic colors.