COLOR #736C44

HEX: #736C44 RGB: (115,108,68)

Color info

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

RGB color model

#736C44 color RGB value is (115,108,68).

RGB: (115,108,68) (45%, 42%, 27%)

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 68 of 255 = 27%

115
108
68

R + G + B ~ 38%. #736C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 108 + 68 = 291 (100%)
R 115 of 291 ~ 39.52%
G 108 of 291 ~ 37.11%
B 68 of 291 ~ 23.37'%

%39.52
%37.11
%23.37

CMYK color model

#736C44 color CMYK value is (0,6,41,55).

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

CMYK: (0,6,41,55)
C0M6Y41K55 (0%, 6%, 41%, 55%)
(0.00 / 0.06 / 0.41 / 0.55)

CMYK percentages

%0
%6.09
%40.87
%54.9

Codes

Color #736C44 in popluar color models

73 6C 44
RGB 115 108 68
HSL 51° 25.68% 35.88%
HSB/HSV 51° 40.87% 45.10%
CMYK 0.00% 6.09% 40.87%
54.90%

Color #736C44 in popluar number systems.

HEX 73 6C 44
Decimal 115 108 68
Binary 1110011 1101100 1000100
Octal 163 154 104

Shades and tints

Shades of #736C44

#736C44
(115,108,68)
#69633E
(105,99,62)
#5F5A38
(95,90,56)
#555132
(85,81,50)
#4B482C
(75,72,44)
#413F26
(65,63,38)
#373620
(55,54,32)
#2D2D1A
(45,45,26)
#232414
(35,36,20)
#191B0E
(25,27,14)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #736C44

#736C44
(115,108,68)
#7F7955
(127,121,85)
#8B8666
(139,134,102)
#979377
(151,147,119)
#A3A088
(163,160,136)
#AFAD99
(175,173,153)
#BBBAAA
(187,186,170)
#C7C7BB
(199,199,187)
#D3D4CC
(211,212,204)
#DFE1DD
(223,225,221)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C44; }

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

This text font color is #736C44.

Background Color

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

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

This div background color is #736C44.

Border color

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

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

This div border color is #736C44.

Opacity

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

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

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

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

This text has shadow with #736C44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736C44.

Preview

Color preview on black background

This text has color #736C44 on black background.


Color preview on white background

This text has color #736C44 on white background.


Black color preview on #736C44 background

This text has black color on #736C44 background.


White color preview on #736C44 background

This text has white color on #736C44 background.


Related colors

Complementary color

Complementary color for #hex is #8C93BB.


I love getcolorcode.com

Triadic colors

1 #44736C and #6C4473 with #736C44 are triadic colors.

2 #446C73 and #6C7344 with #736C44 are triadic colors.