COLOR #736D60

HEX: #736D60
RGB: (115,109,96)

Color info

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

RGB color model

#736D60 color RGB value is (115,109,96).

  • red value is 115;
  • green value is 109;
  • blue value is 96.
RGB:
(115,109,96)
(45%,43%,38%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 96 of 255 = 38%

115
109
96

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 96 = 320 (100%)
R 115 of 320 ~ 35.94%
G 109 of 320 ~ 34.06%
B 96 of 320 ~ 30%

%35.94
%34.06
%30

CMYK color model

#736D60 color CMYK value is (0,5,17,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK:
(0,5,17,55)
C0M5Y17K55 
(0%,5%,17%,55%)
(0.00/0.05/0.17/0.55)	

CMYK percentages

%0
%5.22
%16.52
%54.9

Codes

Color #736D60 in popluar color models

736D60
RGB11510996
HSL41°9.00%41.37%
HSB/HSV41°16.52%45.10%
CMYK0.00%5.22%16.52%
54.90%

Color #736D60 in popluar number systems.

HEX736D60
Decimal11510996
Binary111001111011011100000
Octal163155140

Shades and tints

Shades of #736D60

#736D60
(115,109,96)
#696458
(105,100,88)
#5F5B50
(95,91,80)
#555248
(85,82,72)
#4B4940
(75,73,64)
#414038
(65,64,56)
#373730
(55,55,48)
#2D2E28
(45,46,40)
#232520
(35,37,32)
#191C18
(25,28,24)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #736D60

#736D60
(115,109,96)
#7F7A6E
(127,122,110)
#8B877C
(139,135,124)
#97948A
(151,148,138)
#A3A198
(163,161,152)
#AFAEA6
(175,174,166)
#BBBBB4
(187,187,180)
#C7C8C2
(199,200,194)
#D3D5D0
(211,213,208)
#DFE2DE
(223,226,222)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D60; }

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

This text font color is #736D60.


Background Color

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

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

This div background color is #736D60.


Border color

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

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

This div border color is #736D60.


Opacity

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

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

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

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

This text has shadow with #736D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D60 on black background.


Color preview on white background

This text has color #736D60 on white background.



Black color preview on #736D60 background

This text has black color on #736D60 background.


White color preview on #736D60 background

This text has white color on #736D60 background.