COLOR #745E61

HEX: #745E61
RGB: (116,94,97)

Color info

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

RGB color model

#745E61 color RGB value is (116,94,97).

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

RGB channels and saturation

R 116 of 255 = 45%
G 94 of 255 = 37%
B 97 of 255 = 38%

116
94
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 94 + 97 = 307 (100%)
R 116 of 307 ~ 37.79%
G 94 of 307 ~ 30.62%
B 97 of 307 ~ 31.6%

%37.79
%30.62
%31.6

CMYK color model

#745E61 color CMYK value is (0,19,16,55).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 16.38%
  • key color value is 54.51%
CMYK:
(0,19,16,55)
C0M19Y16K55 
(0%,19%,16%,55%)
(0.00/0.19/0.16/0.55)	

CMYK percentages

%0
%18.97
%16.38
%54.51

Codes

Color #745E61 in popluar color models

745E61
RGB1169497
HSL352°10.48%41.18%
HSB/HSV352°18.97%45.49%
CMYK0.00%18.97%16.38%
54.51%

Color #745E61 in popluar number systems.

HEX745E61
Decimal1169497
Binary111010010111101100001
Octal164136141

Shades and tints

Shades of #745E61

#745E61
(116,94,97)
#6A5659
(106,86,89)
#604E51
(96,78,81)
#564649
(86,70,73)
#4C3E41
(76,62,65)
#423639
(66,54,57)
#382E31
(56,46,49)
#2E2629
(46,38,41)
#241E21
(36,30,33)
#1A1619
(26,22,25)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #745E61

#745E61
(116,94,97)
#806C6F
(128,108,111)
#8C7A7D
(140,122,125)
#98888B
(152,136,139)
#A49699
(164,150,153)
#B0A4A7
(176,164,167)
#BCB2B5
(188,178,181)
#C8C0C3
(200,192,195)
#D4CED1
(212,206,209)
#E0DCDF
(224,220,223)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745E61; }

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

This text font color is #745E61.


Background Color

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

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

This div background color is #745E61.


Border color

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

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

This div border color is #745E61.


Opacity

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

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

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

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

This text has shadow with #745E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745E61 on black background.


Color preview on white background

This text has color #745E61 on white background.



Black color preview on #745E61 background

This text has black color on #745E61 background.


White color preview on #745E61 background

This text has white color on #745E61 background.