COLOR #748C7D

HEX: #748C7D
RGB: (116,140,125)

Color info

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

RGB color model

#748C7D color RGB value is (116,140,125).

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

RGB channels and saturation

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

116
140
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 125 = 381 (100%)
R 116 of 381 ~ 30.45%
G 140 of 381 ~ 36.75%
B 125 of 381 ~ 32.81%

%30.45
%36.75
%32.81

CMYK color model

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

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • 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
%10.71
%45.1

Codes

Color #748C7D in popluar color models

748C7D
RGB116140125
HSL143°9.45%50.20%
HSB/HSV143°17.14%54.90%
CMYK17.14%0.00%10.71%
45.10%

Color #748C7D in popluar number systems.

HEX748C7D
Decimal116140125
Binary1110100100011001111101
Octal164214175

Shades and tints

Shades of #748C7D

#748C7D
(116,140,125)
#6A8072
(106,128,114)
#607467
(96,116,103)
#56685C
(86,104,92)
#4C5C51
(76,92,81)
#425046
(66,80,70)
#38443B
(56,68,59)
#2E3830
(46,56,48)
#242C25
(36,44,37)
#1A201A
(26,32,26)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #748C7D

#748C7D
(116,140,125)
#809688
(128,150,136)
#8CA093
(140,160,147)
#98AA9E
(152,170,158)
#A4B4A9
(164,180,169)
#B0BEB4
(176,190,180)
#BCC8BF
(188,200,191)
#C8D2CA
(200,210,202)
#D4DCD5
(212,220,213)
#E0E6E0
(224,230,224)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748C7D; }

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

This text font color is #748C7D.


Background Color

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

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

This div background color is #748C7D.


Border color

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

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

This div border color is #748C7D.


Opacity

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

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

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

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

This text has shadow with #748C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748C7D on black background.


Color preview on white background

This text has color #748C7D on white background.



Black color preview on #748C7D background

This text has black color on #748C7D background.


White color preview on #748C7D background

This text has white color on #748C7D background.