COLOR #718279

HEX: #718279
RGB: (113,130,121)

Color info

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

RGB color model

#718279 color RGB value is (113,130,121).

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

RGB channels and saturation

R 113 of 255 = 44%
G 130 of 255 = 51%
B 121 of 255 = 47%

113
130
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 130 + 121 = 364 (100%)
R 113 of 364 ~ 31.04%
G 130 of 364 ~ 35.71%
B 121 of 364 ~ 33.24%

%31.04
%35.71
%33.24

CMYK color model

#718279 color CMYK value is (13,0,7,49).

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 49.02%
CMYK:
(13,0,7,49)
C13M0Y7K49 
(13%,0%,7%,49%)
(0.13/0.00/0.07/0.49)	

CMYK percentages

%13.08
%0
%6.92
%49.02

Codes

Color #718279 in popluar color models

718279
RGB113130121
HSL148°7.00%47.65%
HSB/HSV148°13.08%50.98%
CMYK13.08%0.00%6.92%
49.02%

Color #718279 in popluar number systems.

HEX718279
Decimal113130121
Binary1110001100000101111001
Octal161202171

Shades and tints

Shades of #718279

#718279
(113,130,121)
#67776E
(103,119,110)
#5D6C63
(93,108,99)
#536158
(83,97,88)
#49564D
(73,86,77)
#3F4B42
(63,75,66)
#354037
(53,64,55)
#2B352C
(43,53,44)
#212A21
(33,42,33)
#171F16
(23,31,22)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #718279

#718279
(113,130,121)
#7D8D85
(125,141,133)
#899891
(137,152,145)
#95A39D
(149,163,157)
#A1AEA9
(161,174,169)
#ADB9B5
(173,185,181)
#B9C4C1
(185,196,193)
#C5CFCD
(197,207,205)
#D1DAD9
(209,218,217)
#DDE5E5
(221,229,229)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #718279; }

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

This text font color is #718279.


Background Color

.myBgColor { background-color: #718279; }

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

This div background color is #718279.


Border color

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

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

This div border color is #718279.


Opacity

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

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

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

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

This text has shadow with #718279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #718279 on black background.


Color preview on white background

This text has color #718279 on white background.



Black color preview on #718279 background

This text has black color on #718279 background.


White color preview on #718279 background

This text has white color on #718279 background.