COLOR #70995D

HEX: #70995D
RGB: (112,153,93)

Color info

#70995D contains mainly red and green colors. Web safe color of #70995D is #669966 (or #696).

RGB color model

#70995D color RGB value is (112,153,93).

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

RGB channels and saturation

R 112 of 255 = 44%
G 153 of 255 = 60%
B 93 of 255 = 36%

112
153
93

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

Portions of RGB colors in percentages

R + G + B =
112 + 153 + 93 = 358 (100%)
R 112 of 358 ~ 31.28%
G 153 of 358 ~ 42.74%
B 93 of 358 ~ 25.98%

%31.28
%42.74
%25.98

CMYK color model

#70995D color CMYK value is (27,0,39,40).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 40.00%
CMYK:
(27,0,39,40)
C27M0Y39K40 
(27%,0%,39%,40%)
(0.27/0.00/0.39/0.40)	

CMYK percentages

%26.8
%0
%39.22
%40

Codes

Color #70995D in popluar color models

70995D
RGB11215393
HSL101°24.39%48.24%
HSB/HSV101°39.22%60.00%
CMYK26.80%0.00%39.22%
40.00%

Color #70995D in popluar number systems.

HEX70995D
Decimal11215393
Binary1110000100110011011101
Octal160231135

Shades and tints

Shades of #70995D

#70995D
(112,153,93)
#668C55
(102,140,85)
#5C7F4D
(92,127,77)
#527245
(82,114,69)
#48653D
(72,101,61)
#3E5835
(62,88,53)
#344B2D
(52,75,45)
#2A3E25
(42,62,37)
#20311D
(32,49,29)
#162415
(22,36,21)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #70995D

#70995D
(112,153,93)
#7DA26B
(125,162,107)
#8AAB79
(138,171,121)
#97B487
(151,180,135)
#A4BD95
(164,189,149)
#B1C6A3
(177,198,163)
#BECFB1
(190,207,177)
#CBD8BF
(203,216,191)
#D8E1CD
(216,225,205)
#E5EADB
(229,234,219)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70995D; }

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

This text font color is #70995D.


Background Color

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

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

This div background color is #70995D.


Border color

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

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

This div border color is #70995D.


Opacity

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

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

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

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

This text has shadow with #70995D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70995D on black background.


Color preview on white background

This text has color #70995D on white background.



Black color preview on #70995D background

This text has black color on #70995D background.


White color preview on #70995D background

This text has white color on #70995D background.