COLOR #745649

HEX: #745649
RGB: (116,86,73)

Color info

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

RGB color model

#745649 color RGB value is (116,86,73).

  • red value is 116;
  • green value is 86;
  • blue value is 73.
RGB:
(116,86,73)
(45%,34%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 86 of 255 = 34%
B 73 of 255 = 29%

116
86
73

R + G + B ~ 36%. #745649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 86 + 73 = 275 (100%)
R 116 of 275 ~ 42.18%
G 86 of 275 ~ 31.27%
B 73 of 275 ~ 26.55%

%42.18
%31.27
%26.55

CMYK color model

#745649 color CMYK value is (0,26,37,55).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(0,26,37,55)
C0M26Y37K55 
(0%,26%,37%,55%)
(0.00/0.26/0.37/0.55)	

CMYK percentages

%0
%25.86
%37.07
%54.51

Codes

Color #745649 in popluar color models

745649
RGB1168673
HSL18°22.75%37.06%
HSB/HSV18°37.07%45.49%
CMYK0.00%25.86%37.07%
54.51%

Color #745649 in popluar number systems.

HEX745649
Decimal1168673
Binary111010010101101001001
Octal164126111

Shades and tints

Shades of #745649

#745649
(116,86,73)
#6A4F43
(106,79,67)
#60483D
(96,72,61)
#564137
(86,65,55)
#4C3A31
(76,58,49)
#42332B
(66,51,43)
#382C25
(56,44,37)
#2E251F
(46,37,31)
#241E19
(36,30,25)
#1A1713
(26,23,19)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #745649

#745649
(116,86,73)
#806559
(128,101,89)
#8C7469
(140,116,105)
#988379
(152,131,121)
#A49289
(164,146,137)
#B0A199
(176,161,153)
#BCB0A9
(188,176,169)
#C8BFB9
(200,191,185)
#D4CEC9
(212,206,201)
#E0DDD9
(224,221,217)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745649 color. Also use rgb(116,86,73) instead hex code.

Text Font Color

.myTextColor { color: #745649; }

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

This text font color is #745649.


Background Color

.myBgColor { background-color: #745649; }

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

This div background color is #745649.


Border color

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

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

This div border color is #745649.


Opacity

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

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

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

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

This text has shadow with #745649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745649 on black background.


Color preview on white background

This text has color #745649 on white background.



Black color preview on #745649 background

This text has black color on #745649 background.


White color preview on #745649 background

This text has white color on #745649 background.