COLOR #748C7C

HEX: #748C7C
RGB: (116,140,124)

Color info

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

RGB color model

#748C7C color RGB value is (116,140,124).

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

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 124 of 255 = 49%

116
140
124

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

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 124 = 380 (100%)
R 116 of 380 ~ 30.53%
G 140 of 380 ~ 36.84%
B 124 of 380 ~ 32.63%

%30.53
%36.84
%32.63

CMYK color model

#748C7C color CMYK value is (17,0,11,45).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK:
(17,0,11,45)
C17M0Y11K45 
(17%,0%,11%,45%)
(0.17/0.00/0.11/0.45)	

CMYK percentages

%17.14
%0
%11.43
%45.1

Codes

Color #748C7C in popluar color models

748C7C
RGB116140124
HSL140°9.45%50.20%
HSB/HSV140°17.14%54.90%
CMYK17.14%0.00%11.43%
45.10%

Color #748C7C in popluar number systems.

HEX748C7C
Decimal116140124
Binary1110100100011001111100
Octal164214174

Shades and tints

Shades of #748C7C

#748C7C
(116,140,124)
#6A8071
(106,128,113)
#607466
(96,116,102)
#56685B
(86,104,91)
#4C5C50
(76,92,80)
#425045
(66,80,69)
#38443A
(56,68,58)
#2E382F
(46,56,47)
#242C24
(36,44,36)
#1A2019
(26,32,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #748C7C

#748C7C
(116,140,124)
#809687
(128,150,135)
#8CA092
(140,160,146)
#98AA9D
(152,170,157)
#A4B4A8
(164,180,168)
#B0BEB3
(176,190,179)
#BCC8BE
(188,200,190)
#C8D2C9
(200,210,201)
#D4DCD4
(212,220,212)
#E0E6DF
(224,230,223)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748C7C; }

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

This text font color is #748C7C.


Background Color

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

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

This div background color is #748C7C.


Border color

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

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

This div border color is #748C7C.


Opacity

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

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

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

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

This text has shadow with #748C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748C7C on black background.


Color preview on white background

This text has color #748C7C on white background.



Black color preview on #748C7C background

This text has black color on #748C7C background.


White color preview on #748C7C background

This text has white color on #748C7C background.