COLOR #745D5B

HEX: #745D5B
RGB: (116,93,91)

Color info

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

RGB color model

#745D5B color RGB value is (116,93,91).

  • red value is 116;
  • green value is 93;
  • blue value is 91.
RGB:
(116,93,91)
(45%,36%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 91 of 255 = 36%

116
93
91

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

Portions of RGB colors in percentages

R + G + B =
116 + 93 + 91 = 300 (100%)
R 116 of 300 ~ 38.67%
G 93 of 300 ~ 31%
B 91 of 300 ~ 30.33%

%38.67
%31
%30.33

CMYK color model

#745D5B color CMYK value is (0,20,22,55).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 21.55%
  • key color value is 54.51%
CMYK:
(0,20,22,55)
C0M20Y22K55 
(0%,20%,22%,55%)
(0.00/0.20/0.22/0.55)	

CMYK percentages

%0
%19.83
%21.55
%54.51

Codes

Color #745D5B in popluar color models

745D5B
RGB1169391
HSL12.08%40.59%
HSB/HSV21.55%45.49%
CMYK0.00%19.83%21.55%
54.51%

Color #745D5B in popluar number systems.

HEX745D5B
Decimal1169391
Binary111010010111011011011
Octal164135133

Shades and tints

Shades of #745D5B

#745D5B
(116,93,91)
#6A5553
(106,85,83)
#604D4B
(96,77,75)
#564543
(86,69,67)
#4C3D3B
(76,61,59)
#423533
(66,53,51)
#382D2B
(56,45,43)
#2E2523
(46,37,35)
#241D1B
(36,29,27)
#1A1513
(26,21,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #745D5B

#745D5B
(116,93,91)
#806B69
(128,107,105)
#8C7977
(140,121,119)
#988785
(152,135,133)
#A49593
(164,149,147)
#B0A3A1
(176,163,161)
#BCB1AF
(188,177,175)
#C8BFBD
(200,191,189)
#D4CDCB
(212,205,203)
#E0DBD9
(224,219,217)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745D5B color. Also use rgb(116,93,91) instead hex code.

Text Font Color

.myTextColor { color: #745D5B; }

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

This text font color is #745D5B.


Background Color

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

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

This div background color is #745D5B.


Border color

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

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

This div border color is #745D5B.


Opacity

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

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

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

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

This text has shadow with #745D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745D5B on black background.


Color preview on white background

This text has color #745D5B on white background.



Black color preview on #745D5B background

This text has black color on #745D5B background.


White color preview on #745D5B background

This text has white color on #745D5B background.