COLOR #745C5E

HEX: #745C5E
RGB: (116,92,94)

Color info

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

RGB color model

#745C5E color RGB value is (116,92,94).

  • red value is 116;
  • green value is 92;
  • blue value is 94.
RGB:
(116,92,94)
(45%,36%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 94 of 255 = 37%

116
92
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 92 + 94 = 302 (100%)
R 116 of 302 ~ 38.41%
G 92 of 302 ~ 30.46%
B 94 of 302 ~ 31.13%

%38.41
%30.46
%31.13

CMYK color model

#745C5E color CMYK value is (0,21,19,55).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 18.97%
  • key color value is 54.51%
CMYK:
(0,21,19,55)
C0M21Y19K55 
(0%,21%,19%,55%)
(0.00/0.21/0.19/0.55)	

CMYK percentages

%0
%20.69
%18.97
%54.51

Codes

Color #745C5E in popluar color models

745C5E
RGB1169294
HSL355°11.54%40.78%
HSB/HSV355°20.69%45.49%
CMYK0.00%20.69%18.97%
54.51%

Color #745C5E in popluar number systems.

HEX745C5E
Decimal1169294
Binary111010010111001011110
Octal164134136

Shades and tints

Shades of #745C5E

#745C5E
(116,92,94)
#6A5456
(106,84,86)
#604C4E
(96,76,78)
#564446
(86,68,70)
#4C3C3E
(76,60,62)
#423436
(66,52,54)
#382C2E
(56,44,46)
#2E2426
(46,36,38)
#241C1E
(36,28,30)
#1A1416
(26,20,22)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #745C5E

#745C5E
(116,92,94)
#806A6C
(128,106,108)
#8C787A
(140,120,122)
#988688
(152,134,136)
#A49496
(164,148,150)
#B0A2A4
(176,162,164)
#BCB0B2
(188,176,178)
#C8BEC0
(200,190,192)
#D4CCCE
(212,204,206)
#E0DADC
(224,218,220)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745C5E color. Also use rgb(116,92,94) instead hex code.

Text Font Color

.myTextColor { color: #745C5E; }

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

This text font color is #745C5E.


Background Color

.myBgColor { background-color: #745C5E; }

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

This div background color is #745C5E.


Border color

.myBorderColor { border: 1px solid #745C5E; }

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

This div border color is #745C5E.


Opacity

.myOpacity80 { color: #745C5E; opacity: 0.8; }

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

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

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

This text has shadow with #745C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745C5E on black background.


Color preview on white background

This text has color #745C5E on white background.



Black color preview on #745C5E background

This text has black color on #745C5E background.


White color preview on #745C5E background

This text has white color on #745C5E background.