COLOR #736D74

HEX: #736D74
RGB: (115,109,116)

Color info

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

RGB color model

#736D74 color RGB value is (115,109,116).

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

RGB channels and saturation

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

115
109
116

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 116 = 340 (100%)
R 115 of 340 ~ 33.82%
G 109 of 340 ~ 32.06%
B 116 of 340 ~ 34.12%

%33.82
%32.06
%34.12

CMYK color model

#736D74 color CMYK value is (1,6,0,55).

  • cyan value is 0.86%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(1,6,0,55)
C1M6Y0K55 
(1%,6%,0%,55%)
(0.01/0.06/0.00/0.55)	

CMYK percentages

%0.86
%6.03
%0
%54.51

Codes

Color #736D74 in popluar color models

736D74
RGB115109116
HSL291°3.11%44.12%
HSB/HSV291°6.03%45.49%
CMYK0.86%6.03%0.00%
54.51%

Color #736D74 in popluar number systems.

HEX736D74
Decimal115109116
Binary111001111011011110100
Octal163155164

Shades and tints

Shades of #736D74

#736D74
(115,109,116)
#69646A
(105,100,106)
#5F5B60
(95,91,96)
#555256
(85,82,86)
#4B494C
(75,73,76)
#414042
(65,64,66)
#373738
(55,55,56)
#2D2E2E
(45,46,46)
#232524
(35,37,36)
#191C1A
(25,28,26)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #736D74

#736D74
(115,109,116)
#7F7A80
(127,122,128)
#8B878C
(139,135,140)
#979498
(151,148,152)
#A3A1A4
(163,161,164)
#AFAEB0
(175,174,176)
#BBBBBC
(187,187,188)
#C7C8C8
(199,200,200)
#D3D5D4
(211,213,212)
#DFE2E0
(223,226,224)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D74; }

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

This text font color is #736D74.


Background Color

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

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

This div background color is #736D74.


Border color

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

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

This div border color is #736D74.


Opacity

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

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

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

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

This text has shadow with #736D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D74 on black background.


Color preview on white background

This text has color #736D74 on white background.



Black color preview on #736D74 background

This text has black color on #736D74 background.


White color preview on #736D74 background

This text has white color on #736D74 background.