COLOR #736D49

HEX: #736D49
RGB: (115,109,73)

Color info

#736D49 contains red, green and blue colors in about the same proportion. Web safe color of #736D49 is #666633 (or #663).

RGB color model

#736D49 color RGB value is (115,109,73).

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

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 73 of 255 = 29%

115
109
73

R + G + B ~ 39%. #736D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 73 = 297 (100%)
R 115 of 297 ~ 38.72%
G 109 of 297 ~ 36.7%
B 73 of 297 ~ 24.58%

%38.72
%36.7
%24.58

CMYK color model

#736D49 color CMYK value is (0,5,37,55).

  • cyan value is 0.00%
  • magenta value is 5.22%
  • yellow value is 36.52%
  • key color value is 54.90%
CMYK:
(0,5,37,55)
C0M5Y37K55 
(0%,5%,37%,55%)
(0.00/0.05/0.37/0.55)	

CMYK percentages

%0
%5.22
%36.52
%54.9

Codes

Color #736D49 in popluar color models

736D49
RGB11510973
HSL51°22.34%36.86%
HSB/HSV51°36.52%45.10%
CMYK0.00%5.22%36.52%
54.90%

Color #736D49 in popluar number systems.

HEX736D49
Decimal11510973
Binary111001111011011001001
Octal163155111

Shades and tints

Shades of #736D49

#736D49
(115,109,73)
#696443
(105,100,67)
#5F5B3D
(95,91,61)
#555237
(85,82,55)
#4B4931
(75,73,49)
#41402B
(65,64,43)
#373725
(55,55,37)
#2D2E1F
(45,46,31)
#232519
(35,37,25)
#191C13
(25,28,19)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #736D49

#736D49
(115,109,73)
#7F7A59
(127,122,89)
#8B8769
(139,135,105)
#979479
(151,148,121)
#A3A189
(163,161,137)
#AFAE99
(175,174,153)
#BBBBA9
(187,187,169)
#C7C8B9
(199,200,185)
#D3D5C9
(211,213,201)
#DFE2D9
(223,226,217)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736D49; }

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

This text font color is #736D49.


Background Color

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

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

This div background color is #736D49.


Border color

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

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

This div border color is #736D49.


Opacity

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

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

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

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

This text has shadow with #736D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D49 on black background.


Color preview on white background

This text has color #736D49 on white background.



Black color preview on #736D49 background

This text has black color on #736D49 background.


White color preview on #736D49 background

This text has white color on #736D49 background.