COLOR #739968

HEX: #739968
RGB: (115,153,104)

Color info

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

RGB color model

#739968 color RGB value is (115,153,104).

  • red value is 115;
  • green value is 153;
  • blue value is 104.
RGB:
(115,153,104)
(45%,60%,41%)

RGB channels and saturation

R 115 of 255 = 45%
G 153 of 255 = 60%
B 104 of 255 = 41%

115
153
104

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

Portions of RGB colors in percentages

R + G + B =
115 + 153 + 104 = 372 (100%)
R 115 of 372 ~ 30.91%
G 153 of 372 ~ 41.13%
B 104 of 372 ~ 27.96%

%30.91
%41.13
%27.96

CMYK color model

#739968 color CMYK value is (25,0,32,40).

  • cyan value is 24.84%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(25,0,32,40)
C25M0Y32K40 
(25%,0%,32%,40%)
(0.25/0.00/0.32/0.40)	

CMYK percentages

%24.84
%0
%32.03
%40

Codes

Color #739968 in popluar color models

739968
RGB115153104
HSL107°19.37%50.39%
HSB/HSV107°32.03%60.00%
CMYK24.84%0.00%32.03%
40.00%

Color #739968 in popluar number systems.

HEX739968
Decimal115153104
Binary1110011100110011101000
Octal163231150

Shades and tints

Shades of #739968

#739968
(115,153,104)
#698C5F
(105,140,95)
#5F7F56
(95,127,86)
#55724D
(85,114,77)
#4B6544
(75,101,68)
#41583B
(65,88,59)
#374B32
(55,75,50)
#2D3E29
(45,62,41)
#233120
(35,49,32)
#192417
(25,36,23)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #739968

#739968
(115,153,104)
#7FA275
(127,162,117)
#8BAB82
(139,171,130)
#97B48F
(151,180,143)
#A3BD9C
(163,189,156)
#AFC6A9
(175,198,169)
#BBCFB6
(187,207,182)
#C7D8C3
(199,216,195)
#D3E1D0
(211,225,208)
#DFEADD
(223,234,221)
#EBF3EA
(235,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739968 color. Also use rgb(115,153,104) instead hex code.

Text Font Color

.myTextColor { color: #739968; }

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

This text font color is #739968.


Background Color

.myBgColor { background-color: #739968; }

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

This div background color is #739968.


Border color

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

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

This div border color is #739968.


Opacity

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

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

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

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

This text has shadow with #739968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739968 on black background.


Color preview on white background

This text has color #739968 on white background.



Black color preview on #739968 background

This text has black color on #739968 background.


White color preview on #739968 background

This text has white color on #739968 background.