COLOR #748C6D

HEX: #748C6D RGB: (116,140,109)

Color info

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

RGB color model

#748C6D color RGB value is (116,140,109).

RGB: (116,140,109) (45%, 55%, 43%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 109 of 255 = 43%

116
140
109

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

Portions of RGB colors in percentages

R + G + B = 116 + 140 + 109 = 365 (100%)
R 116 of 365 ~ 31.78%
G 140 of 365 ~ 38.36%
B 109 of 365 ~ 29.86'%

%31.78
%38.36
%29.86

CMYK color model

#748C6D color CMYK value is (17,0,22,45).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK: (17,0,22,45) C17M0Y22K45 (17%,0%,22%,45%) (0.17/0.00/0.22/0.45) 

CMYK percentages

%17.14
%0
%22.14
%45.1

Codes

Color #748C6D in popluar color models

74 8C 6D
RGB 116 140 109
HSL 106° 12.45% 48.82%
HSB/HSV 106° 22.14% 54.90%
CMYK 17.14% 0.00% 22.14%
45.10%

Color #748C6D in popluar number systems.

HEX 74 8C 6D
Decimal 116 140 109
Binary 1110100 10001100 1101101
Octal 164 214 155

Shades and tints

Shades of #748C6D

#748C6D
(116,140,109)
#6A8064
(106,128,100)
#60745B
(96,116,91)
#566852
(86,104,82)
#4C5C49
(76,92,73)
#425040
(66,80,64)
#384437
(56,68,55)
#2E382E
(46,56,46)
#242C25
(36,44,37)
#1A201C
(26,32,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #748C6D

#748C6D
(116,140,109)
#80967A
(128,150,122)
#8CA087
(140,160,135)
#98AA94
(152,170,148)
#A4B4A1
(164,180,161)
#B0BEAE
(176,190,174)
#BCC8BB
(188,200,187)
#C8D2C8
(200,210,200)
#D4DCD5
(212,220,213)
#E0E6E2
(224,230,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748C6D; }

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

This text font color is #748C6D.

Background Color

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

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

This div background color is #748C6D.

Border color

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

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

This div border color is #748C6D.

Opacity

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

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

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

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

This text has shadow with #748C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748C6D.

Preview

Color preview on black background

This text has color #748C6D on black background.


Color preview on white background

This text has color #748C6D on white background.


Black color preview on #748C6D background

This text has black color on #748C6D background.


White color preview on #748C6D background

This text has white color on #748C6D background.


Related colors

Complementary color

Complementary color for #hex is #8B7392.


I love getcolorcode.com

Triadic colors

1 #6D748C and #8C6D74 with #748C6D are triadic colors.

2 #6D8C74 and #8C746D with #748C6D are triadic colors.