COLOR #748E70

HEX: #748E70 RGB: (116,142,112)

Color info

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

RGB color model

#748E70 color RGB value is (116,142,112).

RGB: (116,142,112) (45%, 56%, 44%)

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 112 of 255 = 44%

116
142
112

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

Portions of RGB colors in percentages

R + G + B = 116 + 142 + 112 = 370 (100%)
R 116 of 370 ~ 31.35%
G 142 of 370 ~ 38.38%
B 112 of 370 ~ 30.27'%

%31.35
%38.38
%30.27

CMYK color model

#748E70 color CMYK value is (18,0,21,44).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%

CMYK: (18,0,21,44)
C18M0Y21K44 (18%, 0%, 21%, 44%)
(0.18 / 0.00 / 0.21 / 0.44)

CMYK percentages

%18.31
%0
%21.13
%44.31

Codes

Color #748E70 in popluar color models

74 8E 70
RGB 116 142 112
HSL 112° 11.81% 49.80%
HSB/HSV 112° 21.13% 55.69%
CMYK 18.31% 0.00% 21.13%
44.31%

Color #748E70 in popluar number systems.

HEX 74 8E 70
Decimal 116 142 112
Binary 1110100 10001110 1110000
Octal 164 216 160

Shades and tints

Shades of #748E70

#748E70
(116,142,112)
#6A8266
(106,130,102)
#60765C
(96,118,92)
#566A52
(86,106,82)
#4C5E48
(76,94,72)
#42523E
(66,82,62)
#384634
(56,70,52)
#2E3A2A
(46,58,42)
#242E20
(36,46,32)
#1A2216
(26,34,22)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #748E70

#748E70
(116,142,112)
#80987D
(128,152,125)
#8CA28A
(140,162,138)
#98AC97
(152,172,151)
#A4B6A4
(164,182,164)
#B0C0B1
(176,192,177)
#BCCABE
(188,202,190)
#C8D4CB
(200,212,203)
#D4DED8
(212,222,216)
#E0E8E5
(224,232,229)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748E70 color. Also use rgb(116,142,112) instead hex code.

Text Font Color

.myTextColor { color: #748E70; }

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

This text font color is #748E70.

Background Color

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

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

This div background color is #748E70.

Border color

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

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

This div border color is #748E70.

Opacity

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

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

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

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

This text has shadow with #748E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748E70.

Preview

Color preview on black background

This text has color #748E70 on black background.


Color preview on white background

This text has color #748E70 on white background.


Black color preview on #748E70 background

This text has black color on #748E70 background.


White color preview on #748E70 background

This text has white color on #748E70 background.


Related colors

Complementary color

Complementary color for #hex is #8B718F.


I love getcolorcode.com

Triadic colors

1 #70748E and #8E7074 with #748E70 are triadic colors.

2 #708E74 and #8E7470 with #748E70 are triadic colors.