COLOR #748279

HEX: #748279
RGB: (116,130,121)

Color info

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

RGB color model

#748279 color RGB value is (116,130,121).

  • red value is 116;
  • green value is 130;
  • blue value is 121.
RGB:
(116,130,121)
(45%,51%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 130 of 255 = 51%
B 121 of 255 = 47%

116
130
121

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

Portions of RGB colors in percentages

R + G + B =
116 + 130 + 121 = 367 (100%)
R 116 of 367 ~ 31.61%
G 130 of 367 ~ 35.42%
B 121 of 367 ~ 32.97%

%31.61
%35.42
%32.97

CMYK color model

#748279 color CMYK value is (11,0,7,49).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(11,0,7,49)
C11M0Y7K49 
(11%,0%,7%,49%)
(0.11/0.00/0.07/0.49)	

CMYK percentages

%10.77
%0
%6.92
%49.02

Codes

Color #748279 in popluar color models

748279
RGB116130121
HSL141°5.69%48.24%
HSB/HSV141°10.77%50.98%
CMYK10.77%0.00%6.92%
49.02%

Color #748279 in popluar number systems.

HEX748279
Decimal116130121
Binary1110100100000101111001
Octal164202171

Shades and tints

Shades of #748279

#748279
(116,130,121)
#6A776E
(106,119,110)
#606C63
(96,108,99)
#566158
(86,97,88)
#4C564D
(76,86,77)
#424B42
(66,75,66)
#384037
(56,64,55)
#2E352C
(46,53,44)
#242A21
(36,42,33)
#1A1F16
(26,31,22)
#10140B
(16,20,11)
#000000
(0,0,0)

Tints of #748279

#748279
(116,130,121)
#808D85
(128,141,133)
#8C9891
(140,152,145)
#98A39D
(152,163,157)
#A4AEA9
(164,174,169)
#B0B9B5
(176,185,181)
#BCC4C1
(188,196,193)
#C8CFCD
(200,207,205)
#D4DAD9
(212,218,217)
#E0E5E5
(224,229,229)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748279 color. Also use rgb(116,130,121) instead hex code.

Text Font Color

.myTextColor { color: #748279; }

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

This text font color is #748279.


Background Color

.myBgColor { background-color: #748279; }

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

This div background color is #748279.


Border color

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

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

This div border color is #748279.


Opacity

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

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

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

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

This text has shadow with #748279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748279 on black background.


Color preview on white background

This text has color #748279 on white background.



Black color preview on #748279 background

This text has black color on #748279 background.


White color preview on #748279 background

This text has white color on #748279 background.