COLOR #748E57

HEX: #748E57 RGB: (116,142,87)

Color info

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

RGB color model

#748E57 color RGB value is (116,142,87).

RGB: (116,142,87) (45%, 56%, 34%)

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 87 of 255 = 34%

116
142
87

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

Portions of RGB colors in percentages

R + G + B = 116 + 142 + 87 = 345 (100%)
R 116 of 345 ~ 33.62%
G 142 of 345 ~ 41.16%
B 87 of 345 ~ 25.22'%

%33.62
%41.16
%25.22

CMYK color model

#748E57 color CMYK value is (18,0,39,44).

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

CMYK: (18,0,39,44)
C18M0Y39K44 (18%, 0%, 39%, 44%)
(0.18 / 0.00 / 0.39 / 0.44)

CMYK percentages

%18.31
%0
%38.73
%44.31

Codes

Color #748E57 in popluar color models

74 8E 57
RGB 116 142 87
HSL 88° 24.02% 44.90%
HSB/HSV 88° 38.73% 55.69%
CMYK 18.31% 0.00% 38.73%
44.31%

Color #748E57 in popluar number systems.

HEX 74 8E 57
Decimal 116 142 87
Binary 1110100 10001110 1010111
Octal 164 216 127

Shades and tints

Shades of #748E57

#748E57
(116,142,87)
#6A8250
(106,130,80)
#607649
(96,118,73)
#566A42
(86,106,66)
#4C5E3B
(76,94,59)
#425234
(66,82,52)
#38462D
(56,70,45)
#2E3A26
(46,58,38)
#242E1F
(36,46,31)
#1A2218
(26,34,24)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #748E57

#748E57
(116,142,87)
#809866
(128,152,102)
#8CA275
(140,162,117)
#98AC84
(152,172,132)
#A4B693
(164,182,147)
#B0C0A2
(176,192,162)
#BCCAB1
(188,202,177)
#C8D4C0
(200,212,192)
#D4DECF
(212,222,207)
#E0E8DE
(224,232,222)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748E57; }

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

This text font color is #748E57.

Background Color

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

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

This div background color is #748E57.

Border color

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

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

This div border color is #748E57.

Opacity

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

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

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

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

This text has shadow with #748E57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748E57.

Preview

Color preview on black background

This text has color #748E57 on black background.


Color preview on white background

This text has color #748E57 on white background.


Black color preview on #748E57 background

This text has black color on #748E57 background.


White color preview on #748E57 background

This text has white color on #748E57 background.


Related colors

Complementary color

Complementary color for #hex is #8B71A8.


I love getcolorcode.com

Triadic colors

1 #57748E and #8E5774 with #748E57 are triadic colors.

2 #578E74 and #8E7457 with #748E57 are triadic colors.