COLOR #748E5E

HEX: #748E5E RGB: (116,142,94)

Color info

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

RGB color model

#748E5E color RGB value is (116,142,94).

RGB: (116,142,94) (45%, 56%, 37%)

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 94 of 255 = 37%

116
142
94

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

Portions of RGB colors in percentages

R + G + B = 116 + 142 + 94 = 352 (100%)
R 116 of 352 ~ 32.95%
G 142 of 352 ~ 40.34%
B 94 of 352 ~ 26.7'%

%32.95
%40.34
%26.7

CMYK color model

#748E5E color CMYK value is (18,0,34,44).

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

CMYK: (18,0,34,44)
C18M0Y34K44 (18%, 0%, 34%, 44%)
(0.18 / 0.00 / 0.34 / 0.44)

CMYK percentages

%18.31
%0
%33.8
%44.31

Codes

Color #748E5E in popluar color models

74 8E 5E
RGB 116 142 94
HSL 93° 20.34% 46.27%
HSB/HSV 93° 33.80% 55.69%
CMYK 18.31% 0.00% 33.80%
44.31%

Color #748E5E in popluar number systems.

HEX 74 8E 5E
Decimal 116 142 94
Binary 1110100 10001110 1011110
Octal 164 216 136

Shades and tints

Shades of #748E5E

#748E5E
(116,142,94)
#6A8256
(106,130,86)
#60764E
(96,118,78)
#566A46
(86,106,70)
#4C5E3E
(76,94,62)
#425236
(66,82,54)
#38462E
(56,70,46)
#2E3A26
(46,58,38)
#242E1E
(36,46,30)
#1A2216
(26,34,22)
#10160E
(16,22,14)
#000000
(0,0,0)

Tints of #748E5E

#748E5E
(116,142,94)
#80986C
(128,152,108)
#8CA27A
(140,162,122)
#98AC88
(152,172,136)
#A4B696
(164,182,150)
#B0C0A4
(176,192,164)
#BCCAB2
(188,202,178)
#C8D4C0
(200,212,192)
#D4DECE
(212,222,206)
#E0E8DC
(224,232,220)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748E5E; }

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

This text font color is #748E5E.

Background Color

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

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

This div background color is #748E5E.

Border color

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

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

This div border color is #748E5E.

Opacity

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

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

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

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

This text has shadow with #748E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748E5E.

Preview

Color preview on black background

This text has color #748E5E on black background.


Color preview on white background

This text has color #748E5E on white background.


Black color preview on #748E5E background

This text has black color on #748E5E background.


White color preview on #748E5E background

This text has white color on #748E5E background.


Related colors

Complementary color

Complementary color for #hex is #8B71A1.


I love getcolorcode.com

Triadic colors

1 #5E748E and #8E5E74 with #748E5E are triadic colors.

2 #5E8E74 and #8E745E with #748E5E are triadic colors.