COLOR #748E6D

HEX: #748E6D RGB: (116,142,109)

Color info

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

RGB color model

#748E6D color RGB value is (116,142,109).

RGB: (116,142,109) (45%, 56%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 109 of 255 = 43%

116
142
109

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

Portions of RGB colors in percentages

R + G + B = 116 + 142 + 109 = 367 (100%)
R 116 of 367 ~ 31.61%
G 142 of 367 ~ 38.69%
B 109 of 367 ~ 29.7'%

%31.61
%38.69
%29.7

CMYK color model

#748E6D color CMYK value is (18,0,23,44).

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

CMYK: (18,0,23,44)
C18M0Y23K44 (18%, 0%, 23%, 44%)
(0.18 / 0.00 / 0.23 / 0.44)

CMYK percentages

%18.31
%0
%23.24
%44.31

Codes

Color #748E6D in popluar color models

74 8E 6D
RGB 116 142 109
HSL 107° 13.15% 49.22%
HSB/HSV 107° 23.24% 55.69%
CMYK 18.31% 0.00% 23.24%
44.31%

Color #748E6D in popluar number systems.

HEX 74 8E 6D
Decimal 116 142 109
Binary 1110100 10001110 1101101
Octal 164 216 155

Shades and tints

Shades of #748E6D

#748E6D
(116,142,109)
#6A8264
(106,130,100)
#60765B
(96,118,91)
#566A52
(86,106,82)
#4C5E49
(76,94,73)
#425240
(66,82,64)
#384637
(56,70,55)
#2E3A2E
(46,58,46)
#242E25
(36,46,37)
#1A221C
(26,34,28)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #748E6D

#748E6D
(116,142,109)
#80987A
(128,152,122)
#8CA287
(140,162,135)
#98AC94
(152,172,148)
#A4B6A1
(164,182,161)
#B0C0AE
(176,192,174)
#BCCABB
(188,202,187)
#C8D4C8
(200,212,200)
#D4DED5
(212,222,213)
#E0E8E2
(224,232,226)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748E6D; }

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

This text font color is #748E6D.

Background Color

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

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

This div background color is #748E6D.

Border color

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

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

This div border color is #748E6D.

Opacity

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

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

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

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

This text has shadow with #748E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748E6D.

Preview

Color preview on black background

This text has color #748E6D on black background.


Color preview on white background

This text has color #748E6D on white background.


Black color preview on #748E6D background

This text has black color on #748E6D background.


White color preview on #748E6D background

This text has white color on #748E6D background.


Related colors

Complementary color

Complementary color for #hex is #8B7192.


I love getcolorcode.com

Triadic colors

1 #6D748E and #8E6D74 with #748E6D are triadic colors.

2 #6D8E74 and #8E746D with #748E6D are triadic colors.