COLOR #738983

HEX: #738983
RGB: (115,137,131)

Color info

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

RGB color model

#738983 color RGB value is (115,137,131).

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

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 131 of 255 = 51%

115
137
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 131 = 383 (100%)
R 115 of 383 ~ 30.03%
G 137 of 383 ~ 35.77%
B 131 of 383 ~ 34.2%

%30.03
%35.77
%34.2

CMYK color model

#738983 color CMYK value is (16,0,4,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(16,0,4,46)
C16M0Y4K46 
(16%,0%,4%,46%)
(0.16/0.00/0.04/0.46)	

CMYK percentages

%16.06
%0
%4.38
%46.27

Codes

Color #738983 in popluar color models

738983
RGB115137131
HSL164°8.73%49.41%
HSB/HSV164°16.06%53.73%
CMYK16.06%0.00%4.38%
46.27%

Color #738983 in popluar number systems.

HEX738983
Decimal115137131
Binary11100111000100110000011
Octal163211203

Shades and tints

Shades of #738983

#738983
(115,137,131)
#697D78
(105,125,120)
#5F716D
(95,113,109)
#556562
(85,101,98)
#4B5957
(75,89,87)
#414D4C
(65,77,76)
#374141
(55,65,65)
#2D3536
(45,53,54)
#23292B
(35,41,43)
#191D20
(25,29,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #738983

#738983
(115,137,131)
#7F938E
(127,147,142)
#8B9D99
(139,157,153)
#97A7A4
(151,167,164)
#A3B1AF
(163,177,175)
#AFBBBA
(175,187,186)
#BBC5C5
(187,197,197)
#C7CFD0
(199,207,208)
#D3D9DB
(211,217,219)
#DFE3E6
(223,227,230)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738983; }

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

This text font color is #738983.


Background Color

.myBgColor { background-color: #738983; }

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

This div background color is #738983.


Border color

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

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

This div border color is #738983.


Opacity

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

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

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

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

This text has shadow with #738983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738983 on black background.


Color preview on white background

This text has color #738983 on white background.



Black color preview on #738983 background

This text has black color on #738983 background.


White color preview on #738983 background

This text has white color on #738983 background.