COLOR #736D65

HEX: #736D65 RGB: (115,109,101)

Color info

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

RGB color model

#736D65 color RGB value is (115,109,101).

RGB: (115,109,101) (45%, 43%, 40%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 101 of 255 = 40%

115
109
101

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

Portions of RGB colors in percentages

R + G + B = 115 + 109 + 101 = 325 (100%)
R 115 of 325 ~ 35.38%
G 109 of 325 ~ 33.54%
B 101 of 325 ~ 31.08'%

%35.38
%33.54
%31.08

CMYK color model

#736D65 color CMYK value is (0,5,12,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 12.17%
  • key color value is 54.90%

CMYK: (0,5,12,55)
C0M5Y12K55 (0%, 5%, 12%, 55%)
(0.00 / 0.05 / 0.12 / 0.55)

CMYK percentages

%0
%5.22
%12.17
%54.9

Codes

Color #736D65 in popluar color models

73 6D 65
RGB 115 109 101
HSL 34° 6.48% 42.35%
HSB/HSV 34° 12.17% 45.10%
CMYK 0.00% 5.22% 12.17%
54.90%

Color #736D65 in popluar number systems.

HEX 73 6D 65
Decimal 115 109 101
Binary 1110011 1101101 1100101
Octal 163 155 145

Shades and tints

Shades of #736D65

#736D65
(115,109,101)
#69645C
(105,100,92)
#5F5B53
(95,91,83)
#55524A
(85,82,74)
#4B4941
(75,73,65)
#414038
(65,64,56)
#37372F
(55,55,47)
#2D2E26
(45,46,38)
#23251D
(35,37,29)
#191C14
(25,28,20)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #736D65

#736D65
(115,109,101)
#7F7A73
(127,122,115)
#8B8781
(139,135,129)
#97948F
(151,148,143)
#A3A19D
(163,161,157)
#AFAEAB
(175,174,171)
#BBBBB9
(187,187,185)
#C7C8C7
(199,200,199)
#D3D5D5
(211,213,213)
#DFE2E3
(223,226,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D65; }

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

This text font color is #736D65.

Background Color

.myBgColor { background-color: #736D65; }

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

This div background color is #736D65.

Border color

.myBorderColor { border: 1px solid #736D65; }

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

This div border color is #736D65.

Opacity

.myOpacity80 { color: #736D65; opacity: 0.8; }

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

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

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

This text has shadow with #736D65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736D65.

Preview

Color preview on black background

This text has color #736D65 on black background.


Color preview on white background

This text has color #736D65 on white background.


Black color preview on #736D65 background

This text has black color on #736D65 background.


White color preview on #736D65 background

This text has white color on #736D65 background.


Related colors

Complementary color

Complementary color for #hex is #8C929A.


I love getcolorcode.com

Triadic colors

1 #65736D and #6D6573 with #736D65 are triadic colors.

2 #656D73 and #6D7365 with #736D65 are triadic colors.