COLOR #748C65

HEX: #748C65 RGB: (116,140,101)

Color info

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

RGB color model

#748C65 color RGB value is (116,140,101).

RGB: (116,140,101) (45%, 55%, 40%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 101 of 255 = 40%

116
140
101

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

Portions of RGB colors in percentages

R + G + B = 116 + 140 + 101 = 357 (100%)
R 116 of 357 ~ 32.49%
G 140 of 357 ~ 39.22%
B 101 of 357 ~ 28.29'%

%32.49
%39.22
%28.29

CMYK color model

#748C65 color CMYK value is (17,0,28,45).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 27.86%
  • key color value is 45.10%

CMYK: (17,0,28,45)
C17M0Y28K45 (17%, 0%, 28%, 45%)
(0.17 / 0.00 / 0.28 / 0.45)

CMYK percentages

%17.14
%0
%27.86
%45.1

Codes

Color #748C65 in popluar color models

74 8C 65
RGB 116 140 101
HSL 97° 16.18% 47.25%
HSB/HSV 97° 27.86% 54.90%
CMYK 17.14% 0.00% 27.86%
45.10%

Color #748C65 in popluar number systems.

HEX 74 8C 65
Decimal 116 140 101
Binary 1110100 10001100 1100101
Octal 164 214 145

Shades and tints

Shades of #748C65

#748C65
(116,140,101)
#6A805C
(106,128,92)
#607453
(96,116,83)
#56684A
(86,104,74)
#4C5C41
(76,92,65)
#425038
(66,80,56)
#38442F
(56,68,47)
#2E3826
(46,56,38)
#242C1D
(36,44,29)
#1A2014
(26,32,20)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #748C65

#748C65
(116,140,101)
#809673
(128,150,115)
#8CA081
(140,160,129)
#98AA8F
(152,170,143)
#A4B49D
(164,180,157)
#B0BEAB
(176,190,171)
#BCC8B9
(188,200,185)
#C8D2C7
(200,210,199)
#D4DCD5
(212,220,213)
#E0E6E3
(224,230,227)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748C65; }

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

This text font color is #748C65.

Background Color

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

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

This div background color is #748C65.

Border color

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

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

This div border color is #748C65.

Opacity

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

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

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

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

This text has shadow with #748C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748C65.

Preview

Color preview on black background

This text has color #748C65 on black background.


Color preview on white background

This text has color #748C65 on white background.


Black color preview on #748C65 background

This text has black color on #748C65 background.


White color preview on #748C65 background

This text has white color on #748C65 background.


Related colors

Complementary color

Complementary color for #hex is #8B739A.


I love getcolorcode.com

Triadic colors

1 #65748C and #8C6574 with #748C65 are triadic colors.

2 #658C74 and #8C7465 with #748C65 are triadic colors.