COLOR #738F7C

HEX: #738F7C
RGB: (115,143,124)

Color info

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

RGB color model

#738F7C color RGB value is (115,143,124).

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

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 124 of 255 = 49%

115
143
124

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

Portions of RGB colors in percentages

R + G + B =
115 + 143 + 124 = 382 (100%)
R 115 of 382 ~ 30.1%
G 143 of 382 ~ 37.43%
B 124 of 382 ~ 32.46%

%30.1
%37.43
%32.46

CMYK color model

#738F7C color CMYK value is (20,0,13,44).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(20,0,13,44)
C20M0Y13K44 
(20%,0%,13%,44%)
(0.20/0.00/0.13/0.44)	

CMYK percentages

%19.58
%0
%13.29
%43.92

Codes

Color #738F7C in popluar color models

738F7C
RGB115143124
HSL139°11.11%50.59%
HSB/HSV139°19.58%56.08%
CMYK19.58%0.00%13.29%
43.92%

Color #738F7C in popluar number systems.

HEX738F7C
Decimal115143124
Binary1110011100011111111100
Octal163217174

Shades and tints

Shades of #738F7C

#738F7C
(115,143,124)
#698271
(105,130,113)
#5F7566
(95,117,102)
#55685B
(85,104,91)
#4B5B50
(75,91,80)
#414E45
(65,78,69)
#37413A
(55,65,58)
#2D342F
(45,52,47)
#232724
(35,39,36)
#191A19
(25,26,25)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #738F7C

#738F7C
(115,143,124)
#7F9987
(127,153,135)
#8BA392
(139,163,146)
#97AD9D
(151,173,157)
#A3B7A8
(163,183,168)
#AFC1B3
(175,193,179)
#BBCBBE
(187,203,190)
#C7D5C9
(199,213,201)
#D3DFD4
(211,223,212)
#DFE9DF
(223,233,223)
#EBF3EA
(235,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738F7C; }

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

This text font color is #738F7C.


Background Color

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

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

This div background color is #738F7C.


Border color

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

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

This div border color is #738F7C.


Opacity

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

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

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

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

This text has shadow with #738F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738F7C on black background.


Color preview on white background

This text has color #738F7C on white background.



Black color preview on #738F7C background

This text has black color on #738F7C background.


White color preview on #738F7C background

This text has white color on #738F7C background.