COLOR #739081

HEX: #739081
RGB: (115,144,129)

Color info

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

RGB color model

#739081 color RGB value is (115,144,129).

  • red value is 115;
  • green value is 144;
  • blue value is 129.
RGB:
(115,144,129)
(45%,56%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 144 of 255 = 56%
B 129 of 255 = 51%

115
144
129

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

Portions of RGB colors in percentages

R + G + B =
115 + 144 + 129 = 388 (100%)
R 115 of 388 ~ 29.64%
G 144 of 388 ~ 37.11%
B 129 of 388 ~ 33.25%

%29.64
%37.11
%33.25

CMYK color model

#739081 color CMYK value is (20,0,10,44).

  • cyan value is 20.14%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 43.53%
CMYK:
(20,0,10,44)
C20M0Y10K44 
(20%,0%,10%,44%)
(0.20/0.00/0.10/0.44)	

CMYK percentages

%20.14
%0
%10.42
%43.53

Codes

Color #739081 in popluar color models

739081
RGB115144129
HSL149°11.55%50.78%
HSB/HSV149°20.14%56.47%
CMYK20.14%0.00%10.42%
43.53%

Color #739081 in popluar number systems.

HEX739081
Decimal115144129
Binary11100111001000010000001
Octal163220201

Shades and tints

Shades of #739081

#739081
(115,144,129)
#698376
(105,131,118)
#5F766B
(95,118,107)
#556960
(85,105,96)
#4B5C55
(75,92,85)
#414F4A
(65,79,74)
#37423F
(55,66,63)
#2D3534
(45,53,52)
#232829
(35,40,41)
#191B1E
(25,27,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #739081

#739081
(115,144,129)
#7F9A8C
(127,154,140)
#8BA497
(139,164,151)
#97AEA2
(151,174,162)
#A3B8AD
(163,184,173)
#AFC2B8
(175,194,184)
#BBCCC3
(187,204,195)
#C7D6CE
(199,214,206)
#D3E0D9
(211,224,217)
#DFEAE4
(223,234,228)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739081 color. Also use rgb(115,144,129) instead hex code.

Text Font Color

.myTextColor { color: #739081; }

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

This text font color is #739081.


Background Color

.myBgColor { background-color: #739081; }

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

This div background color is #739081.


Border color

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

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

This div border color is #739081.


Opacity

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

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

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

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

This text has shadow with #739081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739081 on black background.


Color preview on white background

This text has color #739081 on white background.



Black color preview on #739081 background

This text has black color on #739081 background.


White color preview on #739081 background

This text has white color on #739081 background.