COLOR #748A6A

HEX: #748A6A RGB: (116,138,106)

Color info

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

RGB color model

#748A6A color RGB value is (116,138,106).

RGB: (116,138,106) (45%, 54%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 138 of 255 = 54%
B 106 of 255 = 42%

116
138
106

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

Portions of RGB colors in percentages

R + G + B = 116 + 138 + 106 = 360 (100%)
R 116 of 360 ~ 32.22%
G 138 of 360 ~ 38.33%
B 106 of 360 ~ 29.44'%

%32.22
%38.33
%29.44

CMYK color model

#748A6A color CMYK value is (16,0,23,46).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 45.88%

CMYK: (16,0,23,46)
C16M0Y23K46 (16%, 0%, 23%, 46%)
(0.16 / 0.00 / 0.23 / 0.46)

CMYK percentages

%15.94
%0
%23.19
%45.88

Codes

Color #748A6A in popluar color models

74 8A 6A
RGB 116 138 106
HSL 101° 13.11% 47.84%
HSB/HSV 101° 23.19% 54.12%
CMYK 15.94% 0.00% 23.19%
45.88%

Color #748A6A in popluar number systems.

HEX 74 8A 6A
Decimal 116 138 106
Binary 1110100 10001010 1101010
Octal 164 212 152

Shades and tints

Shades of #748A6A

#748A6A
(116,138,106)
#6A7E61
(106,126,97)
#607258
(96,114,88)
#56664F
(86,102,79)
#4C5A46
(76,90,70)
#424E3D
(66,78,61)
#384234
(56,66,52)
#2E362B
(46,54,43)
#242A22
(36,42,34)
#1A1E19
(26,30,25)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #748A6A

#748A6A
(116,138,106)
#809477
(128,148,119)
#8C9E84
(140,158,132)
#98A891
(152,168,145)
#A4B29E
(164,178,158)
#B0BCAB
(176,188,171)
#BCC6B8
(188,198,184)
#C8D0C5
(200,208,197)
#D4DAD2
(212,218,210)
#E0E4DF
(224,228,223)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748A6A color. Also use rgb(116,138,106) instead hex code.

Text Font Color

.myTextColor { color: #748A6A; }

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

This text font color is #748A6A.

Background Color

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

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

This div background color is #748A6A.

Border color

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

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

This div border color is #748A6A.

Opacity

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

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

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

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

This text has shadow with #748A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748A6A.

Preview

Color preview on black background

This text has color #748A6A on black background.


Color preview on white background

This text has color #748A6A on white background.


Black color preview on #748A6A background

This text has black color on #748A6A background.


White color preview on #748A6A background

This text has white color on #748A6A background.


Related colors

Complementary color

Complementary color for #hex is #8B7595.


I love getcolorcode.com

Triadic colors

1 #6A748A and #8A6A74 with #748A6A are triadic colors.

2 #6A8A74 and #8A746A with #748A6A are triadic colors.