COLOR #748C73

HEX: #748C73
RGB: (116,140,115)

Color info

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

RGB color model

#748C73 color RGB value is (116,140,115).

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

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 115 of 255 = 45%

116
140
115

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

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 115 = 371 (100%)
R 116 of 371 ~ 31.27%
G 140 of 371 ~ 37.74%
B 115 of 371 ~ 31%

%31.27
%37.74
%31

CMYK color model

#748C73 color CMYK value is (17,0,18,45).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 45.10%
CMYK:
(17,0,18,45)
C17M0Y18K45 
(17%,0%,18%,45%)
(0.17/0.00/0.18/0.45)	

CMYK percentages

%17.14
%0
%17.86
%45.1

Codes

Color #748C73 in popluar color models

748C73
RGB116140115
HSL118°9.80%50.00%
HSB/HSV118°17.86%54.90%
CMYK17.14%0.00%17.86%
45.10%

Color #748C73 in popluar number systems.

HEX748C73
Decimal116140115
Binary1110100100011001110011
Octal164214163

Shades and tints

Shades of #748C73

#748C73
(116,140,115)
#6A8069
(106,128,105)
#60745F
(96,116,95)
#566855
(86,104,85)
#4C5C4B
(76,92,75)
#425041
(66,80,65)
#384437
(56,68,55)
#2E382D
(46,56,45)
#242C23
(36,44,35)
#1A2019
(26,32,25)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #748C73

#748C73
(116,140,115)
#80967F
(128,150,127)
#8CA08B
(140,160,139)
#98AA97
(152,170,151)
#A4B4A3
(164,180,163)
#B0BEAF
(176,190,175)
#BCC8BB
(188,200,187)
#C8D2C7
(200,210,199)
#D4DCD3
(212,220,211)
#E0E6DF
(224,230,223)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748C73; }

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

This text font color is #748C73.


Background Color

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

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

This div background color is #748C73.


Border color

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

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

This div border color is #748C73.


Opacity

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

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

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

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

This text has shadow with #748C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748C73 on black background.


Color preview on white background

This text has color #748C73 on white background.



Black color preview on #748C73 background

This text has black color on #748C73 background.


White color preview on #748C73 background

This text has white color on #748C73 background.