COLOR #70998D

HEX: #70998D
RGB: (112,153,141)

Color info

#70998D contains red, green and blue colors in about the same proportion. Web safe color of #70998D is #669999 (or #699).

RGB color model

#70998D color RGB value is (112,153,141).

  • red value is 112;
  • green value is 153;
  • blue value is 141.
RGB:
(112,153,141)
(44%,60%,55%)

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 141 of 255 = 55%

112
153
141

R + G + B ~ 53%. #70998D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 141 = 406 (100%)
R 112 of 406 ~ 27.59%
G 153 of 406 ~ 37.68%
B 141 of 406 ~ 34.73%

%27.59
%37.68
%34.73

CMYK color model

#70998D color CMYK value is (27,0,8,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 40.00%
CMYK:
(27,0,8,40)
C27M0Y8K40 
(27%,0%,8%,40%)
(0.27/0.00/0.08/0.40)	

CMYK percentages

%26.8
%0
%7.84
%40

Codes

Color #70998D in popluar color models

70998D
RGB112153141
HSL162°16.73%51.96%
HSB/HSV162°26.80%60.00%
CMYK26.80%0.00%7.84%
40.00%

Color #70998D in popluar number systems.

HEX70998D
Decimal112153141
Binary11100001001100110001101
Octal160231215

Shades and tints

Shades of #70998D

#70998D
(112,153,141)
#668C81
(102,140,129)
#5C7F75
(92,127,117)
#527269
(82,114,105)
#48655D
(72,101,93)
#3E5851
(62,88,81)
#344B45
(52,75,69)
#2A3E39
(42,62,57)
#20312D
(32,49,45)
#162421
(22,36,33)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #70998D

#70998D
(112,153,141)
#7DA297
(125,162,151)
#8AABA1
(138,171,161)
#97B4AB
(151,180,171)
#A4BDB5
(164,189,181)
#B1C6BF
(177,198,191)
#BECFC9
(190,207,201)
#CBD8D3
(203,216,211)
#D8E1DD
(216,225,221)
#E5EAE7
(229,234,231)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70998D color. Also use rgb(112,153,141) instead hex code.

Text Font Color

.myTextColor { color: #70998D; }

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

This text font color is #70998D.


Background Color

.myBgColor { background-color: #70998D; }

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

This div background color is #70998D.


Border color

.myBorderColor { border: 1px solid #70998D; }

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

This div border color is #70998D.


Opacity

.myOpacity80 { color: #70998D; opacity: 0.8; }

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

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

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

This text has shadow with #70998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70998D on black background.


Color preview on white background

This text has color #70998D on white background.



Black color preview on #70998D background

This text has black color on #70998D background.


White color preview on #70998D background

This text has white color on #70998D background.