COLOR #748587

HEX: #748587
RGB: (116,133,135)

Color info

#748587 contains red, green and blue colors in about the same proportion. Web safe color of #748587 is #669999 (or #699).

RGB color model

#748587 color RGB value is (116,133,135).

  • red value is 116;
  • green value is 133;
  • blue value is 135.
RGB:
(116,133,135)
(45%,52%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 135 of 255 = 53%

116
133
135

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

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 135 = 384 (100%)
R 116 of 384 ~ 30.21%
G 133 of 384 ~ 34.64%
B 135 of 384 ~ 35.16%

%30.21
%34.64
%35.16

CMYK color model

#748587 color CMYK value is (14,1,0,47).

  • cyan value is 14.07%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(14,1,0,47)
C14M1Y0K47 
(14%,1%,0%,47%)
(0.14/0.01/0.00/0.47)	

CMYK percentages

%14.07
%1.48
%0
%47.06

Codes

Color #748587 in popluar color models

748587
RGB116133135
HSL186°7.57%49.22%
HSB/HSV186°14.07%52.94%
CMYK14.07%1.48%0.00%
47.06%

Color #748587 in popluar number systems.

HEX748587
Decimal116133135
Binary11101001000010110000111
Octal164205207

Shades and tints

Shades of #748587

#748587
(116,133,135)
#6A797B
(106,121,123)
#606D6F
(96,109,111)
#566163
(86,97,99)
#4C5557
(76,85,87)
#42494B
(66,73,75)
#383D3F
(56,61,63)
#2E3133
(46,49,51)
#242527
(36,37,39)
#1A191B
(26,25,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #748587

#748587
(116,133,135)
#809091
(128,144,145)
#8C9B9B
(140,155,155)
#98A6A5
(152,166,165)
#A4B1AF
(164,177,175)
#B0BCB9
(176,188,185)
#BCC7C3
(188,199,195)
#C8D2CD
(200,210,205)
#D4DDD7
(212,221,215)
#E0E8E1
(224,232,225)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748587 color. Also use rgb(116,133,135) instead hex code.

Text Font Color

.myTextColor { color: #748587; }

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

This text font color is #748587.


Background Color

.myBgColor { background-color: #748587; }

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

This div background color is #748587.


Border color

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

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

This div border color is #748587.


Opacity

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

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

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

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

This text has shadow with #748587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748587 on black background.


Color preview on white background

This text has color #748587 on white background.



Black color preview on #748587 background

This text has black color on #748587 background.


White color preview on #748587 background

This text has white color on #748587 background.