COLOR #745A5F

HEX: #745A5F
RGB: (116,90,95)

Color info

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

RGB color model

#745A5F color RGB value is (116,90,95).

  • red value is 116;
  • green value is 90;
  • blue value is 95.
RGB:
(116,90,95)
(45%,35%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 90 of 255 = 35%
B 95 of 255 = 37%

116
90
95

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

Portions of RGB colors in percentages

R + G + B =
116 + 90 + 95 = 301 (100%)
R 116 of 301 ~ 38.54%
G 90 of 301 ~ 29.9%
B 95 of 301 ~ 31.56%

%38.54
%29.9
%31.56

CMYK color model

#745A5F color CMYK value is (0,22,18,55).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 18.10%
  • key color value is 54.51%
CMYK:
(0,22,18,55)
C0M22Y18K55 
(0%,22%,18%,55%)
(0.00/0.22/0.18/0.55)	

CMYK percentages

%0
%22.41
%18.1
%54.51

Codes

Color #745A5F in popluar color models

745A5F
RGB1169095
HSL348°12.62%40.39%
HSB/HSV348°22.41%45.49%
CMYK0.00%22.41%18.10%
54.51%

Color #745A5F in popluar number systems.

HEX745A5F
Decimal1169095
Binary111010010110101011111
Octal164132137

Shades and tints

Shades of #745A5F

#745A5F
(116,90,95)
#6A5257
(106,82,87)
#604A4F
(96,74,79)
#564247
(86,66,71)
#4C3A3F
(76,58,63)
#423237
(66,50,55)
#382A2F
(56,42,47)
#2E2227
(46,34,39)
#241A1F
(36,26,31)
#1A1217
(26,18,23)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #745A5F

#745A5F
(116,90,95)
#80696D
(128,105,109)
#8C787B
(140,120,123)
#988789
(152,135,137)
#A49697
(164,150,151)
#B0A5A5
(176,165,165)
#BCB4B3
(188,180,179)
#C8C3C1
(200,195,193)
#D4D2CF
(212,210,207)
#E0E1DD
(224,225,221)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745A5F color. Also use rgb(116,90,95) instead hex code.

Text Font Color

.myTextColor { color: #745A5F; }

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

This text font color is #745A5F.


Background Color

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

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

This div background color is #745A5F.


Border color

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

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

This div border color is #745A5F.


Opacity

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

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

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

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

This text has shadow with #745A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745A5F on black background.


Color preview on white background

This text has color #745A5F on white background.



Black color preview on #745A5F background

This text has black color on #745A5F background.


White color preview on #745A5F background

This text has white color on #745A5F background.