COLOR #745B58

HEX: #745B58
RGB: (116,91,88)

Color info

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

RGB color model

#745B58 color RGB value is (116,91,88).

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

RGB channels and saturation

R 116 of 255 = 45%
G 91 of 255 = 36%
B 88 of 255 = 35%

116
91
88

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

Portions of RGB colors in percentages

R + G + B =
116 + 91 + 88 = 295 (100%)
R 116 of 295 ~ 39.32%
G 91 of 295 ~ 30.85%
B 88 of 295 ~ 29.83%

%39.32
%30.85
%29.83

CMYK color model

#745B58 color CMYK value is (0,22,24,55).

  • cyan value is 0.00%
  • magenta value is 21.55%
  • yellow value is 24.14%
  • key color value is 54.51%
CMYK:
(0,22,24,55)
C0M22Y24K55 
(0%,22%,24%,55%)
(0.00/0.22/0.24/0.55)	

CMYK percentages

%0
%21.55
%24.14
%54.51

Codes

Color #745B58 in popluar color models

745B58
RGB1169188
HSL13.73%40.00%
HSB/HSV24.14%45.49%
CMYK0.00%21.55%24.14%
54.51%

Color #745B58 in popluar number systems.

HEX745B58
Decimal1169188
Binary111010010110111011000
Octal164133130

Shades and tints

Shades of #745B58

#745B58
(116,91,88)
#6A5350
(106,83,80)
#604B48
(96,75,72)
#564340
(86,67,64)
#4C3B38
(76,59,56)
#423330
(66,51,48)
#382B28
(56,43,40)
#2E2320
(46,35,32)
#241B18
(36,27,24)
#1A1310
(26,19,16)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #745B58

#745B58
(116,91,88)
#806967
(128,105,103)
#8C7776
(140,119,118)
#988585
(152,133,133)
#A49394
(164,147,148)
#B0A1A3
(176,161,163)
#BCAFB2
(188,175,178)
#C8BDC1
(200,189,193)
#D4CBD0
(212,203,208)
#E0D9DF
(224,217,223)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745B58; }

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

This text font color is #745B58.


Background Color

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

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

This div background color is #745B58.


Border color

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

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

This div border color is #745B58.


Opacity

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

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

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

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

This text has shadow with #745B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745B58 on black background.


Color preview on white background

This text has color #745B58 on white background.



Black color preview on #745B58 background

This text has black color on #745B58 background.


White color preview on #745B58 background

This text has white color on #745B58 background.