COLOR #738863

HEX: #738863
RGB: (115,136,99)

Color info

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

RGB color model

#738863 color RGB value is (115,136,99).

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

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 99 of 255 = 39%

115
136
99

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

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 99 = 350 (100%)
R 115 of 350 ~ 32.86%
G 136 of 350 ~ 38.86%
B 99 of 350 ~ 28.29%

%32.86
%38.86
%28.29

CMYK color model

#738863 color CMYK value is (15,0,27,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 27.21%
  • key color value is 46.67%
CMYK:
(15,0,27,47)
C15M0Y27K47 
(15%,0%,27%,47%)
(0.15/0.00/0.27/0.47)	

CMYK percentages

%15.44
%0
%27.21
%46.67

Codes

Color #738863 in popluar color models

738863
RGB11513699
HSL94°15.74%46.08%
HSB/HSV94°27.21%53.33%
CMYK15.44%0.00%27.21%
46.67%

Color #738863 in popluar number systems.

HEX738863
Decimal11513699
Binary1110011100010001100011
Octal163210143

Shades and tints

Shades of #738863

#738863
(115,136,99)
#697C5A
(105,124,90)
#5F7051
(95,112,81)
#556448
(85,100,72)
#4B583F
(75,88,63)
#414C36
(65,76,54)
#37402D
(55,64,45)
#2D3424
(45,52,36)
#23281B
(35,40,27)
#191C12
(25,28,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #738863

#738863
(115,136,99)
#7F9271
(127,146,113)
#8B9C7F
(139,156,127)
#97A68D
(151,166,141)
#A3B09B
(163,176,155)
#AFBAA9
(175,186,169)
#BBC4B7
(187,196,183)
#C7CEC5
(199,206,197)
#D3D8D3
(211,216,211)
#DFE2E1
(223,226,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738863; }

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

This text font color is #738863.


Background Color

.myBgColor { background-color: #738863; }

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

This div background color is #738863.


Border color

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

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

This div border color is #738863.


Opacity

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

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

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

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

This text has shadow with #738863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738863 on black background.


Color preview on white background

This text has color #738863 on white background.



Black color preview on #738863 background

This text has black color on #738863 background.


White color preview on #738863 background

This text has white color on #738863 background.