COLOR #748F72

HEX: #748F72
RGB: (116,143,114)

Color info

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

RGB color model

#748F72 color RGB value is (116,143,114).

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

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 114 of 255 = 45%

116
143
114

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

Portions of RGB colors in percentages

R + G + B =
116 + 143 + 114 = 373 (100%)
R 116 of 373 ~ 31.1%
G 143 of 373 ~ 38.34%
B 114 of 373 ~ 30.56%

%31.1
%38.34
%30.56

CMYK color model

#748F72 color CMYK value is (19,0,20,44).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 43.92%
CMYK:
(19,0,20,44)
C19M0Y20K44 
(19%,0%,20%,44%)
(0.19/0.00/0.20/0.44)	

CMYK percentages

%18.88
%0
%20.28
%43.92

Codes

Color #748F72 in popluar color models

748F72
RGB116143114
HSL116°11.46%50.39%
HSB/HSV116°20.28%56.08%
CMYK18.88%0.00%20.28%
43.92%

Color #748F72 in popluar number systems.

HEX748F72
Decimal116143114
Binary1110100100011111110010
Octal164217162

Shades and tints

Shades of #748F72

#748F72
(116,143,114)
#6A8268
(106,130,104)
#60755E
(96,117,94)
#566854
(86,104,84)
#4C5B4A
(76,91,74)
#424E40
(66,78,64)
#384136
(56,65,54)
#2E342C
(46,52,44)
#242722
(36,39,34)
#1A1A18
(26,26,24)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #748F72

#748F72
(116,143,114)
#80997E
(128,153,126)
#8CA38A
(140,163,138)
#98AD96
(152,173,150)
#A4B7A2
(164,183,162)
#B0C1AE
(176,193,174)
#BCCBBA
(188,203,186)
#C8D5C6
(200,213,198)
#D4DFD2
(212,223,210)
#E0E9DE
(224,233,222)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748F72; }

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

This text font color is #748F72.


Background Color

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

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

This div background color is #748F72.


Border color

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

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

This div border color is #748F72.


Opacity

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

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

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

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

This text has shadow with #748F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748F72 on black background.


Color preview on white background

This text has color #748F72 on white background.



Black color preview on #748F72 background

This text has black color on #748F72 background.


White color preview on #748F72 background

This text has white color on #748F72 background.