COLOR #745667

HEX: #745667
RGB: (116,86,103)

Color info

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

RGB color model

#745667 color RGB value is (116,86,103).

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

RGB channels and saturation

R 116 of 255 = 45%
G 86 of 255 = 34%
B 103 of 255 = 40%

116
86
103

R + G + B ~ 40%. #745667 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 86 + 103 = 305 (100%)
R 116 of 305 ~ 38.03%
G 86 of 305 ~ 28.2%
B 103 of 305 ~ 33.77%

%38.03
%28.2
%33.77

CMYK color model

#745667 color CMYK value is (0,26,11,55).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(0,26,11,55)
C0M26Y11K55 
(0%,26%,11%,55%)
(0.00/0.26/0.11/0.55)	

CMYK percentages

%0
%25.86
%11.21
%54.51

Codes

Color #745667 in popluar color models

745667
RGB11686103
HSL326°14.85%39.61%
HSB/HSV326°25.86%45.49%
CMYK0.00%25.86%11.21%
54.51%

Color #745667 in popluar number systems.

HEX745667
Decimal11686103
Binary111010010101101100111
Octal164126147

Shades and tints

Shades of #745667

#745667
(116,86,103)
#6A4F5E
(106,79,94)
#604855
(96,72,85)
#56414C
(86,65,76)
#4C3A43
(76,58,67)
#42333A
(66,51,58)
#382C31
(56,44,49)
#2E2528
(46,37,40)
#241E1F
(36,30,31)
#1A1716
(26,23,22)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #745667

#745667
(116,86,103)
#806574
(128,101,116)
#8C7481
(140,116,129)
#98838E
(152,131,142)
#A4929B
(164,146,155)
#B0A1A8
(176,161,168)
#BCB0B5
(188,176,181)
#C8BFC2
(200,191,194)
#D4CECF
(212,206,207)
#E0DDDC
(224,221,220)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745667; }

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

This text font color is #745667.


Background Color

.myBgColor { background-color: #745667; }

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

This div background color is #745667.


Border color

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

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

This div border color is #745667.


Opacity

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

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

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

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

This text has shadow with #745667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745667 on black background.


Color preview on white background

This text has color #745667 on white background.



Black color preview on #745667 background

This text has black color on #745667 background.


White color preview on #745667 background

This text has white color on #745667 background.