COLOR #736550

HEX: #736550
RGB: (115,101,80)

Color info

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

RGB color model

#736550 color RGB value is (115,101,80).

  • red value is 115;
  • green value is 101;
  • blue value is 80.
RGB:
(115,101,80)
(45%,40%,31%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 80 of 255 = 31%

115
101
80

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

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 80 = 296 (100%)
R 115 of 296 ~ 38.85%
G 101 of 296 ~ 34.12%
B 80 of 296 ~ 27.03%

%38.85
%34.12
%27.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 30.43%
  • 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
%30.43
%54.9

Codes

Color #736550 in popluar color models

736550
RGB11510180
HSL36°17.95%38.24%
HSB/HSV36°30.43%45.10%
CMYK0.00%12.17%30.43%
54.90%

Color #736550 in popluar number systems.

HEX736550
Decimal11510180
Binary111001111001011010000
Octal163145120

Shades and tints

Shades of #736550

#736550
(115,101,80)
#695C49
(105,92,73)
#5F5342
(95,83,66)
#554A3B
(85,74,59)
#4B4134
(75,65,52)
#41382D
(65,56,45)
#372F26
(55,47,38)
#2D261F
(45,38,31)
#231D18
(35,29,24)
#191411
(25,20,17)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #736550

#736550
(115,101,80)
#7F735F
(127,115,95)
#8B816E
(139,129,110)
#978F7D
(151,143,125)
#A39D8C
(163,157,140)
#AFAB9B
(175,171,155)
#BBB9AA
(187,185,170)
#C7C7B9
(199,199,185)
#D3D5C8
(211,213,200)
#DFE3D7
(223,227,215)
#EBF1E6
(235,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736550; }

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

This text font color is #736550.


Background Color

.myBgColor { background-color: #736550; }

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

This div background color is #736550.


Border color

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

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

This div border color is #736550.


Opacity

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

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

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

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

This text has shadow with #736550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736550 on black background.


Color preview on white background

This text has color #736550 on white background.



Black color preview on #736550 background

This text has black color on #736550 background.


White color preview on #736550 background

This text has white color on #736550 background.