COLOR #736551

HEX: #736551 RGB: (115,101,81)

Color info

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

RGB color model

#736551 color RGB value is (115,101,81).

RGB: (115,101,81) (45%, 40%, 32%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 81 of 255 = 32%

115
101
81

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

Portions of RGB colors in percentages

R + G + B = 115 + 101 + 81 = 297 (100%)
R 115 of 297 ~ 38.72%
G 101 of 297 ~ 34.01%
B 81 of 297 ~ 27.27'%

%38.72
%34.01
%27.27

CMYK color model

#736551 color CMYK value is (0,12,30,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 29.57%
  • key color value is 54.90%

CMYK: (0,12,30,55)
C0M12Y30K55 (0%, 12%, 30%, 55%)
(0.00 / 0.12 / 0.30 / 0.55)

CMYK percentages

%0
%12.17
%29.57
%54.9

Codes

Color #736551 in popluar color models

73 65 51
RGB 115 101 81
HSL 35° 17.35% 38.43%
HSB/HSV 35° 29.57% 45.10%
CMYK 0.00% 12.17% 29.57%
54.90%

Color #736551 in popluar number systems.

HEX 73 65 51
Decimal 115 101 81
Binary 1110011 1100101 1010001
Octal 163 145 121

Shades and tints

Shades of #736551

#736551
(115,101,81)
#695C4A
(105,92,74)
#5F5343
(95,83,67)
#554A3C
(85,74,60)
#4B4135
(75,65,53)
#41382E
(65,56,46)
#372F27
(55,47,39)
#2D2620
(45,38,32)
#231D19
(35,29,25)
#191412
(25,20,18)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #736551

#736551
(115,101,81)
#7F7360
(127,115,96)
#8B816F
(139,129,111)
#978F7E
(151,143,126)
#A39D8D
(163,157,141)
#AFAB9C
(175,171,156)
#BBB9AB
(187,185,171)
#C7C7BA
(199,199,186)
#D3D5C9
(211,213,201)
#DFE3D8
(223,227,216)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736551 color. Also use rgb(115,101,81) instead hex code.

Text Font Color

.myTextColor { color: #736551; }

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

This text font color is #736551.

Background Color

.myBgColor { background-color: #736551; }

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

This div background color is #736551.

Border color

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

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

This div border color is #736551.

Opacity

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

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

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

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

This text has shadow with #736551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736551.

Preview

Color preview on black background

This text has color #736551 on black background.


Color preview on white background

This text has color #736551 on white background.


Black color preview on #736551 background

This text has black color on #736551 background.


White color preview on #736551 background

This text has white color on #736551 background.


Related colors

Complementary color

Complementary color for #hex is #8C9AAE.


I love getcolorcode.com

Triadic colors

1 #517365 and #655173 with #736551 are triadic colors.

2 #516573 and #657351 with #736551 are triadic colors.