COLOR #749483

HEX: #749483
RGB: (116,148,131)

Color info

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

RGB color model

#749483 color RGB value is (116,148,131).

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

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 131 of 255 = 51%

116
148
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 148 + 131 = 395 (100%)
R 116 of 395 ~ 29.37%
G 148 of 395 ~ 37.47%
B 131 of 395 ~ 33.16%

%29.37
%37.47
%33.16

CMYK color model

#749483 color CMYK value is (22,0,11,42).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(22,0,11,42)
C22M0Y11K42 
(22%,0%,11%,42%)
(0.22/0.00/0.11/0.42)	

CMYK percentages

%21.62
%0
%11.49
%41.96

Codes

Color #749483 in popluar color models

749483
RGB116148131
HSL148°13.01%51.76%
HSB/HSV148°21.62%58.04%
CMYK21.62%0.00%11.49%
41.96%

Color #749483 in popluar number systems.

HEX749483
Decimal116148131
Binary11101001001010010000011
Octal164224203

Shades and tints

Shades of #749483

#749483
(116,148,131)
#6A8778
(106,135,120)
#607A6D
(96,122,109)
#566D62
(86,109,98)
#4C6057
(76,96,87)
#42534C
(66,83,76)
#384641
(56,70,65)
#2E3936
(46,57,54)
#242C2B
(36,44,43)
#1A1F20
(26,31,32)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #749483

#749483
(116,148,131)
#809D8E
(128,157,142)
#8CA699
(140,166,153)
#98AFA4
(152,175,164)
#A4B8AF
(164,184,175)
#B0C1BA
(176,193,186)
#BCCAC5
(188,202,197)
#C8D3D0
(200,211,208)
#D4DCDB
(212,220,219)
#E0E5E6
(224,229,230)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749483; }

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

This text font color is #749483.


Background Color

.myBgColor { background-color: #749483; }

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

This div background color is #749483.


Border color

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

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

This div border color is #749483.


Opacity

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

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

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

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

This text has shadow with #749483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749483 on black background.


Color preview on white background

This text has color #749483 on white background.



Black color preview on #749483 background

This text has black color on #749483 background.


White color preview on #749483 background

This text has white color on #749483 background.