COLOR #745544

HEX: #745544
RGB: (116,85,68)

Color info

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

RGB color model

#745544 color RGB value is (116,85,68).

  • red value is 116;
  • green value is 85;
  • blue value is 68.
RGB:
(116,85,68)
(45%,33%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 68 of 255 = 27%

116
85
68

R + G + B ~ 35%. #745544 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 68 = 269 (100%)
R 116 of 269 ~ 43.12%
G 85 of 269 ~ 31.6%
B 68 of 269 ~ 25.28%

%43.12
%31.6
%25.28

CMYK color model

#745544 color CMYK value is (0,27,41,55).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 41.38%
  • key color value is 54.51%
CMYK:
(0,27,41,55)
C0M27Y41K55 
(0%,27%,41%,55%)
(0.00/0.27/0.41/0.55)	

CMYK percentages

%0
%26.72
%41.38
%54.51

Codes

Color #745544 in popluar color models

745544
RGB1168568
HSL21°26.09%36.08%
HSB/HSV21°41.38%45.49%
CMYK0.00%26.72%41.38%
54.51%

Color #745544 in popluar number systems.

HEX745544
Decimal1168568
Binary111010010101011000100
Octal164125104

Shades and tints

Shades of #745544

#745544
(116,85,68)
#6A4E3E
(106,78,62)
#604738
(96,71,56)
#564032
(86,64,50)
#4C392C
(76,57,44)
#423226
(66,50,38)
#382B20
(56,43,32)
#2E241A
(46,36,26)
#241D14
(36,29,20)
#1A160E
(26,22,14)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #745544

#745544
(116,85,68)
#806455
(128,100,85)
#8C7366
(140,115,102)
#988277
(152,130,119)
#A49188
(164,145,136)
#B0A099
(176,160,153)
#BCAFAA
(188,175,170)
#C8BEBB
(200,190,187)
#D4CDCC
(212,205,204)
#E0DCDD
(224,220,221)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745544 color. Also use rgb(116,85,68) instead hex code.

Text Font Color

.myTextColor { color: #745544; }

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

This text font color is #745544.


Background Color

.myBgColor { background-color: #745544; }

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

This div background color is #745544.


Border color

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

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

This div border color is #745544.


Opacity

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

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

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

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

This text has shadow with #745544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745544 on black background.


Color preview on white background

This text has color #745544 on white background.



Black color preview on #745544 background

This text has black color on #745544 background.


White color preview on #745544 background

This text has white color on #745544 background.