COLOR #738683

HEX: #738683
RGB: (115,134,131)

Color info

#738683 contains red, green and blue colors in about the same proportion. Web safe color of #738683 is #669999 (or #699).

RGB color model

#738683 color RGB value is (115,134,131).

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

RGB channels and saturation

R 115 of 255 = 45%
G 134 of 255 = 53%
B 131 of 255 = 51%

115
134
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 134 + 131 = 380 (100%)
R 115 of 380 ~ 30.26%
G 134 of 380 ~ 35.26%
B 131 of 380 ~ 34.47%

%30.26
%35.26
%34.47

CMYK color model

#738683 color CMYK value is (14,0,2,47).

  • cyan value is 14.18%
  • magenta value is 0.00%
  • yellow value is 2.24%
  • key color value is 47.45%
CMYK:
(14,0,2,47)
C14M0Y2K47 
(14%,0%,2%,47%)
(0.14/0.00/0.02/0.47)	

CMYK percentages

%14.18
%0
%2.24
%47.45

Codes

Color #738683 in popluar color models

738683
RGB115134131
HSL171°7.63%48.82%
HSB/HSV171°14.18%52.55%
CMYK14.18%0.00%2.24%
47.45%

Color #738683 in popluar number systems.

HEX738683
Decimal115134131
Binary11100111000011010000011
Octal163206203

Shades and tints

Shades of #738683

#738683
(115,134,131)
#697A78
(105,122,120)
#5F6E6D
(95,110,109)
#556262
(85,98,98)
#4B5657
(75,86,87)
#414A4C
(65,74,76)
#373E41
(55,62,65)
#2D3236
(45,50,54)
#23262B
(35,38,43)
#191A20
(25,26,32)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #738683

#738683
(115,134,131)
#7F918E
(127,145,142)
#8B9C99
(139,156,153)
#97A7A4
(151,167,164)
#A3B2AF
(163,178,175)
#AFBDBA
(175,189,186)
#BBC8C5
(187,200,197)
#C7D3D0
(199,211,208)
#D3DEDB
(211,222,219)
#DFE9E6
(223,233,230)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738683; }

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

This text font color is #738683.


Background Color

.myBgColor { background-color: #738683; }

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

This div background color is #738683.


Border color

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

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

This div border color is #738683.


Opacity

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

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

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

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

This text has shadow with #738683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738683 on black background.


Color preview on white background

This text has color #738683 on white background.



Black color preview on #738683 background

This text has black color on #738683 background.


White color preview on #738683 background

This text has white color on #738683 background.