COLOR #736C49

HEX: #736C49 RGB: (115,108,73)

Color info

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

RGB color model

#736C49 color RGB value is (115,108,73).

RGB: (115,108,73) (45%, 42%, 29%)

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 73 of 255 = 29%

115
108
73

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

Portions of RGB colors in percentages

R + G + B = 115 + 108 + 73 = 296 (100%)
R 115 of 296 ~ 38.85%
G 108 of 296 ~ 36.49%
B 73 of 296 ~ 24.66'%

%38.85
%36.49
%24.66

CMYK color model

#736C49 color CMYK value is (0,6,37,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 36.52%
  • key color value is 54.90%

CMYK: (0,6,37,55)
C0M6Y37K55 (0%, 6%, 37%, 55%)
(0.00 / 0.06 / 0.37 / 0.55)

CMYK percentages

%0
%6.09
%36.52
%54.9

Codes

Color #736C49 in popluar color models

73 6C 49
RGB 115 108 73
HSL 50° 22.34% 36.86%
HSB/HSV 50° 36.52% 45.10%
CMYK 0.00% 6.09% 36.52%
54.90%

Color #736C49 in popluar number systems.

HEX 73 6C 49
Decimal 115 108 73
Binary 1110011 1101100 1001001
Octal 163 154 111

Shades and tints

Shades of #736C49

#736C49
(115,108,73)
#696343
(105,99,67)
#5F5A3D
(95,90,61)
#555137
(85,81,55)
#4B4831
(75,72,49)
#413F2B
(65,63,43)
#373625
(55,54,37)
#2D2D1F
(45,45,31)
#232419
(35,36,25)
#191B13
(25,27,19)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #736C49

#736C49
(115,108,73)
#7F7959
(127,121,89)
#8B8669
(139,134,105)
#979379
(151,147,121)
#A3A089
(163,160,137)
#AFAD99
(175,173,153)
#BBBAA9
(187,186,169)
#C7C7B9
(199,199,185)
#D3D4C9
(211,212,201)
#DFE1D9
(223,225,217)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C49; }

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

This text font color is #736C49.

Background Color

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

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

This div background color is #736C49.

Border color

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

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

This div border color is #736C49.

Opacity

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

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

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

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

This text has shadow with #736C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736C49.

Preview

Color preview on black background

This text has color #736C49 on black background.


Color preview on white background

This text has color #736C49 on white background.


Black color preview on #736C49 background

This text has black color on #736C49 background.


White color preview on #736C49 background

This text has white color on #736C49 background.


Related colors

Complementary color

Complementary color for #hex is #8C93B6.


I love getcolorcode.com

Triadic colors

1 #49736C and #6C4973 with #736C49 are triadic colors.

2 #496C73 and #6C7349 with #736C49 are triadic colors.