COLOR #736D61

HEX: #736D61
RGB: (115,109,97)

Color info

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

RGB color model

#736D61 color RGB value is (115,109,97).

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

RGB channels and saturation

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

115
109
97

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 97 = 321 (100%)
R 115 of 321 ~ 35.83%
G 109 of 321 ~ 33.96%
B 97 of 321 ~ 30.22%

%35.83
%33.96
%30.22

CMYK color model

#736D61 color CMYK value is (0,5,16,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(0,5,16,55)
C0M5Y16K55 
(0%,5%,16%,55%)
(0.00/0.05/0.16/0.55)	

CMYK percentages

%0
%5.22
%15.65
%54.9

Codes

Color #736D61 in popluar color models

736D61
RGB11510997
HSL40°8.49%41.57%
HSB/HSV40°15.65%45.10%
CMYK0.00%5.22%15.65%
54.90%

Color #736D61 in popluar number systems.

HEX736D61
Decimal11510997
Binary111001111011011100001
Octal163155141

Shades and tints

Shades of #736D61

#736D61
(115,109,97)
#696459
(105,100,89)
#5F5B51
(95,91,81)
#555249
(85,82,73)
#4B4941
(75,73,65)
#414039
(65,64,57)
#373731
(55,55,49)
#2D2E29
(45,46,41)
#232521
(35,37,33)
#191C19
(25,28,25)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #736D61

#736D61
(115,109,97)
#7F7A6F
(127,122,111)
#8B877D
(139,135,125)
#97948B
(151,148,139)
#A3A199
(163,161,153)
#AFAEA7
(175,174,167)
#BBBBB5
(187,187,181)
#C7C8C3
(199,200,195)
#D3D5D1
(211,213,209)
#DFE2DF
(223,226,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D61; }

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

This text font color is #736D61.


Background Color

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

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

This div background color is #736D61.


Border color

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

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

This div border color is #736D61.


Opacity

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

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

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

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

This text has shadow with #736D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D61 on black background.


Color preview on white background

This text has color #736D61 on white background.



Black color preview on #736D61 background

This text has black color on #736D61 background.


White color preview on #736D61 background

This text has white color on #736D61 background.