COLOR #738063

HEX: #738063
RGB: (115,128,99)

Color info

#738063 contains red, green and blue colors in about the same proportion. Web safe color of #738063 is #666666 (or #666).

RGB color model

#738063 color RGB value is (115,128,99).

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

RGB channels and saturation

R 115 of 255 = 45%
G 128 of 255 = 50%
B 99 of 255 = 39%

115
128
99

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

Portions of RGB colors in percentages

R + G + B =
115 + 128 + 99 = 342 (100%)
R 115 of 342 ~ 33.63%
G 128 of 342 ~ 37.43%
B 99 of 342 ~ 28.95%

%33.63
%37.43
%28.95

CMYK color model

#738063 color CMYK value is (10,0,23,50).

  • cyan value is 10.16%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(10,0,23,50)
C10M0Y23K50 
(10%,0%,23%,50%)
(0.10/0.00/0.23/0.50)	

CMYK percentages

%10.16
%0
%22.66
%49.8

Codes

Color #738063 in popluar color models

738063
RGB11512899
HSL87°12.78%44.51%
HSB/HSV87°22.66%50.20%
CMYK10.16%0.00%22.66%
49.80%

Color #738063 in popluar number systems.

HEX738063
Decimal11512899
Binary1110011100000001100011
Octal163200143

Shades and tints

Shades of #738063

#738063
(115,128,99)
#69755A
(105,117,90)
#5F6A51
(95,106,81)
#555F48
(85,95,72)
#4B543F
(75,84,63)
#414936
(65,73,54)
#373E2D
(55,62,45)
#2D3324
(45,51,36)
#23281B
(35,40,27)
#191D12
(25,29,18)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #738063

#738063
(115,128,99)
#7F8B71
(127,139,113)
#8B967F
(139,150,127)
#97A18D
(151,161,141)
#A3AC9B
(163,172,155)
#AFB7A9
(175,183,169)
#BBC2B7
(187,194,183)
#C7CDC5
(199,205,197)
#D3D8D3
(211,216,211)
#DFE3E1
(223,227,225)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738063; }

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

This text font color is #738063.


Background Color

.myBgColor { background-color: #738063; }

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

This div background color is #738063.


Border color

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

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

This div border color is #738063.


Opacity

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

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

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

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

This text has shadow with #738063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738063 on black background.


Color preview on white background

This text has color #738063 on white background.



Black color preview on #738063 background

This text has black color on #738063 background.


White color preview on #738063 background

This text has white color on #738063 background.