COLOR #736D6E

HEX: #736D6E
RGB: (115,109,110)

Color info

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

RGB color model

#736D6E color RGB value is (115,109,110).

  • red value is 115;
  • green value is 109;
  • blue value is 110.
RGB:
(115,109,110)
(45%,43%,43%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 110 of 255 = 43%

115
109
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 110 = 334 (100%)
R 115 of 334 ~ 34.43%
G 109 of 334 ~ 32.63%
B 110 of 334 ~ 32.93%

%34.43
%32.63
%32.93

CMYK color model

#736D6E color CMYK value is (0,5,4,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,5,4,55)
C0M5Y4K55 
(0%,5%,4%,55%)
(0.00/0.05/0.04/0.55)	

CMYK percentages

%0
%5.22
%4.35
%54.9

Codes

Color #736D6E in popluar color models

736D6E
RGB115109110
HSL350°2.68%43.92%
HSB/HSV350°5.22%45.10%
CMYK0.00%5.22%4.35%
54.90%

Color #736D6E in popluar number systems.

HEX736D6E
Decimal115109110
Binary111001111011011101110
Octal163155156

Shades and tints

Shades of #736D6E

#736D6E
(115,109,110)
#696464
(105,100,100)
#5F5B5A
(95,91,90)
#555250
(85,82,80)
#4B4946
(75,73,70)
#41403C
(65,64,60)
#373732
(55,55,50)
#2D2E28
(45,46,40)
#23251E
(35,37,30)
#191C14
(25,28,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #736D6E

#736D6E
(115,109,110)
#7F7A7B
(127,122,123)
#8B8788
(139,135,136)
#979495
(151,148,149)
#A3A1A2
(163,161,162)
#AFAEAF
(175,174,175)
#BBBBBC
(187,187,188)
#C7C8C9
(199,200,201)
#D3D5D6
(211,213,214)
#DFE2E3
(223,226,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D6E; }

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

This text font color is #736D6E.


Background Color

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

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

This div background color is #736D6E.


Border color

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

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

This div border color is #736D6E.


Opacity

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

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

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

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

This text has shadow with #736D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D6E on black background.


Color preview on white background

This text has color #736D6E on white background.



Black color preview on #736D6E background

This text has black color on #736D6E background.


White color preview on #736D6E background

This text has white color on #736D6E background.