COLOR #63A45D

HEX: #63A45D
RGB: (99,164,93)

Color info

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

RGB color model

#63A45D color RGB value is (99,164,93).

  • red value is 99;
  • green value is 164;
  • blue value is 93.
RGB:
(99,164,93)
(39%,64%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 164 of 255 = 64%
B 93 of 255 = 36%

99
164
93

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

Portions of RGB colors in percentages

R + G + B =
99 + 164 + 93 = 356 (100%)
R 99 of 356 ~ 27.81%
G 164 of 356 ~ 46.07%
B 93 of 356 ~ 26.12%

%27.81
%46.07
%26.12

CMYK color model

#63A45D color CMYK value is (40,0,43,36).

  • cyan value is 39.63%
  • magenta value is 0.00%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK:
(40,0,43,36)
C40M0Y43K36 
(40%,0%,43%,36%)
(0.40/0.00/0.43/0.36)	

CMYK percentages

%39.63
%0
%43.29
%35.69

Codes

Color #63A45D in popluar color models

63A45D
RGB9916493
HSL115°28.06%50.39%
HSB/HSV115°43.29%64.31%
CMYK39.63%0.00%43.29%
35.69%

Color #63A45D in popluar number systems.

HEX63A45D
Decimal9916493
Binary1100011101001001011101
Octal143244135

Shades and tints

Shades of #63A45D

#63A45D
(99,164,93)
#5A9655
(90,150,85)
#51884D
(81,136,77)
#487A45
(72,122,69)
#3F6C3D
(63,108,61)
#365E35
(54,94,53)
#2D502D
(45,80,45)
#244225
(36,66,37)
#1B341D
(27,52,29)
#122615
(18,38,21)
#09180D
(9,24,13)
#000000
(0,0,0)

Tints of #63A45D

#63A45D
(99,164,93)
#71AC6B
(113,172,107)
#7FB479
(127,180,121)
#8DBC87
(141,188,135)
#9BC495
(155,196,149)
#A9CCA3
(169,204,163)
#B7D4B1
(183,212,177)
#C5DCBF
(197,220,191)
#D3E4CD
(211,228,205)
#E1ECDB
(225,236,219)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A45D color. Also use rgb(99,164,93) instead hex code.

Text Font Color

.myTextColor { color: #63A45D; }

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

This text font color is #63A45D.


Background Color

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

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

This div background color is #63A45D.


Border color

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

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

This div border color is #63A45D.


Opacity

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

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

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

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

This text has shadow with #63A45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A45D on black background.


Color preview on white background

This text has color #63A45D on white background.



Black color preview on #63A45D background

This text has black color on #63A45D background.


White color preview on #63A45D background

This text has white color on #63A45D background.