COLOR #736D70

HEX: #736D70
RGB: (115,109,112)

Color info

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

RGB color model

#736D70 color RGB value is (115,109,112).

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

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 112 of 255 = 44%

115
109
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 112 = 336 (100%)
R 115 of 336 ~ 34.23%
G 109 of 336 ~ 32.44%
B 112 of 336 ~ 33.33%

%34.23
%32.44
%33.33

CMYK color model

#736D70 color CMYK value is (0,5,3,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(0,5,3,55)
C0M5Y3K55 
(0%,5%,3%,55%)
(0.00/0.05/0.03/0.55)	

CMYK percentages

%0
%5.22
%2.61
%54.9

Codes

Color #736D70 in popluar color models

736D70
RGB115109112
HSL330°2.68%43.92%
HSB/HSV330°5.22%45.10%
CMYK0.00%5.22%2.61%
54.90%

Color #736D70 in popluar number systems.

HEX736D70
Decimal115109112
Binary111001111011011110000
Octal163155160

Shades and tints

Shades of #736D70

#736D70
(115,109,112)
#696466
(105,100,102)
#5F5B5C
(95,91,92)
#555252
(85,82,82)
#4B4948
(75,73,72)
#41403E
(65,64,62)
#373734
(55,55,52)
#2D2E2A
(45,46,42)
#232520
(35,37,32)
#191C16
(25,28,22)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #736D70

#736D70
(115,109,112)
#7F7A7D
(127,122,125)
#8B878A
(139,135,138)
#979497
(151,148,151)
#A3A1A4
(163,161,164)
#AFAEB1
(175,174,177)
#BBBBBE
(187,187,190)
#C7C8CB
(199,200,203)
#D3D5D8
(211,213,216)
#DFE2E5
(223,226,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D70; }

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

This text font color is #736D70.


Background Color

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

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

This div background color is #736D70.


Border color

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

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

This div border color is #736D70.


Opacity

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

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

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

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

This text has shadow with #736D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D70 on black background.


Color preview on white background

This text has color #736D70 on white background.



Black color preview on #736D70 background

This text has black color on #736D70 background.


White color preview on #736D70 background

This text has white color on #736D70 background.