COLOR #745061

HEX: #745061
RGB: (116,80,97)

Color info

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

RGB color model

#745061 color RGB value is (116,80,97).

  • red value is 116;
  • green value is 80;
  • blue value is 97.
RGB:
(116,80,97)
(45%,31%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 80 of 255 = 31%
B 97 of 255 = 38%

116
80
97

R + G + B ~ 38%. #745061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 80 + 97 = 293 (100%)
R 116 of 293 ~ 39.59%
G 80 of 293 ~ 27.3%
B 97 of 293 ~ 33.11%

%39.59
%27.3
%33.11

CMYK color model

#745061 color CMYK value is (0,31,16,55).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 16.38%
  • key color value is 54.51%
CMYK:
(0,31,16,55)
C0M31Y16K55 
(0%,31%,16%,55%)
(0.00/0.31/0.16/0.55)	

CMYK percentages

%0
%31.03
%16.38
%54.51

Codes

Color #745061 in popluar color models

745061
RGB1168097
HSL332°18.37%38.43%
HSB/HSV332°31.03%45.49%
CMYK0.00%31.03%16.38%
54.51%

Color #745061 in popluar number systems.

HEX745061
Decimal1168097
Binary111010010100001100001
Octal164120141

Shades and tints

Shades of #745061

#745061
(116,80,97)
#6A4959
(106,73,89)
#604251
(96,66,81)
#563B49
(86,59,73)
#4C3441
(76,52,65)
#422D39
(66,45,57)
#382631
(56,38,49)
#2E1F29
(46,31,41)
#241821
(36,24,33)
#1A1119
(26,17,25)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #745061

#745061
(116,80,97)
#805F6F
(128,95,111)
#8C6E7D
(140,110,125)
#987D8B
(152,125,139)
#A48C99
(164,140,153)
#B09BA7
(176,155,167)
#BCAAB5
(188,170,181)
#C8B9C3
(200,185,195)
#D4C8D1
(212,200,209)
#E0D7DF
(224,215,223)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745061 color. Also use rgb(116,80,97) instead hex code.

Text Font Color

.myTextColor { color: #745061; }

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

This text font color is #745061.


Background Color

.myBgColor { background-color: #745061; }

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

This div background color is #745061.


Border color

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

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

This div border color is #745061.


Opacity

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

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

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

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

This text has shadow with #745061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745061 on black background.


Color preview on white background

This text has color #745061 on white background.



Black color preview on #745061 background

This text has black color on #745061 background.


White color preview on #745061 background

This text has white color on #745061 background.