COLOR #738677

HEX: #738677
RGB: (115,134,119)

Color info

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

RGB color model

#738677 color RGB value is (115,134,119).

  • red value is 115;
  • green value is 134;
  • blue value is 119.
RGB:
(115,134,119)
(45%,53%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 134 of 255 = 53%
B 119 of 255 = 47%

115
134
119

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

Portions of RGB colors in percentages

R + G + B =
115 + 134 + 119 = 368 (100%)
R 115 of 368 ~ 31.25%
G 134 of 368 ~ 36.41%
B 119 of 368 ~ 32.34%

%31.25
%36.41
%32.34

CMYK color model

#738677 color CMYK value is (14,0,11,47).

  • cyan value is 14.18%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(14,0,11,47)
C14M0Y11K47 
(14%,0%,11%,47%)
(0.14/0.00/0.11/0.47)	

CMYK percentages

%14.18
%0
%11.19
%47.45

Codes

Color #738677 in popluar color models

738677
RGB115134119
HSL133°7.63%48.82%
HSB/HSV133°14.18%52.55%
CMYK14.18%0.00%11.19%
47.45%

Color #738677 in popluar number systems.

HEX738677
Decimal115134119
Binary1110011100001101110111
Octal163206167

Shades and tints

Shades of #738677

#738677
(115,134,119)
#697A6D
(105,122,109)
#5F6E63
(95,110,99)
#556259
(85,98,89)
#4B564F
(75,86,79)
#414A45
(65,74,69)
#373E3B
(55,62,59)
#2D3231
(45,50,49)
#232627
(35,38,39)
#191A1D
(25,26,29)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #738677

#738677
(115,134,119)
#7F9183
(127,145,131)
#8B9C8F
(139,156,143)
#97A79B
(151,167,155)
#A3B2A7
(163,178,167)
#AFBDB3
(175,189,179)
#BBC8BF
(187,200,191)
#C7D3CB
(199,211,203)
#D3DED7
(211,222,215)
#DFE9E3
(223,233,227)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738677 color. Also use rgb(115,134,119) instead hex code.

Text Font Color

.myTextColor { color: #738677; }

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

This text font color is #738677.


Background Color

.myBgColor { background-color: #738677; }

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

This div background color is #738677.


Border color

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

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

This div border color is #738677.


Opacity

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

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

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

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

This text has shadow with #738677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738677 on black background.


Color preview on white background

This text has color #738677 on white background.



Black color preview on #738677 background

This text has black color on #738677 background.


White color preview on #738677 background

This text has white color on #738677 background.