COLOR #738B7D

HEX: #738B7D
RGB: (115,139,125)

Color info

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

RGB color model

#738B7D color RGB value is (115,139,125).

  • red value is 115;
  • green value is 139;
  • blue value is 125.
RGB:
(115,139,125)
(45%,55%,49%)

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 125 of 255 = 49%

115
139
125

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

Portions of RGB colors in percentages

R + G + B =
115 + 139 + 125 = 379 (100%)
R 115 of 379 ~ 30.34%
G 139 of 379 ~ 36.68%
B 125 of 379 ~ 32.98%

%30.34
%36.68
%32.98

CMYK color model

#738B7D color CMYK value is (17,0,10,45).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(17,0,10,45)
C17M0Y10K45 
(17%,0%,10%,45%)
(0.17/0.00/0.10/0.45)	

CMYK percentages

%17.27
%0
%10.07
%45.49

Codes

Color #738B7D in popluar color models

738B7D
RGB115139125
HSL145°9.45%49.80%
HSB/HSV145°17.27%54.51%
CMYK17.27%0.00%10.07%
45.49%

Color #738B7D in popluar number systems.

HEX738B7D
Decimal115139125
Binary1110011100010111111101
Octal163213175

Shades and tints

Shades of #738B7D

#738B7D
(115,139,125)
#697F72
(105,127,114)
#5F7367
(95,115,103)
#55675C
(85,103,92)
#4B5B51
(75,91,81)
#414F46
(65,79,70)
#37433B
(55,67,59)
#2D3730
(45,55,48)
#232B25
(35,43,37)
#191F1A
(25,31,26)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #738B7D

#738B7D
(115,139,125)
#7F9588
(127,149,136)
#8B9F93
(139,159,147)
#97A99E
(151,169,158)
#A3B3A9
(163,179,169)
#AFBDB4
(175,189,180)
#BBC7BF
(187,199,191)
#C7D1CA
(199,209,202)
#D3DBD5
(211,219,213)
#DFE5E0
(223,229,224)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738B7D color. Also use rgb(115,139,125) instead hex code.

Text Font Color

.myTextColor { color: #738B7D; }

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

This text font color is #738B7D.


Background Color

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

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

This div background color is #738B7D.


Border color

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

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

This div border color is #738B7D.


Opacity

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

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

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

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

This text has shadow with #738B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B7D on black background.


Color preview on white background

This text has color #738B7D on white background.



Black color preview on #738B7D background

This text has black color on #738B7D background.


White color preview on #738B7D background

This text has white color on #738B7D background.