COLOR #739074

HEX: #739074
RGB: (115,144,116)

Color info

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

RGB color model

#739074 color RGB value is (115,144,116).

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

RGB channels and saturation

R 115 of 255 = 45%
G 144 of 255 = 56%
B 116 of 255 = 45%

115
144
116

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

Portions of RGB colors in percentages

R + G + B =
115 + 144 + 116 = 375 (100%)
R 115 of 375 ~ 30.67%
G 144 of 375 ~ 38.4%
B 116 of 375 ~ 30.93%

%30.67
%38.4
%30.93

CMYK color model

#739074 color CMYK value is (20,0,19,44).

  • cyan value is 20.14%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 43.53%
CMYK:
(20,0,19,44)
C20M0Y19K44 
(20%,0%,19%,44%)
(0.20/0.00/0.19/0.44)	

CMYK percentages

%20.14
%0
%19.44
%43.53

Codes

Color #739074 in popluar color models

739074
RGB115144116
HSL122°11.55%50.78%
HSB/HSV122°20.14%56.47%
CMYK20.14%0.00%19.44%
43.53%

Color #739074 in popluar number systems.

HEX739074
Decimal115144116
Binary1110011100100001110100
Octal163220164

Shades and tints

Shades of #739074

#739074
(115,144,116)
#69836A
(105,131,106)
#5F7660
(95,118,96)
#556956
(85,105,86)
#4B5C4C
(75,92,76)
#414F42
(65,79,66)
#374238
(55,66,56)
#2D352E
(45,53,46)
#232824
(35,40,36)
#191B1A
(25,27,26)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #739074

#739074
(115,144,116)
#7F9A80
(127,154,128)
#8BA48C
(139,164,140)
#97AE98
(151,174,152)
#A3B8A4
(163,184,164)
#AFC2B0
(175,194,176)
#BBCCBC
(187,204,188)
#C7D6C8
(199,214,200)
#D3E0D4
(211,224,212)
#DFEAE0
(223,234,224)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739074; }

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

This text font color is #739074.


Background Color

.myBgColor { background-color: #739074; }

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

This div background color is #739074.


Border color

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

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

This div border color is #739074.


Opacity

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

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

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

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

This text has shadow with #739074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739074 on black background.


Color preview on white background

This text has color #739074 on white background.



Black color preview on #739074 background

This text has black color on #739074 background.


White color preview on #739074 background

This text has white color on #739074 background.