COLOR #738D79

HEX: #738D79
RGB: (115,141,121)

Color info

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

RGB color model

#738D79 color RGB value is (115,141,121).

  • red value is 115;
  • green value is 141;
  • blue value is 121.
RGB:
(115,141,121)
(45%,55%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 121 of 255 = 47%

115
141
121

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 121 = 377 (100%)
R 115 of 377 ~ 30.5%
G 141 of 377 ~ 37.4%
B 121 of 377 ~ 32.1%

%30.5
%37.4
%32.1

CMYK color model

#738D79 color CMYK value is (18,0,14,45).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 44.71%
CMYK:
(18,0,14,45)
C18M0Y14K45 
(18%,0%,14%,45%)
(0.18/0.00/0.14/0.45)	

CMYK percentages

%18.44
%0
%14.18
%44.71

Codes

Color #738D79 in popluar color models

738D79
RGB115141121
HSL134°10.24%50.20%
HSB/HSV134°18.44%55.29%
CMYK18.44%0.00%14.18%
44.71%

Color #738D79 in popluar number systems.

HEX738D79
Decimal115141121
Binary1110011100011011111001
Octal163215171

Shades and tints

Shades of #738D79

#738D79
(115,141,121)
#69816E
(105,129,110)
#5F7563
(95,117,99)
#556958
(85,105,88)
#4B5D4D
(75,93,77)
#415142
(65,81,66)
#374537
(55,69,55)
#2D392C
(45,57,44)
#232D21
(35,45,33)
#192116
(25,33,22)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #738D79

#738D79
(115,141,121)
#7F9785
(127,151,133)
#8BA191
(139,161,145)
#97AB9D
(151,171,157)
#A3B5A9
(163,181,169)
#AFBFB5
(175,191,181)
#BBC9C1
(187,201,193)
#C7D3CD
(199,211,205)
#D3DDD9
(211,221,217)
#DFE7E5
(223,231,229)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738D79 color. Also use rgb(115,141,121) instead hex code.

Text Font Color

.myTextColor { color: #738D79; }

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

This text font color is #738D79.


Background Color

.myBgColor { background-color: #738D79; }

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

This div background color is #738D79.


Border color

.myBorderColor { border: 1px solid #738D79; }

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

This div border color is #738D79.


Opacity

.myOpacity80 { color: #738D79; opacity: 0.8; }

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

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

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

This text has shadow with #738D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D79 on black background.


Color preview on white background

This text has color #738D79 on white background.



Black color preview on #738D79 background

This text has black color on #738D79 background.


White color preview on #738D79 background

This text has white color on #738D79 background.