COLOR #63A15A

HEX: #63A15A
RGB: (99,161,90)

Color info

#63A15A contains mainly green color. Web safe color of #63A15A is #669966 (or #696).

RGB color model

#63A15A color RGB value is (99,161,90).

  • red value is 99;
  • green value is 161;
  • blue value is 90.
RGB:
(99,161,90)
(39%,63%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 161 of 255 = 63%
B 90 of 255 = 35%

99
161
90

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

Portions of RGB colors in percentages

R + G + B =
99 + 161 + 90 = 350 (100%)
R 99 of 350 ~ 28.29%
G 161 of 350 ~ 46%
B 90 of 350 ~ 25.71%

%28.29
%46
%25.71

CMYK color model

#63A15A color CMYK value is (39,0,44,37).

  • cyan value is 38.51%
  • magenta value is 0.00%
  • yellow value is 44.10%
  • key color value is 36.86%
CMYK:
(39,0,44,37)
C39M0Y44K37 
(39%,0%,44%,37%)
(0.39/0.00/0.44/0.37)	

CMYK percentages

%38.51
%0
%44.1
%36.86

Codes

Color #63A15A in popluar color models

63A15A
RGB9916190
HSL112°28.29%49.22%
HSB/HSV112°44.10%63.14%
CMYK38.51%0.00%44.10%
36.86%

Color #63A15A in popluar number systems.

HEX63A15A
Decimal9916190
Binary1100011101000011011010
Octal143241132

Shades and tints

Shades of #63A15A

#63A15A
(99,161,90)
#5A9352
(90,147,82)
#51854A
(81,133,74)
#487742
(72,119,66)
#3F693A
(63,105,58)
#365B32
(54,91,50)
#2D4D2A
(45,77,42)
#243F22
(36,63,34)
#1B311A
(27,49,26)
#122312
(18,35,18)
#09150A
(9,21,10)
#000000
(0,0,0)

Tints of #63A15A

#63A15A
(99,161,90)
#71A969
(113,169,105)
#7FB178
(127,177,120)
#8DB987
(141,185,135)
#9BC196
(155,193,150)
#A9C9A5
(169,201,165)
#B7D1B4
(183,209,180)
#C5D9C3
(197,217,195)
#D3E1D2
(211,225,210)
#E1E9E1
(225,233,225)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A15A color. Also use rgb(99,161,90) instead hex code.

Text Font Color

.myTextColor { color: #63A15A; }

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

This text font color is #63A15A.


Background Color

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

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

This div background color is #63A15A.


Border color

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

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

This div border color is #63A15A.


Opacity

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

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

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

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

This text has shadow with #63A15A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A15A on black background.


Color preview on white background

This text has color #63A15A on white background.



Black color preview on #63A15A background

This text has black color on #63A15A background.


White color preview on #63A15A background

This text has white color on #63A15A background.