COLOR #736B6B

HEX: #736B6B
RGB: (115,107,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
107
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 107 = 329 (100%)
R 115 of 329 ~ 34.95%
G 107 of 329 ~ 32.52%
B 107 of 329 ~ 32.52%

%34.95
%32.52
%32.52

CMYK color model

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

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

CMYK percentages

%0
%6.96
%6.96
%54.9

Codes

Color #736B6B in popluar color models

736B6B
RGB115107107
HSL3.60%43.53%
HSB/HSV6.96%45.10%
CMYK0.00%6.96%6.96%
54.90%

Color #736B6B in popluar number systems.

HEX736B6B
Decimal115107107
Binary111001111010111101011
Octal163153153

Shades and tints

Shades of #736B6B

#736B6B
(115,107,107)
#696262
(105,98,98)
#5F5959
(95,89,89)
#555050
(85,80,80)
#4B4747
(75,71,71)
#413E3E
(65,62,62)
#373535
(55,53,53)
#2D2C2C
(45,44,44)
#232323
(35,35,35)
#191A1A
(25,26,26)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #736B6B

#736B6B
(115,107,107)
#7F7878
(127,120,120)
#8B8585
(139,133,133)
#979292
(151,146,146)
#A39F9F
(163,159,159)
#AFACAC
(175,172,172)
#BBB9B9
(187,185,185)
#C7C6C6
(199,198,198)
#D3D3D3
(211,211,211)
#DFE0E0
(223,224,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B6B; }

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

This text font color is #736B6B.


Background Color

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

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

This div background color is #736B6B.


Border color

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

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

This div border color is #736B6B.


Opacity

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

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

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

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

This text has shadow with #736B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B6B on black background.


Color preview on white background

This text has color #736B6B on white background.



Black color preview on #736B6B background

This text has black color on #736B6B background.


White color preview on #736B6B background

This text has white color on #736B6B background.