COLOR #70A583

HEX: #70A583 RGB: (112,165,131)

Color info

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

RGB color model

#70A583 color RGB value is (112,165,131).

RGB: (112,165,131) (44%, 65%, 51%)

RGB channels and saturation

R 112 of 255 = 44%
G 165 of 255 = 65%
B 131 of 255 = 51%

112
165
131

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

Portions of RGB colors in percentages

R + G + B = 112 + 165 + 131 = 408 (100%)
R 112 of 408 ~ 27.45%
G 165 of 408 ~ 40.44%
B 131 of 408 ~ 32.11'%

%27.45
%40.44
%32.11

CMYK color model

#70A583 color CMYK value is (32,0,21,35).

  • cyan value is 32.12%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 35.29%
CMYK: (32,0,21,35) C32M0Y21K35 (32%,0%,21%,35%) (0.32/0.00/0.21/0.35) 

CMYK percentages

%32.12
%0
%20.61
%35.29

Codes

Color #70A583 in popluar color models

70 A5 83
RGB 112 165 131
HSL 142° 22.75% 54.31%
HSB/HSV 142° 32.12% 64.71%
CMYK 32.12% 0.00% 20.61%
35.29%

Color #70A583 in popluar number systems.

HEX 70 A5 83
Decimal 112 165 131
Binary 1110000 10100101 10000011
Octal 160 245 203

Shades and tints

Shades of #70A583

#70A583
(112,165,131)
#669678
(102,150,120)
#5C876D
(92,135,109)
#527862
(82,120,98)
#486957
(72,105,87)
#3E5A4C
(62,90,76)
#344B41
(52,75,65)
#2A3C36
(42,60,54)
#202D2B
(32,45,43)
#161E20
(22,30,32)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #70A583

#70A583
(112,165,131)
#7DAD8E
(125,173,142)
#8AB599
(138,181,153)
#97BDA4
(151,189,164)
#A4C5AF
(164,197,175)
#B1CDBA
(177,205,186)
#BED5C5
(190,213,197)
#CBDDD0
(203,221,208)
#D8E5DB
(216,229,219)
#E5EDE6
(229,237,230)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A583 color. Also use rgb(112,165,131) instead hex code.

Text Font Color

.myTextColor { color: #70A583; }

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

This text font color is #70A583.

Background Color

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

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

This div background color is #70A583.

Border color

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

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

This div border color is #70A583.

Opacity

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

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

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

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

This text has shadow with #70A583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A583.

Preview

Color preview on black background

This text has color #70A583 on black background.


Color preview on white background

This text has color #70A583 on white background.


Black color preview on #70A583 background

This text has black color on #70A583 background.


White color preview on #70A583 background

This text has white color on #70A583 background.


Related colors

Complementary color

Complementary color for #hex is #8F5A7C.


I love getcolorcode.com

Triadic colors

1 #8370A5 and #A58370 with #70A583 are triadic colors.

2 #83A570 and #A57083 with #70A583 are triadic colors.