COLOR #738961

HEX: #738961
RGB: (115,137,97)

Color info

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

RGB color model

#738961 color RGB value is (115,137,97).

  • red value is 115;
  • green value is 137;
  • blue value is 97.
RGB:
(115,137,97)
(45%,54%,38%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 97 of 255 = 38%

115
137
97

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

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 97 = 349 (100%)
R 115 of 349 ~ 32.95%
G 137 of 349 ~ 39.26%
B 97 of 349 ~ 27.79%

%32.95
%39.26
%27.79

CMYK color model

#738961 color CMYK value is (16,0,29,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(16,0,29,46)
C16M0Y29K46 
(16%,0%,29%,46%)
(0.16/0.00/0.29/0.46)	

CMYK percentages

%16.06
%0
%29.2
%46.27

Codes

Color #738961 in popluar color models

738961
RGB11513797
HSL93°17.09%45.88%
HSB/HSV93°29.20%53.73%
CMYK16.06%0.00%29.20%
46.27%

Color #738961 in popluar number systems.

HEX738961
Decimal11513797
Binary1110011100010011100001
Octal163211141

Shades and tints

Shades of #738961

#738961
(115,137,97)
#697D59
(105,125,89)
#5F7151
(95,113,81)
#556549
(85,101,73)
#4B5941
(75,89,65)
#414D39
(65,77,57)
#374131
(55,65,49)
#2D3529
(45,53,41)
#232921
(35,41,33)
#191D19
(25,29,25)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #738961

#738961
(115,137,97)
#7F936F
(127,147,111)
#8B9D7D
(139,157,125)
#97A78B
(151,167,139)
#A3B199
(163,177,153)
#AFBBA7
(175,187,167)
#BBC5B5
(187,197,181)
#C7CFC3
(199,207,195)
#D3D9D1
(211,217,209)
#DFE3DF
(223,227,223)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738961 color. Also use rgb(115,137,97) instead hex code.

Text Font Color

.myTextColor { color: #738961; }

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

This text font color is #738961.


Background Color

.myBgColor { background-color: #738961; }

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

This div background color is #738961.


Border color

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

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

This div border color is #738961.


Opacity

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

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

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

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

This text has shadow with #738961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738961 on black background.


Color preview on white background

This text has color #738961 on white background.



Black color preview on #738961 background

This text has black color on #738961 background.


White color preview on #738961 background

This text has white color on #738961 background.