COLOR #738762

HEX: #738762
RGB: (115,135,98)

Color info

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

RGB color model

#738762 color RGB value is (115,135,98).

  • red value is 115;
  • green value is 135;
  • blue value is 98.
RGB:
(115,135,98)
(45%,53%,38%)

RGB channels and saturation

R 115 of 255 = 45%
G 135 of 255 = 53%
B 98 of 255 = 38%

115
135
98

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

Portions of RGB colors in percentages

R + G + B =
115 + 135 + 98 = 348 (100%)
R 115 of 348 ~ 33.05%
G 135 of 348 ~ 38.79%
B 98 of 348 ~ 28.16%

%33.05
%38.79
%28.16

CMYK color model

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

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

CMYK percentages

%14.81
%0
%27.41
%47.06

Codes

Color #738762 in popluar color models

738762
RGB11513598
HSL92°15.88%45.69%
HSB/HSV92°27.41%52.94%
CMYK14.81%0.00%27.41%
47.06%

Color #738762 in popluar number systems.

HEX738762
Decimal11513598
Binary1110011100001111100010
Octal163207142

Shades and tints

Shades of #738762

#738762
(115,135,98)
#697B5A
(105,123,90)
#5F6F52
(95,111,82)
#55634A
(85,99,74)
#4B5742
(75,87,66)
#414B3A
(65,75,58)
#373F32
(55,63,50)
#2D332A
(45,51,42)
#232722
(35,39,34)
#191B1A
(25,27,26)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #738762

#738762
(115,135,98)
#7F9170
(127,145,112)
#8B9B7E
(139,155,126)
#97A58C
(151,165,140)
#A3AF9A
(163,175,154)
#AFB9A8
(175,185,168)
#BBC3B6
(187,195,182)
#C7CDC4
(199,205,196)
#D3D7D2
(211,215,210)
#DFE1E0
(223,225,224)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738762 color. Also use rgb(115,135,98) instead hex code.

Text Font Color

.myTextColor { color: #738762; }

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

This text font color is #738762.


Background Color

.myBgColor { background-color: #738762; }

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

This div background color is #738762.


Border color

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

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

This div border color is #738762.


Opacity

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

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

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

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

This text has shadow with #738762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738762 on black background.


Color preview on white background

This text has color #738762 on white background.



Black color preview on #738762 background

This text has black color on #738762 background.


White color preview on #738762 background

This text has white color on #738762 background.