COLOR #748C5D

HEX: #748C5D RGB: (116,140,93)

Color info

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

RGB color model

#748C5D color RGB value is (116,140,93).

RGB: (116,140,93) (45%, 55%, 36%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 93 of 255 = 36%

116
140
93

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

Portions of RGB colors in percentages

R + G + B = 116 + 140 + 93 = 349 (100%)
R 116 of 349 ~ 33.24%
G 140 of 349 ~ 40.11%
B 93 of 349 ~ 26.65'%

%33.24
%40.11
%26.65

CMYK color model

#748C5D color CMYK value is (17,0,34,45).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 45.10%
CMYK: (17,0,34,45) C17M0Y34K45 (17%,0%,34%,45%) (0.17/0.00/0.34/0.45) 

CMYK percentages

%17.14
%0
%33.57
%45.1

Codes

Color #748C5D in popluar color models

74 8C 5D
RGB 116 140 93
HSL 91° 20.17% 45.69%
HSB/HSV 91° 33.57% 54.90%
CMYK 17.14% 0.00% 33.57%
45.10%

Color #748C5D in popluar number systems.

HEX 74 8C 5D
Decimal 116 140 93
Binary 1110100 10001100 1011101
Octal 164 214 135

Shades and tints

Shades of #748C5D

#748C5D
(116,140,93)
#6A8055
(106,128,85)
#60744D
(96,116,77)
#566845
(86,104,69)
#4C5C3D
(76,92,61)
#425035
(66,80,53)
#38442D
(56,68,45)
#2E3825
(46,56,37)
#242C1D
(36,44,29)
#1A2015
(26,32,21)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #748C5D

#748C5D
(116,140,93)
#80966B
(128,150,107)
#8CA079
(140,160,121)
#98AA87
(152,170,135)
#A4B495
(164,180,149)
#B0BEA3
(176,190,163)
#BCC8B1
(188,200,177)
#C8D2BF
(200,210,191)
#D4DCCD
(212,220,205)
#E0E6DB
(224,230,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748C5D; }

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

This text font color is #748C5D.

Background Color

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

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

This div background color is #748C5D.

Border color

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

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

This div border color is #748C5D.

Opacity

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

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

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

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

This text has shadow with #748C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748C5D.

Preview

Color preview on black background

This text has color #748C5D on black background.


Color preview on white background

This text has color #748C5D on white background.


Black color preview on #748C5D background

This text has black color on #748C5D background.


White color preview on #748C5D background

This text has white color on #748C5D background.


Related colors

Complementary color

Complementary color for #hex is #8B73A2.


I love getcolorcode.com

Triadic colors

1 #5D748C and #8C5D74 with #748C5D are triadic colors.

2 #5D8C74 and #8C745D with #748C5D are triadic colors.