COLOR #63A05C

HEX: #63A05C RGB: (99,160,92)

Color info

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

RGB color model

#63A05C color RGB value is (99,160,92).

RGB: (99,160,92) (39%, 63%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 92 of 255 = 36%

99
160
92

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

Portions of RGB colors in percentages

R + G + B = 99 + 160 + 92 = 351 (100%)
R 99 of 351 ~ 28.21%
G 160 of 351 ~ 45.58%
B 92 of 351 ~ 26.21'%

%28.21
%45.58
%26.21

CMYK color model

#63A05C color CMYK value is (38,0,43,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 37.25%

CMYK: (38,0,43,37)
C38M0Y43K37 (38%, 0%, 43%, 37%)
(0.38 / 0.00 / 0.43 / 0.37)

CMYK percentages

%38.13
%0
%42.5
%37.25

Codes

Color #63A05C in popluar color models

63 A0 5C
RGB 99 160 92
HSL 114° 26.98% 49.41%
HSB/HSV 114° 42.50% 62.75%
CMYK 38.13% 0.00% 42.50%
37.25%

Color #63A05C in popluar number systems.

HEX 63 A0 5C
Decimal 99 160 92
Binary 1100011 10100000 1011100
Octal 143 240 134

Shades and tints

Shades of #63A05C

#63A05C
(99,160,92)
#5A9254
(90,146,84)
#51844C
(81,132,76)
#487644
(72,118,68)
#3F683C
(63,104,60)
#365A34
(54,90,52)
#2D4C2C
(45,76,44)
#243E24
(36,62,36)
#1B301C
(27,48,28)
#122214
(18,34,20)
#09140C
(9,20,12)
#000000
(0,0,0)

Tints of #63A05C

#63A05C
(99,160,92)
#71A86A
(113,168,106)
#7FB078
(127,176,120)
#8DB886
(141,184,134)
#9BC094
(155,192,148)
#A9C8A2
(169,200,162)
#B7D0B0
(183,208,176)
#C5D8BE
(197,216,190)
#D3E0CC
(211,224,204)
#E1E8DA
(225,232,218)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A05C color. Also use rgb(99,160,92) instead hex code.

Text Font Color

.myTextColor { color: #63A05C; }

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

This text font color is #63A05C.

Background Color

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

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

This div background color is #63A05C.

Border color

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

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

This div border color is #63A05C.

Opacity

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

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

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

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

This text has shadow with #63A05C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63A05C.

Preview

Color preview on black background

This text has color #63A05C on black background.


Color preview on white background

This text has color #63A05C on white background.


Black color preview on #63A05C background

This text has black color on #63A05C background.


White color preview on #63A05C background

This text has white color on #63A05C background.


Related colors

Complementary color

Complementary color for #hex is #9C5FA3.


I love getcolorcode.com

Triadic colors

1 #5C63A0 and #A05C63 with #63A05C are triadic colors.

2 #5CA063 and #A0635C with #63A05C are triadic colors.