COLOR #736B6F

HEX: #736B6F
RGB: (115,107,111)

Color info

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

RGB color model

#736B6F color RGB value is (115,107,111).

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

RGB channels and saturation

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

115
107
111

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 111 = 333 (100%)
R 115 of 333 ~ 34.53%
G 107 of 333 ~ 32.13%
B 111 of 333 ~ 33.33%

%34.53
%32.13
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 3.48%
  • 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
%3.48
%54.9

Codes

Color #736B6F in popluar color models

736B6F
RGB115107111
HSL330°3.60%43.53%
HSB/HSV330°6.96%45.10%
CMYK0.00%6.96%3.48%
54.90%

Color #736B6F in popluar number systems.

HEX736B6F
Decimal115107111
Binary111001111010111101111
Octal163153157

Shades and tints

Shades of #736B6F

#736B6F
(115,107,111)
#696265
(105,98,101)
#5F595B
(95,89,91)
#555051
(85,80,81)
#4B4747
(75,71,71)
#413E3D
(65,62,61)
#373533
(55,53,51)
#2D2C29
(45,44,41)
#23231F
(35,35,31)
#191A15
(25,26,21)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #736B6F

#736B6F
(115,107,111)
#7F787C
(127,120,124)
#8B8589
(139,133,137)
#979296
(151,146,150)
#A39FA3
(163,159,163)
#AFACB0
(175,172,176)
#BBB9BD
(187,185,189)
#C7C6CA
(199,198,202)
#D3D3D7
(211,211,215)
#DFE0E4
(223,224,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B6F; }

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

This text font color is #736B6F.


Background Color

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

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

This div background color is #736B6F.


Border color

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

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

This div border color is #736B6F.


Opacity

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

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

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

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

This text has shadow with #736B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B6F on black background.


Color preview on white background

This text has color #736B6F on white background.



Black color preview on #736B6F background

This text has black color on #736B6F background.


White color preview on #736B6F background

This text has white color on #736B6F background.