COLOR #748F6B

HEX: #748F6B RGB: (116,143,107)

Color info

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

RGB color model

#748F6B color RGB value is (116,143,107).

RGB: (116,143,107) (45%, 56%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 107 of 255 = 42%

116
143
107

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

Portions of RGB colors in percentages

R + G + B = 116 + 143 + 107 = 366 (100%)
R 116 of 366 ~ 31.69%
G 143 of 366 ~ 39.07%
B 107 of 366 ~ 29.23'%

%31.69
%39.07
%29.23

CMYK color model

#748F6B color CMYK value is (19,0,25,44).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 43.92%
CMYK: (19,0,25,44) C19M0Y25K44 (19%,0%,25%,44%) (0.19/0.00/0.25/0.44) 

CMYK percentages

%18.88
%0
%25.17
%43.92

Codes

Color #748F6B in popluar color models

74 8F 6B
RGB 116 143 107
HSL 105° 14.40% 49.02%
HSB/HSV 105° 25.17% 56.08%
CMYK 18.88% 0.00% 25.17%
43.92%

Color #748F6B in popluar number systems.

HEX 74 8F 6B
Decimal 116 143 107
Binary 1110100 10001111 1101011
Octal 164 217 153

Shades and tints

Shades of #748F6B

#748F6B
(116,143,107)
#6A8262
(106,130,98)
#607559
(96,117,89)
#566850
(86,104,80)
#4C5B47
(76,91,71)
#424E3E
(66,78,62)
#384135
(56,65,53)
#2E342C
(46,52,44)
#242723
(36,39,35)
#1A1A1A
(26,26,26)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #748F6B

#748F6B
(116,143,107)
#809978
(128,153,120)
#8CA385
(140,163,133)
#98AD92
(152,173,146)
#A4B79F
(164,183,159)
#B0C1AC
(176,193,172)
#BCCBB9
(188,203,185)
#C8D5C6
(200,213,198)
#D4DFD3
(212,223,211)
#E0E9E0
(224,233,224)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748F6B color. Also use rgb(116,143,107) instead hex code.

Text Font Color

.myTextColor { color: #748F6B; }

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

This text font color is #748F6B.

Background Color

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

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

This div background color is #748F6B.

Border color

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

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

This div border color is #748F6B.

Opacity

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

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

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

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

This text has shadow with #748F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748F6B.

Preview

Color preview on black background

This text has color #748F6B on black background.


Color preview on white background

This text has color #748F6B on white background.


Black color preview on #748F6B background

This text has black color on #748F6B background.


White color preview on #748F6B background

This text has white color on #748F6B background.


Related colors

Complementary color

Complementary color for #hex is #8B7094.


I love getcolorcode.com

Triadic colors

1 #6B748F and #8F6B74 with #748F6B are triadic colors.

2 #6B8F74 and #8F746B with #748F6B are triadic colors.