COLOR #63A141

HEX: #63A141 RGB: (99,161,65)

Color info

#63A141 contains mainly green color. Web safe color of #63A141 is #669933 (or #693).

RGB color model

#63A141 color RGB value is (99,161,65).

RGB: (99,161,65) (39%, 63%, 25%)

RGB channels and saturation

R 99 of 255 = 39%
G 161 of 255 = 63%
B 65 of 255 = 25%

99
161
65

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

Portions of RGB colors in percentages

R + G + B = 99 + 161 + 65 = 325 (100%)
R 99 of 325 ~ 30.46%
G 161 of 325 ~ 49.54%
B 65 of 325 ~ 20'%

%30.46
%49.54
%20

CMYK color model

#63A141 color CMYK value is (39,0,60,37).

  • cyan value is 38.51%
  • magenta value is 0.00%
  • yellow value is 59.63%
  • key color value is 36.86%

CMYK: (39,0,60,37)
C39M0Y60K37 (39%, 0%, 60%, 37%)
(0.39 / 0.00 / 0.60 / 0.37)

CMYK percentages

%38.51
%0
%59.63
%36.86

Codes

Color #63A141 in popluar color models

63 A1 41
RGB 99 161 65
HSL 99° 42.48% 44.31%
HSB/HSV 99° 59.63% 63.14%
CMYK 38.51% 0.00% 59.63%
36.86%

Color #63A141 in popluar number systems.

HEX 63 A1 41
Decimal 99 161 65
Binary 1100011 10100001 1000001
Octal 143 241 101

Shades and tints

Shades of #63A141

#63A141
(99,161,65)
#5A933C
(90,147,60)
#518537
(81,133,55)
#487732
(72,119,50)
#3F692D
(63,105,45)
#365B28
(54,91,40)
#2D4D23
(45,77,35)
#243F1E
(36,63,30)
#1B3119
(27,49,25)
#122314
(18,35,20)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #63A141

#63A141
(99,161,65)
#71A952
(113,169,82)
#7FB163
(127,177,99)
#8DB974
(141,185,116)
#9BC185
(155,193,133)
#A9C996
(169,201,150)
#B7D1A7
(183,209,167)
#C5D9B8
(197,217,184)
#D3E1C9
(211,225,201)
#E1E9DA
(225,233,218)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A141; }

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

This text font color is #63A141.

Background Color

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

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

This div background color is #63A141.

Border color

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

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

This div border color is #63A141.

Opacity

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

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

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

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

This text has shadow with #63A141 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63A141.

Preview

Color preview on black background

This text has color #63A141 on black background.


Color preview on white background

This text has color #63A141 on white background.


Black color preview on #63A141 background

This text has black color on #63A141 background.


White color preview on #63A141 background

This text has white color on #63A141 background.


Related colors

Complementary color

Complementary color for #hex is #9C5EBE.


I love getcolorcode.com

Triadic colors

1 #4163A1 and #A14163 with #63A141 are triadic colors.

2 #41A163 and #A16341 with #63A141 are triadic colors.