COLOR #749885

HEX: #749885
RGB: (116,152,133)

Color info

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

RGB color model

#749885 color RGB value is (116,152,133).

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

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 133 of 255 = 52%

116
152
133

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

Portions of RGB colors in percentages

R + G + B =
116 + 152 + 133 = 401 (100%)
R 116 of 401 ~ 28.93%
G 152 of 401 ~ 37.91%
B 133 of 401 ~ 33.17%

%28.93
%37.91
%33.17

CMYK color model

#749885 color CMYK value is (24,0,13,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 40.39%
CMYK:
(24,0,13,40)
C24M0Y13K40 
(24%,0%,13%,40%)
(0.24/0.00/0.13/0.40)	

CMYK percentages

%23.68
%0
%12.5
%40.39

Codes

Color #749885 in popluar color models

749885
RGB116152133
HSL148°14.88%52.55%
HSB/HSV148°23.68%59.61%
CMYK23.68%0.00%12.50%
40.39%

Color #749885 in popluar number systems.

HEX749885
Decimal116152133
Binary11101001001100010000101
Octal164230205

Shades and tints

Shades of #749885

#749885
(116,152,133)
#6A8B79
(106,139,121)
#607E6D
(96,126,109)
#567161
(86,113,97)
#4C6455
(76,100,85)
#425749
(66,87,73)
#384A3D
(56,74,61)
#2E3D31
(46,61,49)
#243025
(36,48,37)
#1A2319
(26,35,25)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #749885

#749885
(116,152,133)
#80A190
(128,161,144)
#8CAA9B
(140,170,155)
#98B3A6
(152,179,166)
#A4BCB1
(164,188,177)
#B0C5BC
(176,197,188)
#BCCEC7
(188,206,199)
#C8D7D2
(200,215,210)
#D4E0DD
(212,224,221)
#E0E9E8
(224,233,232)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749885; }

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

This text font color is #749885.


Background Color

.myBgColor { background-color: #749885; }

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

This div background color is #749885.


Border color

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

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

This div border color is #749885.


Opacity

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

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

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

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

This text has shadow with #749885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749885 on black background.


Color preview on white background

This text has color #749885 on white background.



Black color preview on #749885 background

This text has black color on #749885 background.


White color preview on #749885 background

This text has white color on #749885 background.