COLOR #745558

HEX: #745558
RGB: (116,85,88)

Color info

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

RGB color model

#745558 color RGB value is (116,85,88).

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

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 88 of 255 = 35%

116
85
88

R + G + B ~ 38%. #745558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 88 = 289 (100%)
R 116 of 289 ~ 40.14%
G 85 of 289 ~ 29.41%
B 88 of 289 ~ 30.45%

%40.14
%29.41
%30.45

CMYK color model

#745558 color CMYK value is (0,27,24,55).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 24.14%
  • key color value is 54.51%
CMYK:
(0,27,24,55)
C0M27Y24K55 
(0%,27%,24%,55%)
(0.00/0.27/0.24/0.55)	

CMYK percentages

%0
%26.72
%24.14
%54.51

Codes

Color #745558 in popluar color models

745558
RGB1168588
HSL354°15.42%39.41%
HSB/HSV354°26.72%45.49%
CMYK0.00%26.72%24.14%
54.51%

Color #745558 in popluar number systems.

HEX745558
Decimal1168588
Binary111010010101011011000
Octal164125130

Shades and tints

Shades of #745558

#745558
(116,85,88)
#6A4E50
(106,78,80)
#604748
(96,71,72)
#564040
(86,64,64)
#4C3938
(76,57,56)
#423230
(66,50,48)
#382B28
(56,43,40)
#2E2420
(46,36,32)
#241D18
(36,29,24)
#1A1610
(26,22,16)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #745558

#745558
(116,85,88)
#806467
(128,100,103)
#8C7376
(140,115,118)
#988285
(152,130,133)
#A49194
(164,145,148)
#B0A0A3
(176,160,163)
#BCAFB2
(188,175,178)
#C8BEC1
(200,190,193)
#D4CDD0
(212,205,208)
#E0DCDF
(224,220,223)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745558; }

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

This text font color is #745558.


Background Color

.myBgColor { background-color: #745558; }

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

This div background color is #745558.


Border color

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

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

This div border color is #745558.


Opacity

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

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

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

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

This text has shadow with #745558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745558 on black background.


Color preview on white background

This text has color #745558 on white background.



Black color preview on #745558 background

This text has black color on #745558 background.


White color preview on #745558 background

This text has white color on #745558 background.