COLOR #749881

HEX: #749881
RGB: (116,152,129)

Color info

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

RGB color model

#749881 color RGB value is (116,152,129).

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

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 129 of 255 = 51%

116
152
129

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

Portions of RGB colors in percentages

R + G + B =
116 + 152 + 129 = 397 (100%)
R 116 of 397 ~ 29.22%
G 152 of 397 ~ 38.29%
B 129 of 397 ~ 32.49%

%29.22
%38.29
%32.49

CMYK color model

#749881 color CMYK value is (24,0,15,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 40.39%
CMYK:
(24,0,15,40)
C24M0Y15K40 
(24%,0%,15%,40%)
(0.24/0.00/0.15/0.40)	

CMYK percentages

%23.68
%0
%15.13
%40.39

Codes

Color #749881 in popluar color models

749881
RGB116152129
HSL142°14.88%52.55%
HSB/HSV142°23.68%59.61%
CMYK23.68%0.00%15.13%
40.39%

Color #749881 in popluar number systems.

HEX749881
Decimal116152129
Binary11101001001100010000001
Octal164230201

Shades and tints

Shades of #749881

#749881
(116,152,129)
#6A8B76
(106,139,118)
#607E6B
(96,126,107)
#567160
(86,113,96)
#4C6455
(76,100,85)
#42574A
(66,87,74)
#384A3F
(56,74,63)
#2E3D34
(46,61,52)
#243029
(36,48,41)
#1A231E
(26,35,30)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #749881

#749881
(116,152,129)
#80A18C
(128,161,140)
#8CAA97
(140,170,151)
#98B3A2
(152,179,162)
#A4BCAD
(164,188,173)
#B0C5B8
(176,197,184)
#BCCEC3
(188,206,195)
#C8D7CE
(200,215,206)
#D4E0D9
(212,224,217)
#E0E9E4
(224,233,228)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749881; }

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

This text font color is #749881.


Background Color

.myBgColor { background-color: #749881; }

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

This div background color is #749881.


Border color

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

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

This div border color is #749881.


Opacity

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

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

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

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

This text has shadow with #749881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749881 on black background.


Color preview on white background

This text has color #749881 on white background.



Black color preview on #749881 background

This text has black color on #749881 background.


White color preview on #749881 background

This text has white color on #749881 background.