COLOR #748597

HEX: #748597
RGB: (116,133,151)

Color info

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

RGB color model

#748597 color RGB value is (116,133,151).

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

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 151 of 255 = 59%

116
133
151

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

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 151 = 400 (100%)
R 116 of 400 ~ 29%
G 133 of 400 ~ 33.25%
B 151 of 400 ~ 37.75%

%29
%33.25
%37.75

CMYK color model

#748597 color CMYK value is (23,12,0,41).

  • cyan value is 23.18%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,12,0,41)
C23M12Y0K41 
(23%,12%,0%,41%)
(0.23/0.12/0.00/0.41)	

CMYK percentages

%23.18
%11.92
%0
%40.78

Codes

Color #748597 in popluar color models

748597
RGB116133151
HSL211°14.40%52.35%
HSB/HSV211°23.18%59.22%
CMYK23.18%11.92%0.00%
40.78%

Color #748597 in popluar number systems.

HEX748597
Decimal116133151
Binary11101001000010110010111
Octal164205227

Shades and tints

Shades of #748597

#748597
(116,133,151)
#6A798A
(106,121,138)
#606D7D
(96,109,125)
#566170
(86,97,112)
#4C5563
(76,85,99)
#424956
(66,73,86)
#383D49
(56,61,73)
#2E313C
(46,49,60)
#24252F
(36,37,47)
#1A1922
(26,25,34)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #748597

#748597
(116,133,151)
#8090A0
(128,144,160)
#8C9BA9
(140,155,169)
#98A6B2
(152,166,178)
#A4B1BB
(164,177,187)
#B0BCC4
(176,188,196)
#BCC7CD
(188,199,205)
#C8D2D6
(200,210,214)
#D4DDDF
(212,221,223)
#E0E8E8
(224,232,232)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748597; }

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

This text font color is #748597.


Background Color

.myBgColor { background-color: #748597; }

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

This div background color is #748597.


Border color

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

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

This div border color is #748597.


Opacity

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

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

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

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

This text has shadow with #748597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748597 on black background.


Color preview on white background

This text has color #748597 on white background.



Black color preview on #748597 background

This text has black color on #748597 background.


White color preview on #748597 background

This text has white color on #748597 background.