COLOR #748793

HEX: #748793
RGB: (116,135,147)

Color info

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

RGB color model

#748793 color RGB value is (116,135,147).

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

RGB channels and saturation

R 116 of 255 = 45%
G 135 of 255 = 53%
B 147 of 255 = 58%

116
135
147

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

Portions of RGB colors in percentages

R + G + B =
116 + 135 + 147 = 398 (100%)
R 116 of 398 ~ 29.15%
G 135 of 398 ~ 33.92%
B 147 of 398 ~ 36.93%

%29.15
%33.92
%36.93

CMYK color model

#748793 color CMYK value is (21,8,0,42).

  • cyan value is 21.09%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(21,8,0,42)
C21M8Y0K42 
(21%,8%,0%,42%)
(0.21/0.08/0.00/0.42)	

CMYK percentages

%21.09
%8.16
%0
%42.35

Codes

Color #748793 in popluar color models

748793
RGB116135147
HSL203°12.55%51.57%
HSB/HSV203°21.09%57.65%
CMYK21.09%8.16%0.00%
42.35%

Color #748793 in popluar number systems.

HEX748793
Decimal116135147
Binary11101001000011110010011
Octal164207223

Shades and tints

Shades of #748793

#748793
(116,135,147)
#6A7B86
(106,123,134)
#606F79
(96,111,121)
#56636C
(86,99,108)
#4C575F
(76,87,95)
#424B52
(66,75,82)
#383F45
(56,63,69)
#2E3338
(46,51,56)
#24272B
(36,39,43)
#1A1B1E
(26,27,30)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #748793

#748793
(116,135,147)
#80919C
(128,145,156)
#8C9BA5
(140,155,165)
#98A5AE
(152,165,174)
#A4AFB7
(164,175,183)
#B0B9C0
(176,185,192)
#BCC3C9
(188,195,201)
#C8CDD2
(200,205,210)
#D4D7DB
(212,215,219)
#E0E1E4
(224,225,228)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748793; }

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

This text font color is #748793.


Background Color

.myBgColor { background-color: #748793; }

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

This div background color is #748793.


Border color

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

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

This div border color is #748793.


Opacity

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

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

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

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

This text has shadow with #748793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748793 on black background.


Color preview on white background

This text has color #748793 on white background.



Black color preview on #748793 background

This text has black color on #748793 background.


White color preview on #748793 background

This text has white color on #748793 background.