COLOR #736C6F

HEX: #736C6F
RGB: (115,108,111)

Color info

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

RGB color model

#736C6F color RGB value is (115,108,111).

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

RGB channels and saturation

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

115
108
111

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 111 = 334 (100%)
R 115 of 334 ~ 34.43%
G 108 of 334 ~ 32.34%
B 111 of 334 ~ 33.23%

%34.43
%32.34
%33.23

CMYK color model

#736C6F color CMYK value is (0,6,3,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(0,6,3,55)
C0M6Y3K55 
(0%,6%,3%,55%)
(0.00/0.06/0.03/0.55)	

CMYK percentages

%0
%6.09
%3.48
%54.9

Codes

Color #736C6F in popluar color models

736C6F
RGB115108111
HSL334°3.14%43.73%
HSB/HSV334°6.09%45.10%
CMYK0.00%6.09%3.48%
54.90%

Color #736C6F in popluar number systems.

HEX736C6F
Decimal115108111
Binary111001111011001101111
Octal163154157

Shades and tints

Shades of #736C6F

#736C6F
(115,108,111)
#696365
(105,99,101)
#5F5A5B
(95,90,91)
#555151
(85,81,81)
#4B4847
(75,72,71)
#413F3D
(65,63,61)
#373633
(55,54,51)
#2D2D29
(45,45,41)
#23241F
(35,36,31)
#191B15
(25,27,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #736C6F

#736C6F
(115,108,111)
#7F797C
(127,121,124)
#8B8689
(139,134,137)
#979396
(151,147,150)
#A3A0A3
(163,160,163)
#AFADB0
(175,173,176)
#BBBABD
(187,186,189)
#C7C7CA
(199,199,202)
#D3D4D7
(211,212,215)
#DFE1E4
(223,225,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C6F; }

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

This text font color is #736C6F.


Background Color

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

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

This div background color is #736C6F.


Border color

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

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

This div border color is #736C6F.


Opacity

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

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

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

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

This text has shadow with #736C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C6F on black background.


Color preview on white background

This text has color #736C6F on white background.



Black color preview on #736C6F background

This text has black color on #736C6F background.


White color preview on #736C6F background

This text has white color on #736C6F background.