COLOR #736E68

HEX: #736E68 RGB: (115,110,104)

Color info

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

RGB color model

#736E68 color RGB value is (115,110,104).

RGB: (115,110,104) (45%, 43%, 41%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 104 of 255 = 41%

115
110
104

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

Portions of RGB colors in percentages

R + G + B = 115 + 110 + 104 = 329 (100%)
R 115 of 329 ~ 34.95%
G 110 of 329 ~ 33.43%
B 104 of 329 ~ 31.61'%

%34.95
%33.43
%31.61

CMYK color model

#736E68 color CMYK value is (0,4,10,55).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 9.57%
  • key color value is 54.90%

CMYK: (0,4,10,55)
C0M4Y10K55 (0%, 4%, 10%, 55%)
(0.00 / 0.04 / 0.10 / 0.55)

CMYK percentages

%0
%4.35
%9.57
%54.9

Codes

Color #736E68 in popluar color models

73 6E 68
RGB 115 110 104
HSL 33° 5.02% 42.94%
HSB/HSV 33° 9.57% 45.10%
CMYK 0.00% 4.35% 9.57%
54.90%

Color #736E68 in popluar number systems.

HEX 73 6E 68
Decimal 115 110 104
Binary 1110011 1101110 1101000
Octal 163 156 150

Shades and tints

Shades of #736E68

#736E68
(115,110,104)
#69645F
(105,100,95)
#5F5A56
(95,90,86)
#55504D
(85,80,77)
#4B4644
(75,70,68)
#413C3B
(65,60,59)
#373232
(55,50,50)
#2D2829
(45,40,41)
#231E20
(35,30,32)
#191417
(25,20,23)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #736E68

#736E68
(115,110,104)
#7F7B75
(127,123,117)
#8B8882
(139,136,130)
#97958F
(151,149,143)
#A3A29C
(163,162,156)
#AFAFA9
(175,175,169)
#BBBCB6
(187,188,182)
#C7C9C3
(199,201,195)
#D3D6D0
(211,214,208)
#DFE3DD
(223,227,221)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736E68 color. Also use rgb(115,110,104) instead hex code.

Text Font Color

.myTextColor { color: #736E68; }

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

This text font color is #736E68.

Background Color

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

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

This div background color is #736E68.

Border color

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

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

This div border color is #736E68.

Opacity

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

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

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

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

This text has shadow with #736E68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736E68.

Preview

Color preview on black background

This text has color #736E68 on black background.


Color preview on white background

This text has color #736E68 on white background.


Black color preview on #736E68 background

This text has black color on #736E68 background.


White color preview on #736E68 background

This text has white color on #736E68 background.


Related colors

Complementary color

Complementary color for #hex is #8C9197.


I love getcolorcode.com

Triadic colors

1 #68736E and #6E6873 with #736E68 are triadic colors.

2 #686E73 and #6E7368 with #736E68 are triadic colors.