COLOR #739483

HEX: #739483
RGB: (115,148,131)

Color info

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

RGB color model

#739483 color RGB value is (115,148,131).

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

RGB channels and saturation

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

115
148
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 148 + 131 = 394 (100%)
R 115 of 394 ~ 29.19%
G 148 of 394 ~ 37.56%
B 131 of 394 ~ 33.25%

%29.19
%37.56
%33.25

CMYK color model

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

  • cyan value is 22.30%
  • 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

%22.3
%0
%11.49
%41.96

Codes

Color #739483 in popluar color models

739483
RGB115148131
HSL149°13.36%51.57%
HSB/HSV149°22.30%58.04%
CMYK22.30%0.00%11.49%
41.96%

Color #739483 in popluar number systems.

HEX739483
Decimal115148131
Binary11100111001010010000011
Octal163224203

Shades and tints

Shades of #739483

#739483
(115,148,131)
#698778
(105,135,120)
#5F7A6D
(95,122,109)
#556D62
(85,109,98)
#4B6057
(75,96,87)
#41534C
(65,83,76)
#374641
(55,70,65)
#2D3936
(45,57,54)
#232C2B
(35,44,43)
#191F20
(25,31,32)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #739483

#739483
(115,148,131)
#7F9D8E
(127,157,142)
#8BA699
(139,166,153)
#97AFA4
(151,175,164)
#A3B8AF
(163,184,175)
#AFC1BA
(175,193,186)
#BBCAC5
(187,202,197)
#C7D3D0
(199,211,208)
#D3DCDB
(211,220,219)
#DFE5E6
(223,229,230)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739483; }

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

This text font color is #739483.


Background Color

.myBgColor { background-color: #739483; }

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

This div background color is #739483.


Border color

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

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

This div border color is #739483.


Opacity

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

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

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

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

This text has shadow with #739483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739483 on black background.


Color preview on white background

This text has color #739483 on white background.



Black color preview on #739483 background

This text has black color on #739483 background.


White color preview on #739483 background

This text has white color on #739483 background.