COLOR #736B70

HEX: #736B70
RGB: (115,107,112)

Color info

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

RGB color model

#736B70 color RGB value is (115,107,112).

  • red value is 115;
  • green value is 107;
  • blue value is 112.
RGB:
(115,107,112)
(45%,42%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 107 of 255 = 42%
B 112 of 255 = 44%

115
107
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 112 = 334 (100%)
R 115 of 334 ~ 34.43%
G 107 of 334 ~ 32.04%
B 112 of 334 ~ 33.53%

%34.43
%32.04
%33.53

CMYK color model

#736B70 color CMYK value is (0,7,3,55).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(0,7,3,55)
C0M7Y3K55 
(0%,7%,3%,55%)
(0.00/0.07/0.03/0.55)	

CMYK percentages

%0
%6.96
%2.61
%54.9

Codes

Color #736B70 in popluar color models

736B70
RGB115107112
HSL323°3.60%43.53%
HSB/HSV323°6.96%45.10%
CMYK0.00%6.96%2.61%
54.90%

Color #736B70 in popluar number systems.

HEX736B70
Decimal115107112
Binary111001111010111110000
Octal163153160

Shades and tints

Shades of #736B70

#736B70
(115,107,112)
#696266
(105,98,102)
#5F595C
(95,89,92)
#555052
(85,80,82)
#4B4748
(75,71,72)
#413E3E
(65,62,62)
#373534
(55,53,52)
#2D2C2A
(45,44,42)
#232320
(35,35,32)
#191A16
(25,26,22)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #736B70

#736B70
(115,107,112)
#7F787D
(127,120,125)
#8B858A
(139,133,138)
#979297
(151,146,151)
#A39FA4
(163,159,164)
#AFACB1
(175,172,177)
#BBB9BE
(187,185,190)
#C7C6CB
(199,198,203)
#D3D3D8
(211,211,216)
#DFE0E5
(223,224,229)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B70; }

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

This text font color is #736B70.


Background Color

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

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

This div background color is #736B70.


Border color

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

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

This div border color is #736B70.


Opacity

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

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

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

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

This text has shadow with #736B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B70 on black background.


Color preview on white background

This text has color #736B70 on white background.



Black color preview on #736B70 background

This text has black color on #736B70 background.


White color preview on #736B70 background

This text has white color on #736B70 background.