COLOR #745451

HEX: #745451
RGB: (116,84,81)

Color info

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

RGB color model

#745451 color RGB value is (116,84,81).

  • red value is 116;
  • green value is 84;
  • blue value is 81.
RGB:
(116,84,81)
(45%,33%,32%)

RGB channels and saturation

R 116 of 255 = 45%
G 84 of 255 = 33%
B 81 of 255 = 32%

116
84
81

R + G + B ~ 37%. #745451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 84 + 81 = 281 (100%)
R 116 of 281 ~ 41.28%
G 84 of 281 ~ 29.89%
B 81 of 281 ~ 28.83%

%41.28
%29.89
%28.83

CMYK color model

#745451 color CMYK value is (0,28,30,55).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 30.17%
  • key color value is 54.51%
CMYK:
(0,28,30,55)
C0M28Y30K55 
(0%,28%,30%,55%)
(0.00/0.28/0.30/0.55)	

CMYK percentages

%0
%27.59
%30.17
%54.51

Codes

Color #745451 in popluar color models

745451
RGB1168481
HSL17.77%38.63%
HSB/HSV30.17%45.49%
CMYK0.00%27.59%30.17%
54.51%

Color #745451 in popluar number systems.

HEX745451
Decimal1168481
Binary111010010101001010001
Octal164124121

Shades and tints

Shades of #745451

#745451
(116,84,81)
#6A4D4A
(106,77,74)
#604643
(96,70,67)
#563F3C
(86,63,60)
#4C3835
(76,56,53)
#42312E
(66,49,46)
#382A27
(56,42,39)
#2E2320
(46,35,32)
#241C19
(36,28,25)
#1A1512
(26,21,18)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #745451

#745451
(116,84,81)
#806360
(128,99,96)
#8C726F
(140,114,111)
#98817E
(152,129,126)
#A4908D
(164,144,141)
#B09F9C
(176,159,156)
#BCAEAB
(188,174,171)
#C8BDBA
(200,189,186)
#D4CCC9
(212,204,201)
#E0DBD8
(224,219,216)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745451 color. Also use rgb(116,84,81) instead hex code.

Text Font Color

.myTextColor { color: #745451; }

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

This text font color is #745451.


Background Color

.myBgColor { background-color: #745451; }

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

This div background color is #745451.


Border color

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

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

This div border color is #745451.


Opacity

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

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

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

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

This text has shadow with #745451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745451 on black background.


Color preview on white background

This text has color #745451 on white background.



Black color preview on #745451 background

This text has black color on #745451 background.


White color preview on #745451 background

This text has white color on #745451 background.