COLOR #736970

HEX: #736970
RGB: (115,105,112)

Color info

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

RGB color model

#736970 color RGB value is (115,105,112).

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

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 112 of 255 = 44%

115
105
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 112 = 332 (100%)
R 115 of 332 ~ 34.64%
G 105 of 332 ~ 31.63%
B 112 of 332 ~ 33.73%

%34.64
%31.63
%33.73

CMYK color model

#736970 color CMYK value is (0,9,3,55).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 2.61%
  • key color value is 54.90%
CMYK:
(0,9,3,55)
C0M9Y3K55 
(0%,9%,3%,55%)
(0.00/0.09/0.03/0.55)	

CMYK percentages

%0
%8.7
%2.61
%54.9

Codes

Color #736970 in popluar color models

736970
RGB115105112
HSL318°4.55%43.14%
HSB/HSV318°8.70%45.10%
CMYK0.00%8.70%2.61%
54.90%

Color #736970 in popluar number systems.

HEX736970
Decimal115105112
Binary111001111010011110000
Octal163151160

Shades and tints

Shades of #736970

#736970
(115,105,112)
#696066
(105,96,102)
#5F575C
(95,87,92)
#554E52
(85,78,82)
#4B4548
(75,69,72)
#413C3E
(65,60,62)
#373334
(55,51,52)
#2D2A2A
(45,42,42)
#232120
(35,33,32)
#191816
(25,24,22)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #736970

#736970
(115,105,112)
#7F767D
(127,118,125)
#8B838A
(139,131,138)
#979097
(151,144,151)
#A39DA4
(163,157,164)
#AFAAB1
(175,170,177)
#BBB7BE
(187,183,190)
#C7C4CB
(199,196,203)
#D3D1D8
(211,209,216)
#DFDEE5
(223,222,229)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736970; }

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

This text font color is #736970.


Background Color

.myBgColor { background-color: #736970; }

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

This div background color is #736970.


Border color

.myBorderColor { border: 1px solid #736970; }

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

This div border color is #736970.


Opacity

.myOpacity80 { color: #736970; opacity: 0.8; }

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

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

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

This text has shadow with #736970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736970 on black background.


Color preview on white background

This text has color #736970 on white background.



Black color preview on #736970 background

This text has black color on #736970 background.


White color preview on #736970 background

This text has white color on #736970 background.