COLOR #739780

HEX: #739780
RGB: (115,151,128)

Color info

#739780 contains red, green and blue colors in about the same proportion. Web safe color of #739780 is #669966 (or #696).

RGB color model

#739780 color RGB value is (115,151,128).

  • red value is 115;
  • green value is 151;
  • blue value is 128.
RGB:
(115,151,128)
(45%,59%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 151 of 255 = 59%
B 128 of 255 = 50%

115
151
128

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

Portions of RGB colors in percentages

R + G + B =
115 + 151 + 128 = 394 (100%)
R 115 of 394 ~ 29.19%
G 151 of 394 ~ 38.32%
B 128 of 394 ~ 32.49%

%29.19
%38.32
%32.49

CMYK color model

#739780 color CMYK value is (24,0,15,41).

  • cyan value is 23.84%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 40.78%
CMYK:
(24,0,15,41)
C24M0Y15K41 
(24%,0%,15%,41%)
(0.24/0.00/0.15/0.41)	

CMYK percentages

%23.84
%0
%15.23
%40.78

Codes

Color #739780 in popluar color models

739780
RGB115151128
HSL142°14.75%52.16%
HSB/HSV142°23.84%59.22%
CMYK23.84%0.00%15.23%
40.78%

Color #739780 in popluar number systems.

HEX739780
Decimal115151128
Binary11100111001011110000000
Octal163227200

Shades and tints

Shades of #739780

#739780
(115,151,128)
#698A75
(105,138,117)
#5F7D6A
(95,125,106)
#55705F
(85,112,95)
#4B6354
(75,99,84)
#415649
(65,86,73)
#37493E
(55,73,62)
#2D3C33
(45,60,51)
#232F28
(35,47,40)
#19221D
(25,34,29)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #739780

#739780
(115,151,128)
#7FA08B
(127,160,139)
#8BA996
(139,169,150)
#97B2A1
(151,178,161)
#A3BBAC
(163,187,172)
#AFC4B7
(175,196,183)
#BBCDC2
(187,205,194)
#C7D6CD
(199,214,205)
#D3DFD8
(211,223,216)
#DFE8E3
(223,232,227)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739780 color. Also use rgb(115,151,128) instead hex code.

Text Font Color

.myTextColor { color: #739780; }

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

This text font color is #739780.


Background Color

.myBgColor { background-color: #739780; }

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

This div background color is #739780.


Border color

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

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

This div border color is #739780.


Opacity

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

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

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

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

This text has shadow with #739780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739780 on black background.


Color preview on white background

This text has color #739780 on white background.



Black color preview on #739780 background

This text has black color on #739780 background.


White color preview on #739780 background

This text has white color on #739780 background.