COLOR #745857

HEX: #745857
RGB: (116,88,87)

Color info

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

RGB color model

#745857 color RGB value is (116,88,87).

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

RGB channels and saturation

R 116 of 255 = 45%
G 88 of 255 = 35%
B 87 of 255 = 34%

116
88
87

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

Portions of RGB colors in percentages

R + G + B =
116 + 88 + 87 = 291 (100%)
R 116 of 291 ~ 39.86%
G 88 of 291 ~ 30.24%
B 87 of 291 ~ 29.9%

%39.86
%30.24
%29.9

CMYK color model

#745857 color CMYK value is (0,24,25,55).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 25.00%
  • key color value is 54.51%
CMYK:
(0,24,25,55)
C0M24Y25K55 
(0%,24%,25%,55%)
(0.00/0.24/0.25/0.55)	

CMYK percentages

%0
%24.14
%25
%54.51

Codes

Color #745857 in popluar color models

745857
RGB1168887
HSL14.29%39.80%
HSB/HSV25.00%45.49%
CMYK0.00%24.14%25.00%
54.51%

Color #745857 in popluar number systems.

HEX745857
Decimal1168887
Binary111010010110001010111
Octal164130127

Shades and tints

Shades of #745857

#745857
(116,88,87)
#6A5050
(106,80,80)
#604849
(96,72,73)
#564042
(86,64,66)
#4C383B
(76,56,59)
#423034
(66,48,52)
#38282D
(56,40,45)
#2E2026
(46,32,38)
#24181F
(36,24,31)
#1A1018
(26,16,24)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #745857

#745857
(116,88,87)
#806766
(128,103,102)
#8C7675
(140,118,117)
#988584
(152,133,132)
#A49493
(164,148,147)
#B0A3A2
(176,163,162)
#BCB2B1
(188,178,177)
#C8C1C0
(200,193,192)
#D4D0CF
(212,208,207)
#E0DFDE
(224,223,222)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745857; }

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

This text font color is #745857.


Background Color

.myBgColor { background-color: #745857; }

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

This div background color is #745857.


Border color

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

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

This div border color is #745857.


Opacity

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

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

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

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

This text has shadow with #745857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745857 on black background.


Color preview on white background

This text has color #745857 on white background.



Black color preview on #745857 background

This text has black color on #745857 background.


White color preview on #745857 background

This text has white color on #745857 background.