COLOR #70B348

HEX: #70B348
RGB: (112,179,72)

Color info

#70B348 contains mainly green color. Web safe color of #70B348 is #669933 (or #693).

RGB color model

#70B348 color RGB value is (112,179,72).

  • red value is 112;
  • green value is 179;
  • blue value is 72.
RGB:
(112,179,72)
(44%,70%,28%)

RGB channels and saturation

R 112 of 255 = 44%
G 179 of 255 = 70%
B 72 of 255 = 28%

112
179
72

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

Portions of RGB colors in percentages

R + G + B =
112 + 179 + 72 = 363 (100%)
R 112 of 363 ~ 30.85%
G 179 of 363 ~ 49.31%
B 72 of 363 ~ 19.83%

%30.85
%49.31
%19.83

CMYK color model

#70B348 color CMYK value is (37,0,60,30).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 59.78%
  • key color value is 29.80%
CMYK:
(37,0,60,30)
C37M0Y60K30 
(37%,0%,60%,30%)
(0.37/0.00/0.60/0.30)	

CMYK percentages

%37.43
%0
%59.78
%29.8

Codes

Color #70B348 in popluar color models

70B348
RGB11217972
HSL98°42.63%49.22%
HSB/HSV98°59.78%70.20%
CMYK37.43%0.00%59.78%
29.80%

Color #70B348 in popluar number systems.

HEX70B348
Decimal11217972
Binary1110000101100111001000
Octal160263110

Shades and tints

Shades of #70B348

#70B348
(112,179,72)
#66A342
(102,163,66)
#5C933C
(92,147,60)
#528336
(82,131,54)
#487330
(72,115,48)
#3E632A
(62,99,42)
#345324
(52,83,36)
#2A431E
(42,67,30)
#203318
(32,51,24)
#162312
(22,35,18)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #70B348

#70B348
(112,179,72)
#7DB958
(125,185,88)
#8ABF68
(138,191,104)
#97C578
(151,197,120)
#A4CB88
(164,203,136)
#B1D198
(177,209,152)
#BED7A8
(190,215,168)
#CBDDB8
(203,221,184)
#D8E3C8
(216,227,200)
#E5E9D8
(229,233,216)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70B348 color. Also use rgb(112,179,72) instead hex code.

Text Font Color

.myTextColor { color: #70B348; }

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

This text font color is #70B348.


Background Color

.myBgColor { background-color: #70B348; }

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

This div background color is #70B348.


Border color

.myBorderColor { border: 1px solid #70B348; }

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

This div border color is #70B348.


Opacity

.myOpacity80 { color: #70B348; opacity: 0.8; }

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

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

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

This text has shadow with #70B348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70B348 on black background.


Color preview on white background

This text has color #70B348 on white background.



Black color preview on #70B348 background

This text has black color on #70B348 background.


White color preview on #70B348 background

This text has white color on #70B348 background.