COLOR #748F7C

HEX: #748F7C
RGB: (116,143,124)

Color info

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

RGB color model

#748F7C color RGB value is (116,143,124).

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

RGB channels and saturation

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

116
143
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 143 + 124 = 383 (100%)
R 116 of 383 ~ 30.29%
G 143 of 383 ~ 37.34%
B 124 of 383 ~ 32.38%

%30.29
%37.34
%32.38

CMYK color model

#748F7C color CMYK value is (19,0,13,44).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 43.92%
CMYK:
(19,0,13,44)
C19M0Y13K44 
(19%,0%,13%,44%)
(0.19/0.00/0.13/0.44)	

CMYK percentages

%18.88
%0
%13.29
%43.92

Codes

Color #748F7C in popluar color models

748F7C
RGB116143124
HSL138°10.76%50.78%
HSB/HSV138°18.88%56.08%
CMYK18.88%0.00%13.29%
43.92%

Color #748F7C in popluar number systems.

HEX748F7C
Decimal116143124
Binary1110100100011111111100
Octal164217174

Shades and tints

Shades of #748F7C

#748F7C
(116,143,124)
#6A8271
(106,130,113)
#607566
(96,117,102)
#56685B
(86,104,91)
#4C5B50
(76,91,80)
#424E45
(66,78,69)
#38413A
(56,65,58)
#2E342F
(46,52,47)
#242724
(36,39,36)
#1A1A19
(26,26,25)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #748F7C

#748F7C
(116,143,124)
#809987
(128,153,135)
#8CA392
(140,163,146)
#98AD9D
(152,173,157)
#A4B7A8
(164,183,168)
#B0C1B3
(176,193,179)
#BCCBBE
(188,203,190)
#C8D5C9
(200,213,201)
#D4DFD4
(212,223,212)
#E0E9DF
(224,233,223)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748F7C; }

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

This text font color is #748F7C.


Background Color

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

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

This div background color is #748F7C.


Border color

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

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

This div border color is #748F7C.


Opacity

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

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

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

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

This text has shadow with #748F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748F7C on black background.


Color preview on white background

This text has color #748F7C on white background.



Black color preview on #748F7C background

This text has black color on #748F7C background.


White color preview on #748F7C background

This text has white color on #748F7C background.