COLOR #745363

HEX: #745363
RGB: (116,83,99)

Color info

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

RGB color model

#745363 color RGB value is (116,83,99).

  • red value is 116;
  • green value is 83;
  • blue value is 99.
RGB:
(116,83,99)
(45%,33%,39%)

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 99 of 255 = 39%

116
83
99

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

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 99 = 298 (100%)
R 116 of 298 ~ 38.93%
G 83 of 298 ~ 27.85%
B 99 of 298 ~ 33.22%

%38.93
%27.85
%33.22

CMYK color model

#745363 color CMYK value is (0,28,15,55).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(0,28,15,55)
C0M28Y15K55 
(0%,28%,15%,55%)
(0.00/0.28/0.15/0.55)	

CMYK percentages

%0
%28.45
%14.66
%54.51

Codes

Color #745363 in popluar color models

745363
RGB1168399
HSL331°16.58%39.02%
HSB/HSV331°28.45%45.49%
CMYK0.00%28.45%14.66%
54.51%

Color #745363 in popluar number systems.

HEX745363
Decimal1168399
Binary111010010100111100011
Octal164123143

Shades and tints

Shades of #745363

#745363
(116,83,99)
#6A4C5A
(106,76,90)
#604551
(96,69,81)
#563E48
(86,62,72)
#4C373F
(76,55,63)
#423036
(66,48,54)
#38292D
(56,41,45)
#2E2224
(46,34,36)
#241B1B
(36,27,27)
#1A1412
(26,20,18)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #745363

#745363
(116,83,99)
#806271
(128,98,113)
#8C717F
(140,113,127)
#98808D
(152,128,141)
#A48F9B
(164,143,155)
#B09EA9
(176,158,169)
#BCADB7
(188,173,183)
#C8BCC5
(200,188,197)
#D4CBD3
(212,203,211)
#E0DAE1
(224,218,225)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745363 color. Also use rgb(116,83,99) instead hex code.

Text Font Color

.myTextColor { color: #745363; }

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

This text font color is #745363.


Background Color

.myBgColor { background-color: #745363; }

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

This div background color is #745363.


Border color

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

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

This div border color is #745363.


Opacity

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

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

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

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

This text has shadow with #745363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745363 on black background.


Color preview on white background

This text has color #745363 on white background.



Black color preview on #745363 background

This text has black color on #745363 background.


White color preview on #745363 background

This text has white color on #745363 background.