COLOR #736260

HEX: #736260 RGB: (115,98,96)

Color info

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

RGB color model

#736260 color RGB value is (115,98,96).

RGB: (115,98,96) (45%, 38%, 38%)

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 96 of 255 = 38%

115
98
96

R + G + B ~ 40%. #736260 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 98 + 96 = 309 (100%)
R 115 of 309 ~ 37.22%
G 98 of 309 ~ 31.72%
B 96 of 309 ~ 31.07'%

%37.22
%31.72
%31.07

CMYK color model

#736260 color CMYK value is (0,15,17,55).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 16.52%
  • key color value is 54.90%

CMYK: (0,15,17,55)
C0M15Y17K55 (0%, 15%, 17%, 55%)
(0.00 / 0.15 / 0.17 / 0.55)

CMYK percentages

%0
%14.78
%16.52
%54.9

Codes

Color #736260 in popluar color models

73 62 60
RGB 115 98 96
HSL 9.00% 41.37%
HSB/HSV 16.52% 45.10%
CMYK 0.00% 14.78% 16.52%
54.90%

Color #736260 in popluar number systems.

HEX 73 62 60
Decimal 115 98 96
Binary 1110011 1100010 1100000
Octal 163 142 140

Shades and tints

Shades of #736260

#736260
(115,98,96)
#695A58
(105,90,88)
#5F5250
(95,82,80)
#554A48
(85,74,72)
#4B4240
(75,66,64)
#413A38
(65,58,56)
#373230
(55,50,48)
#2D2A28
(45,42,40)
#232220
(35,34,32)
#191A18
(25,26,24)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #736260

#736260
(115,98,96)
#7F706E
(127,112,110)
#8B7E7C
(139,126,124)
#978C8A
(151,140,138)
#A39A98
(163,154,152)
#AFA8A6
(175,168,166)
#BBB6B4
(187,182,180)
#C7C4C2
(199,196,194)
#D3D2D0
(211,210,208)
#DFE0DE
(223,224,222)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736260; }

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

This text font color is #736260.

Background Color

.myBgColor { background-color: #736260; }

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

This div background color is #736260.

Border color

.myBorderColor { border: 1px solid #736260; }

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

This div border color is #736260.

Opacity

.myOpacity80 { color: #736260; opacity: 0.8; }

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

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

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

This text has shadow with #736260 color.


.textShadow {text-shadow: 3px 3px 1px #736260', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #736260; -webkit-box-shadow: 1px 1px 3px 2px #736260; box-shadow:1px 1px 3px 2px #736260;">
Div content here
</div>

This div box has shadow with color #736260.

Preview

Color preview on black background

This text has color #736260 on black background.


Color preview on white background

This text has color #736260 on white background.


Black color preview on #736260 background

This text has black color on #736260 background.


White color preview on #736260 background

This text has white color on #736260 background.


Related colors

Complementary color

Complementary color for #hex is #8C9D9F.


I love getcolorcode.com

Triadic colors

1 #607362 and #626073 with #736260 are triadic colors.

2 #606273 and #627360 with #736260 are triadic colors.