COLOR #749694

HEX: #749694
RGB: (116,150,148)

Color info

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

RGB color model

#749694 color RGB value is (116,150,148).

  • red value is 116;
  • green value is 150;
  • blue value is 148.
RGB:
(116,150,148)
(45%,59%,58%)

RGB channels and saturation

R 116 of 255 = 45%
G 150 of 255 = 59%
B 148 of 255 = 58%

116
150
148

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

Portions of RGB colors in percentages

R + G + B =
116 + 150 + 148 = 414 (100%)
R 116 of 414 ~ 28.02%
G 150 of 414 ~ 36.23%
B 148 of 414 ~ 35.75%

%28.02
%36.23
%35.75

CMYK color model

#749694 color CMYK value is (23,0,1,41).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 41.18%
CMYK:
(23,0,1,41)
C23M0Y1K41 
(23%,0%,1%,41%)
(0.23/0.00/0.01/0.41)	

CMYK percentages

%22.67
%0
%1.33
%41.18

Codes

Color #749694 in popluar color models

749694
RGB116150148
HSL176°13.93%52.16%
HSB/HSV176°22.67%58.82%
CMYK22.67%0.00%1.33%
41.18%

Color #749694 in popluar number systems.

HEX749694
Decimal116150148
Binary11101001001011010010100
Octal164226224

Shades and tints

Shades of #749694

#749694
(116,150,148)
#6A8987
(106,137,135)
#607C7A
(96,124,122)
#566F6D
(86,111,109)
#4C6260
(76,98,96)
#425553
(66,85,83)
#384846
(56,72,70)
#2E3B39
(46,59,57)
#242E2C
(36,46,44)
#1A211F
(26,33,31)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #749694

#749694
(116,150,148)
#809F9D
(128,159,157)
#8CA8A6
(140,168,166)
#98B1AF
(152,177,175)
#A4BAB8
(164,186,184)
#B0C3C1
(176,195,193)
#BCCCCA
(188,204,202)
#C8D5D3
(200,213,211)
#D4DEDC
(212,222,220)
#E0E7E5
(224,231,229)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749694 color. Also use rgb(116,150,148) instead hex code.

Text Font Color

.myTextColor { color: #749694; }

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

This text font color is #749694.


Background Color

.myBgColor { background-color: #749694; }

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

This div background color is #749694.


Border color

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

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

This div border color is #749694.


Opacity

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

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

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

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

This text has shadow with #749694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749694 on black background.


Color preview on white background

This text has color #749694 on white background.



Black color preview on #749694 background

This text has black color on #749694 background.


White color preview on #749694 background

This text has white color on #749694 background.