COLOR #738963

HEX: #738963
RGB: (115,137,99)

Color info

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

RGB color model

#738963 color RGB value is (115,137,99).

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

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 99 of 255 = 39%

115
137
99

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

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 99 = 351 (100%)
R 115 of 351 ~ 32.76%
G 137 of 351 ~ 39.03%
B 99 of 351 ~ 28.21%

%32.76
%39.03
%28.21

CMYK color model

#738963 color CMYK value is (16,0,28,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 27.74%
  • key color value is 46.27%
CMYK:
(16,0,28,46)
C16M0Y28K46 
(16%,0%,28%,46%)
(0.16/0.00/0.28/0.46)	

CMYK percentages

%16.06
%0
%27.74
%46.27

Codes

Color #738963 in popluar color models

738963
RGB11513799
HSL95°16.10%46.27%
HSB/HSV95°27.74%53.73%
CMYK16.06%0.00%27.74%
46.27%

Color #738963 in popluar number systems.

HEX738963
Decimal11513799
Binary1110011100010011100011
Octal163211143

Shades and tints

Shades of #738963

#738963
(115,137,99)
#697D5A
(105,125,90)
#5F7151
(95,113,81)
#556548
(85,101,72)
#4B593F
(75,89,63)
#414D36
(65,77,54)
#37412D
(55,65,45)
#2D3524
(45,53,36)
#23291B
(35,41,27)
#191D12
(25,29,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #738963

#738963
(115,137,99)
#7F9371
(127,147,113)
#8B9D7F
(139,157,127)
#97A78D
(151,167,141)
#A3B19B
(163,177,155)
#AFBBA9
(175,187,169)
#BBC5B7
(187,197,183)
#C7CFC5
(199,207,197)
#D3D9D3
(211,217,211)
#DFE3E1
(223,227,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738963; }

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

This text font color is #738963.


Background Color

.myBgColor { background-color: #738963; }

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

This div background color is #738963.


Border color

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

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

This div border color is #738963.


Opacity

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

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

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

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

This text has shadow with #738963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738963 on black background.


Color preview on white background

This text has color #738963 on white background.



Black color preview on #738963 background

This text has black color on #738963 background.


White color preview on #738963 background

This text has white color on #738963 background.