COLOR #748970

HEX: #748970
RGB: (116,137,112)

Color info

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

RGB color model

#748970 color RGB value is (116,137,112).

  • red value is 116;
  • green value is 137;
  • blue value is 112.
RGB:
(116,137,112)
(45%,54%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 112 of 255 = 44%

116
137
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 112 = 365 (100%)
R 116 of 365 ~ 31.78%
G 137 of 365 ~ 37.53%
B 112 of 365 ~ 30.68%

%31.78
%37.53
%30.68

CMYK color model

#748970 color CMYK value is (15,0,18,46).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(15,0,18,46)
C15M0Y18K46 
(15%,0%,18%,46%)
(0.15/0.00/0.18/0.46)	

CMYK percentages

%15.33
%0
%18.25
%46.27

Codes

Color #748970 in popluar color models

748970
RGB116137112
HSL110°10.04%48.82%
HSB/HSV110°18.25%53.73%
CMYK15.33%0.00%18.25%
46.27%

Color #748970 in popluar number systems.

HEX748970
Decimal116137112
Binary1110100100010011110000
Octal164211160

Shades and tints

Shades of #748970

#748970
(116,137,112)
#6A7D66
(106,125,102)
#60715C
(96,113,92)
#566552
(86,101,82)
#4C5948
(76,89,72)
#424D3E
(66,77,62)
#384134
(56,65,52)
#2E352A
(46,53,42)
#242920
(36,41,32)
#1A1D16
(26,29,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #748970

#748970
(116,137,112)
#80937D
(128,147,125)
#8C9D8A
(140,157,138)
#98A797
(152,167,151)
#A4B1A4
(164,177,164)
#B0BBB1
(176,187,177)
#BCC5BE
(188,197,190)
#C8CFCB
(200,207,203)
#D4D9D8
(212,217,216)
#E0E3E5
(224,227,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748970 color. Also use rgb(116,137,112) instead hex code.

Text Font Color

.myTextColor { color: #748970; }

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

This text font color is #748970.


Background Color

.myBgColor { background-color: #748970; }

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

This div background color is #748970.


Border color

.myBorderColor { border: 1px solid #748970; }

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

This div border color is #748970.


Opacity

.myOpacity80 { color: #748970; opacity: 0.8; }

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

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

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

This text has shadow with #748970 color.

.textShadow {text-shadow: 3px 3px 1px #748970, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #748970;
-webkit-box-shadow: 1px 1px 3px 2px #748970;
box-shadow:1px 1px 3px 2px #748970;">
Div content here</div>
This div box has shadow with color #748970.

Preview

Color preview on black background

This text has color #748970 on black background.


Color preview on white background

This text has color #748970 on white background.



Black color preview on #748970 background

This text has black color on #748970 background.


White color preview on #748970 background

This text has white color on #748970 background.