COLOR #738363

HEX: #738363
RGB: (115,131,99)

Color info

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

RGB color model

#738363 color RGB value is (115,131,99).

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

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 99 of 255 = 39%

115
131
99

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

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 99 = 345 (100%)
R 115 of 345 ~ 33.33%
G 131 of 345 ~ 37.97%
B 99 of 345 ~ 28.7%

%33.33
%37.97
%28.7

CMYK color model

#738363 color CMYK value is (12,0,24,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(12,0,24,49)
C12M0Y24K49 
(12%,0%,24%,49%)
(0.12/0.00/0.24/0.49)	

CMYK percentages

%12.21
%0
%24.43
%48.63

Codes

Color #738363 in popluar color models

738363
RGB11513199
HSL90°13.91%45.10%
HSB/HSV90°24.43%51.37%
CMYK12.21%0.00%24.43%
48.63%

Color #738363 in popluar number systems.

HEX738363
Decimal11513199
Binary1110011100000111100011
Octal163203143

Shades and tints

Shades of #738363

#738363
(115,131,99)
#69785A
(105,120,90)
#5F6D51
(95,109,81)
#556248
(85,98,72)
#4B573F
(75,87,63)
#414C36
(65,76,54)
#37412D
(55,65,45)
#2D3624
(45,54,36)
#232B1B
(35,43,27)
#192012
(25,32,18)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #738363

#738363
(115,131,99)
#7F8E71
(127,142,113)
#8B997F
(139,153,127)
#97A48D
(151,164,141)
#A3AF9B
(163,175,155)
#AFBAA9
(175,186,169)
#BBC5B7
(187,197,183)
#C7D0C5
(199,208,197)
#D3DBD3
(211,219,211)
#DFE6E1
(223,230,225)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738363; }

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

This text font color is #738363.


Background Color

.myBgColor { background-color: #738363; }

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

This div background color is #738363.


Border color

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

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

This div border color is #738363.


Opacity

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

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

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

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

This text has shadow with #738363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738363 on black background.


Color preview on white background

This text has color #738363 on white background.



Black color preview on #738363 background

This text has black color on #738363 background.


White color preview on #738363 background

This text has white color on #738363 background.