COLOR #739378

HEX: #739378
RGB: (115,147,120)

Color info

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

RGB color model

#739378 color RGB value is (115,147,120).

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

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 120 of 255 = 47%

115
147
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 120 = 382 (100%)
R 115 of 382 ~ 30.1%
G 147 of 382 ~ 38.48%
B 120 of 382 ~ 31.41%

%30.1
%38.48
%31.41

CMYK color model

#739378 color CMYK value is (22,0,18,42).

  • cyan value is 21.77%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 42.35%
CMYK:
(22,0,18,42)
C22M0Y18K42 
(22%,0%,18%,42%)
(0.22/0.00/0.18/0.42)	

CMYK percentages

%21.77
%0
%18.37
%42.35

Codes

Color #739378 in popluar color models

739378
RGB115147120
HSL129°12.90%51.37%
HSB/HSV129°21.77%57.65%
CMYK21.77%0.00%18.37%
42.35%

Color #739378 in popluar number systems.

HEX739378
Decimal115147120
Binary1110011100100111111000
Octal163223170

Shades and tints

Shades of #739378

#739378
(115,147,120)
#69866E
(105,134,110)
#5F7964
(95,121,100)
#556C5A
(85,108,90)
#4B5F50
(75,95,80)
#415246
(65,82,70)
#37453C
(55,69,60)
#2D3832
(45,56,50)
#232B28
(35,43,40)
#191E1E
(25,30,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #739378

#739378
(115,147,120)
#7F9C84
(127,156,132)
#8BA590
(139,165,144)
#97AE9C
(151,174,156)
#A3B7A8
(163,183,168)
#AFC0B4
(175,192,180)
#BBC9C0
(187,201,192)
#C7D2CC
(199,210,204)
#D3DBD8
(211,219,216)
#DFE4E4
(223,228,228)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739378; }

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

This text font color is #739378.


Background Color

.myBgColor { background-color: #739378; }

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

This div background color is #739378.


Border color

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

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

This div border color is #739378.


Opacity

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

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

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

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

This text has shadow with #739378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739378 on black background.


Color preview on white background

This text has color #739378 on white background.



Black color preview on #739378 background

This text has black color on #739378 background.


White color preview on #739378 background

This text has white color on #739378 background.