COLOR #70823B

HEX: #70823B
RGB: (112,130,59)

Color info

#70823B contains mainly red and green colors. Web safe color of #70823B is #669933 (or #693).

RGB color model

#70823B color RGB value is (112,130,59).

  • red value is 112;
  • green value is 130;
  • blue value is 59.
RGB:
(112,130,59)
(44%,51%,23%)

RGB channels and saturation

R 112 of 255 = 44%
G 130 of 255 = 51%
B 59 of 255 = 23%

112
130
59

R + G + B ~ 39%. #70823B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 130 + 59 = 301 (100%)
R 112 of 301 ~ 37.21%
G 130 of 301 ~ 43.19%
B 59 of 301 ~ 19.6%

%37.21
%43.19
%19.6

CMYK color model

#70823B color CMYK value is (14,0,55,49).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 54.62%
  • key color value is 49.02%
CMYK:
(14,0,55,49)
C14M0Y55K49 
(14%,0%,55%,49%)
(0.14/0.00/0.55/0.49)	

CMYK percentages

%13.85
%0
%54.62
%49.02

Codes

Color #70823B in popluar color models

70823B
RGB11213059
HSL75°37.57%37.06%
HSB/HSV75°54.62%50.98%
CMYK13.85%0.00%54.62%
49.02%

Color #70823B in popluar number systems.

HEX70823B
Decimal11213059
Binary111000010000010111011
Octal16020273

Shades and tints

Shades of #70823B

#70823B
(112,130,59)
#667736
(102,119,54)
#5C6C31
(92,108,49)
#52612C
(82,97,44)
#485627
(72,86,39)
#3E4B22
(62,75,34)
#34401D
(52,64,29)
#2A3518
(42,53,24)
#202A13
(32,42,19)
#161F0E
(22,31,14)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #70823B

#70823B
(112,130,59)
#7D8D4C
(125,141,76)
#8A985D
(138,152,93)
#97A36E
(151,163,110)
#A4AE7F
(164,174,127)
#B1B990
(177,185,144)
#BEC4A1
(190,196,161)
#CBCFB2
(203,207,178)
#D8DAC3
(216,218,195)
#E5E5D4
(229,229,212)
#F2F0E5
(242,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70823B color. Also use rgb(112,130,59) instead hex code.

Text Font Color

.myTextColor { color: #70823B; }

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

This text font color is #70823B.


Background Color

.myBgColor { background-color: #70823B; }

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

This div background color is #70823B.


Border color

.myBorderColor { border: 1px solid #70823B; }

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

This div border color is #70823B.


Opacity

.myOpacity80 { color: #70823B; opacity: 0.8; }

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

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

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

This text has shadow with #70823B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70823B on black background.


Color preview on white background

This text has color #70823B on white background.



Black color preview on #70823B background

This text has black color on #70823B background.


White color preview on #70823B background

This text has white color on #70823B background.