COLOR #63A570

HEX: #63A570
RGB: (99,165,112)

Color info

#63A570 contains mainly green and blue colors. Web safe color of #63A570 is #669966 (or #696).

RGB color model

#63A570 color RGB value is (99,165,112).

  • red value is 99;
  • green value is 165;
  • blue value is 112.
RGB:
(99,165,112)
(39%,65%,44%)

RGB channels and saturation

R 99 of 255 = 39%
G 165 of 255 = 65%
B 112 of 255 = 44%

99
165
112

R + G + B ~ 49%. #63A570 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 165 + 112 = 376 (100%)
R 99 of 376 ~ 26.33%
G 165 of 376 ~ 43.88%
B 112 of 376 ~ 29.79%

%26.33
%43.88
%29.79

CMYK color model

#63A570 color CMYK value is (40,0,32,35).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 35.29%
CMYK:
(40,0,32,35)
C40M0Y32K35 
(40%,0%,32%,35%)
(0.40/0.00/0.32/0.35)	

CMYK percentages

%40
%0
%32.12
%35.29

Codes

Color #63A570 in popluar color models

63A570
RGB99165112
HSL132°26.83%51.76%
HSB/HSV132°40.00%64.71%
CMYK40.00%0.00%32.12%
35.29%

Color #63A570 in popluar number systems.

HEX63A570
Decimal99165112
Binary1100011101001011110000
Octal143245160

Shades and tints

Shades of #63A570

#63A570
(99,165,112)
#5A9666
(90,150,102)
#51875C
(81,135,92)
#487852
(72,120,82)
#3F6948
(63,105,72)
#365A3E
(54,90,62)
#2D4B34
(45,75,52)
#243C2A
(36,60,42)
#1B2D20
(27,45,32)
#121E16
(18,30,22)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #63A570

#63A570
(99,165,112)
#71AD7D
(113,173,125)
#7FB58A
(127,181,138)
#8DBD97
(141,189,151)
#9BC5A4
(155,197,164)
#A9CDB1
(169,205,177)
#B7D5BE
(183,213,190)
#C5DDCB
(197,221,203)
#D3E5D8
(211,229,216)
#E1EDE5
(225,237,229)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A570 color. Also use rgb(99,165,112) instead hex code.

Text Font Color

.myTextColor { color: #63A570; }

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

This text font color is #63A570.


Background Color

.myBgColor { background-color: #63A570; }

<div style="background-color:#63A570">Inner text</div>

This div background color is #63A570.


Border color

.myBorderColor { border: 1px solid #63A570; }

<div style="border:3px solid #63A570">Div</div>

This div border color is #63A570.


Opacity

.myOpacity80 { color: #63A570; opacity: 0.8; }

<p style="color:#63A570;opacity:0.8;">80%</p>

Text with #63A570 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 #63A570;}

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

This text has shadow with #63A570 color.

.textShadow {text-shadow: 3px 3px 1px #63A570, 3px 3px 1px red;}

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

This text has shadow with #63A570 primary color and red secondary color.


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

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

This text has shadow with #63A570 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A570 on black background.


Color preview on white background

This text has color #63A570 on white background.



Black color preview on #63A570 background

This text has black color on #63A570 background.


White color preview on #63A570 background

This text has white color on #63A570 background.