COLOR #739383

HEX: #739383
RGB: (115,147,131)

Color info

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

RGB color model

#739383 color RGB value is (115,147,131).

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

RGB channels and saturation

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

115
147
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 131 = 393 (100%)
R 115 of 393 ~ 29.26%
G 147 of 393 ~ 37.4%
B 131 of 393 ~ 33.33%

%29.26
%37.4
%33.33

CMYK color model

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

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

CMYK percentages

%21.77
%0
%10.88
%42.35

Codes

Color #739383 in popluar color models

739383
RGB115147131
HSL150°12.90%51.37%
HSB/HSV150°21.77%57.65%
CMYK21.77%0.00%10.88%
42.35%

Color #739383 in popluar number systems.

HEX739383
Decimal115147131
Binary11100111001001110000011
Octal163223203

Shades and tints

Shades of #739383

#739383
(115,147,131)
#698678
(105,134,120)
#5F796D
(95,121,109)
#556C62
(85,108,98)
#4B5F57
(75,95,87)
#41524C
(65,82,76)
#374541
(55,69,65)
#2D3836
(45,56,54)
#232B2B
(35,43,43)
#191E20
(25,30,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #739383

#739383
(115,147,131)
#7F9C8E
(127,156,142)
#8BA599
(139,165,153)
#97AEA4
(151,174,164)
#A3B7AF
(163,183,175)
#AFC0BA
(175,192,186)
#BBC9C5
(187,201,197)
#C7D2D0
(199,210,208)
#D3DBDB
(211,219,219)
#DFE4E6
(223,228,230)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739383; }

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

This text font color is #739383.


Background Color

.myBgColor { background-color: #739383; }

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

This div background color is #739383.


Border color

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

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

This div border color is #739383.


Opacity

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

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

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

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

This text has shadow with #739383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739383 on black background.


Color preview on white background

This text has color #739383 on white background.



Black color preview on #739383 background

This text has black color on #739383 background.


White color preview on #739383 background

This text has white color on #739383 background.