COLOR #736B65

HEX: #736B65
RGB: (115,107,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
107
101

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 101 = 323 (100%)
R 115 of 323 ~ 35.6%
G 107 of 323 ~ 33.13%
B 101 of 323 ~ 31.27%

%35.6
%33.13
%31.27

CMYK color model

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

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

CMYK percentages

%0
%6.96
%12.17
%54.9

Codes

Color #736B65 in popluar color models

736B65
RGB115107101
HSL26°6.48%42.35%
HSB/HSV26°12.17%45.10%
CMYK0.00%6.96%12.17%
54.90%

Color #736B65 in popluar number systems.

HEX736B65
Decimal115107101
Binary111001111010111100101
Octal163153145

Shades and tints

Shades of #736B65

#736B65
(115,107,101)
#69625C
(105,98,92)
#5F5953
(95,89,83)
#55504A
(85,80,74)
#4B4741
(75,71,65)
#413E38
(65,62,56)
#37352F
(55,53,47)
#2D2C26
(45,44,38)
#23231D
(35,35,29)
#191A14
(25,26,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #736B65

#736B65
(115,107,101)
#7F7873
(127,120,115)
#8B8581
(139,133,129)
#97928F
(151,146,143)
#A39F9D
(163,159,157)
#AFACAB
(175,172,171)
#BBB9B9
(187,185,185)
#C7C6C7
(199,198,199)
#D3D3D5
(211,211,213)
#DFE0E3
(223,224,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B65; }

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

This text font color is #736B65.


Background Color

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

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

This div background color is #736B65.


Border color

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

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

This div border color is #736B65.


Opacity

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

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

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

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

This text has shadow with #736B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B65 on black background.


Color preview on white background

This text has color #736B65 on white background.



Black color preview on #736B65 background

This text has black color on #736B65 background.


White color preview on #736B65 background

This text has white color on #736B65 background.