COLOR #738F80

HEX: #738F80
RGB: (115,143,128)

Color info

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

RGB color model

#738F80 color RGB value is (115,143,128).

  • red value is 115;
  • green value is 143;
  • blue value is 128.
RGB:
(115,143,128)
(45%,56%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 128 of 255 = 50%

115
143
128

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

Portions of RGB colors in percentages

R + G + B =
115 + 143 + 128 = 386 (100%)
R 115 of 386 ~ 29.79%
G 143 of 386 ~ 37.05%
B 128 of 386 ~ 33.16%

%29.79
%37.05
%33.16

CMYK color model

#738F80 color CMYK value is (20,0,10,44).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 10.49%
  • key color value is 43.92%
CMYK:
(20,0,10,44)
C20M0Y10K44 
(20%,0%,10%,44%)
(0.20/0.00/0.10/0.44)	

CMYK percentages

%19.58
%0
%10.49
%43.92

Codes

Color #738F80 in popluar color models

738F80
RGB115143128
HSL148°11.11%50.59%
HSB/HSV148°19.58%56.08%
CMYK19.58%0.00%10.49%
43.92%

Color #738F80 in popluar number systems.

HEX738F80
Decimal115143128
Binary11100111000111110000000
Octal163217200

Shades and tints

Shades of #738F80

#738F80
(115,143,128)
#698275
(105,130,117)
#5F756A
(95,117,106)
#55685F
(85,104,95)
#4B5B54
(75,91,84)
#414E49
(65,78,73)
#37413E
(55,65,62)
#2D3433
(45,52,51)
#232728
(35,39,40)
#191A1D
(25,26,29)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #738F80

#738F80
(115,143,128)
#7F998B
(127,153,139)
#8BA396
(139,163,150)
#97ADA1
(151,173,161)
#A3B7AC
(163,183,172)
#AFC1B7
(175,193,183)
#BBCBC2
(187,203,194)
#C7D5CD
(199,213,205)
#D3DFD8
(211,223,216)
#DFE9E3
(223,233,227)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738F80 color. Also use rgb(115,143,128) instead hex code.

Text Font Color

.myTextColor { color: #738F80; }

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

This text font color is #738F80.


Background Color

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

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

This div background color is #738F80.


Border color

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

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

This div border color is #738F80.


Opacity

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

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

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

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

This text has shadow with #738F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738F80 on black background.


Color preview on white background

This text has color #738F80 on white background.



Black color preview on #738F80 background

This text has black color on #738F80 background.


White color preview on #738F80 background

This text has white color on #738F80 background.