COLOR #738A83

HEX: #738A83
RGB: (115,138,131)

Color info

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

RGB color model

#738A83 color RGB value is (115,138,131).

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

RGB channels and saturation

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

115
138
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 138 + 131 = 384 (100%)
R 115 of 384 ~ 29.95%
G 138 of 384 ~ 35.94%
B 131 of 384 ~ 34.11%

%29.95
%35.94
%34.11

CMYK color model

#738A83 color CMYK value is (17,0,5,46).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 5.07%
  • key color value is 45.88%
CMYK:
(17,0,5,46)
C17M0Y5K46 
(17%,0%,5%,46%)
(0.17/0.00/0.05/0.46)	

CMYK percentages

%16.67
%0
%5.07
%45.88

Codes

Color #738A83 in popluar color models

738A83
RGB115138131
HSL162°9.09%49.61%
HSB/HSV162°16.67%54.12%
CMYK16.67%0.00%5.07%
45.88%

Color #738A83 in popluar number systems.

HEX738A83
Decimal115138131
Binary11100111000101010000011
Octal163212203

Shades and tints

Shades of #738A83

#738A83
(115,138,131)
#697E78
(105,126,120)
#5F726D
(95,114,109)
#556662
(85,102,98)
#4B5A57
(75,90,87)
#414E4C
(65,78,76)
#374241
(55,66,65)
#2D3636
(45,54,54)
#232A2B
(35,42,43)
#191E20
(25,30,32)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #738A83

#738A83
(115,138,131)
#7F948E
(127,148,142)
#8B9E99
(139,158,153)
#97A8A4
(151,168,164)
#A3B2AF
(163,178,175)
#AFBCBA
(175,188,186)
#BBC6C5
(187,198,197)
#C7D0D0
(199,208,208)
#D3DADB
(211,218,219)
#DFE4E6
(223,228,230)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738A83; }

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

This text font color is #738A83.


Background Color

.myBgColor { background-color: #738A83; }

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

This div background color is #738A83.


Border color

.myBorderColor { border: 1px solid #738A83; }

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

This div border color is #738A83.


Opacity

.myOpacity80 { color: #738A83; opacity: 0.8; }

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

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

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

This text has shadow with #738A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738A83 on black background.


Color preview on white background

This text has color #738A83 on white background.



Black color preview on #738A83 background

This text has black color on #738A83 background.


White color preview on #738A83 background

This text has white color on #738A83 background.