COLOR #749592

HEX: #749592
RGB: (116,149,146)

Color info

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

RGB color model

#749592 color RGB value is (116,149,146).

  • red value is 116;
  • green value is 149;
  • blue value is 146.
RGB:
(116,149,146)
(45%,58%,57%)

RGB channels and saturation

R 116 of 255 = 45%
G 149 of 255 = 58%
B 146 of 255 = 57%

116
149
146

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

Portions of RGB colors in percentages

R + G + B =
116 + 149 + 146 = 411 (100%)
R 116 of 411 ~ 28.22%
G 149 of 411 ~ 36.25%
B 146 of 411 ~ 35.52%

%28.22
%36.25
%35.52

CMYK color model

#749592 color CMYK value is (22,0,2,42).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(22,0,2,42)
C22M0Y2K42 
(22%,0%,2%,42%)
(0.22/0.00/0.02/0.42)	

CMYK percentages

%22.15
%0
%2.01
%41.57

Codes

Color #749592 in popluar color models

749592
RGB116149146
HSL175°13.47%51.96%
HSB/HSV175°22.15%58.43%
CMYK22.15%0.00%2.01%
41.57%

Color #749592 in popluar number systems.

HEX749592
Decimal116149146
Binary11101001001010110010010
Octal164225222

Shades and tints

Shades of #749592

#749592
(116,149,146)
#6A8885
(106,136,133)
#607B78
(96,123,120)
#566E6B
(86,110,107)
#4C615E
(76,97,94)
#425451
(66,84,81)
#384744
(56,71,68)
#2E3A37
(46,58,55)
#242D2A
(36,45,42)
#1A201D
(26,32,29)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #749592

#749592
(116,149,146)
#809E9B
(128,158,155)
#8CA7A4
(140,167,164)
#98B0AD
(152,176,173)
#A4B9B6
(164,185,182)
#B0C2BF
(176,194,191)
#BCCBC8
(188,203,200)
#C8D4D1
(200,212,209)
#D4DDDA
(212,221,218)
#E0E6E3
(224,230,227)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749592 color. Also use rgb(116,149,146) instead hex code.

Text Font Color

.myTextColor { color: #749592; }

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

This text font color is #749592.


Background Color

.myBgColor { background-color: #749592; }

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

This div background color is #749592.


Border color

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

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

This div border color is #749592.


Opacity

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

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

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

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

This text has shadow with #749592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749592 on black background.


Color preview on white background

This text has color #749592 on white background.



Black color preview on #749592 background

This text has black color on #749592 background.


White color preview on #749592 background

This text has white color on #749592 background.