COLOR #748057

HEX: #748057
RGB: (116,128,87)

Color info

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

RGB color model

#748057 color RGB value is (116,128,87).

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

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 87 of 255 = 34%

116
128
87

R + G + B ~ 43%. #748057 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 87 = 331 (100%)
R 116 of 331 ~ 35.05%
G 128 of 331 ~ 38.67%
B 87 of 331 ~ 26.28%

%35.05
%38.67
%26.28

CMYK color model

#748057 color CMYK value is (9,0,32,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(9,0,32,50)
C9M0Y32K50 
(9%,0%,32%,50%)
(0.09/0.00/0.32/0.50)	

CMYK percentages

%9.38
%0
%32.03
%49.8

Codes

Color #748057 in popluar color models

748057
RGB11612887
HSL78°19.07%42.16%
HSB/HSV78°32.03%50.20%
CMYK9.38%0.00%32.03%
49.80%

Color #748057 in popluar number systems.

HEX748057
Decimal11612887
Binary1110100100000001010111
Octal164200127

Shades and tints

Shades of #748057

#748057
(116,128,87)
#6A7550
(106,117,80)
#606A49
(96,106,73)
#565F42
(86,95,66)
#4C543B
(76,84,59)
#424934
(66,73,52)
#383E2D
(56,62,45)
#2E3326
(46,51,38)
#24281F
(36,40,31)
#1A1D18
(26,29,24)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #748057

#748057
(116,128,87)
#808B66
(128,139,102)
#8C9675
(140,150,117)
#98A184
(152,161,132)
#A4AC93
(164,172,147)
#B0B7A2
(176,183,162)
#BCC2B1
(188,194,177)
#C8CDC0
(200,205,192)
#D4D8CF
(212,216,207)
#E0E3DE
(224,227,222)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748057; }

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

This text font color is #748057.


Background Color

.myBgColor { background-color: #748057; }

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

This div background color is #748057.


Border color

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

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

This div border color is #748057.


Opacity

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

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

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

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

This text has shadow with #748057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748057 on black background.


Color preview on white background

This text has color #748057 on white background.



Black color preview on #748057 background

This text has black color on #748057 background.


White color preview on #748057 background

This text has white color on #748057 background.