COLOR #70AB53

HEX: #70AB53 RGB: (112,171,83)

Color info

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

RGB color model

#70AB53 color RGB value is (112,171,83).

RGB: (112,171,83) (44%, 67%, 33%)

RGB channels and saturation

R 112 of 255 = 44%
G 171 of 255 = 67%
B 83 of 255 = 33%

112
171
83

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

Portions of RGB colors in percentages

R + G + B = 112 + 171 + 83 = 366 (100%)
R 112 of 366 ~ 30.6%
G 171 of 366 ~ 46.72%
B 83 of 366 ~ 22.68'%

%30.6
%46.72
%22.68

CMYK color model

#70AB53 color CMYK value is (35,0,51,33).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 51.46%
  • key color value is 32.94%

CMYK: (35,0,51,33)
C35M0Y51K33 (35%, 0%, 51%, 33%)
(0.35 / 0.00 / 0.51 / 0.33)

CMYK percentages

%34.5
%0
%51.46
%32.94

Codes

Color #70AB53 in popluar color models

70 AB 53
RGB 112 171 83
HSL 100° 34.65% 49.80%
HSB/HSV 100° 51.46% 67.06%
CMYK 34.50% 0.00% 51.46%
32.94%

Color #70AB53 in popluar number systems.

HEX 70 AB 53
Decimal 112 171 83
Binary 1110000 10101011 1010011
Octal 160 253 123

Shades and tints

Shades of #70AB53

#70AB53
(112,171,83)
#669C4C
(102,156,76)
#5C8D45
(92,141,69)
#527E3E
(82,126,62)
#486F37
(72,111,55)
#3E6030
(62,96,48)
#345129
(52,81,41)
#2A4222
(42,66,34)
#20331B
(32,51,27)
#162414
(22,36,20)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #70AB53

#70AB53
(112,171,83)
#7DB262
(125,178,98)
#8AB971
(138,185,113)
#97C080
(151,192,128)
#A4C78F
(164,199,143)
#B1CE9E
(177,206,158)
#BED5AD
(190,213,173)
#CBDCBC
(203,220,188)
#D8E3CB
(216,227,203)
#E5EADA
(229,234,218)
#F2F1E9
(242,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AB53 color. Also use rgb(112,171,83) instead hex code.

Text Font Color

.myTextColor { color: #70AB53; }

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

This text font color is #70AB53.

Background Color

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

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

This div background color is #70AB53.

Border color

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

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

This div border color is #70AB53.

Opacity

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

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

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

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

This text has shadow with #70AB53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70AB53.

Preview

Color preview on black background

This text has color #70AB53 on black background.


Color preview on white background

This text has color #70AB53 on white background.


Black color preview on #70AB53 background

This text has black color on #70AB53 background.


White color preview on #70AB53 background

This text has white color on #70AB53 background.


Related colors

Complementary color

Complementary color for #hex is #8F54AC.


I love getcolorcode.com

Triadic colors

1 #5370AB and #AB5370 with #70AB53 are triadic colors.

2 #53AB70 and #AB7053 with #70AB53 are triadic colors.