COLOR #63A75E

HEX: #63A75E
RGB: (99,167,94)

Color info

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

RGB color model

#63A75E color RGB value is (99,167,94).

  • red value is 99;
  • green value is 167;
  • blue value is 94.
RGB:
(99,167,94)
(39%,65%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 167 of 255 = 65%
B 94 of 255 = 37%

99
167
94

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

Portions of RGB colors in percentages

R + G + B =
99 + 167 + 94 = 360 (100%)
R 99 of 360 ~ 27.5%
G 167 of 360 ~ 46.39%
B 94 of 360 ~ 26.11%

%27.5
%46.39
%26.11

CMYK color model

#63A75E color CMYK value is (41,0,44,35).

  • cyan value is 40.72%
  • magenta value is 0.00%
  • yellow value is 43.71%
  • key color value is 34.51%
CMYK:
(41,0,44,35)
C41M0Y44K35 
(41%,0%,44%,35%)
(0.41/0.00/0.44/0.35)	

CMYK percentages

%40.72
%0
%43.71
%34.51

Codes

Color #63A75E in popluar color models

63A75E
RGB9916794
HSL116°29.32%51.18%
HSB/HSV116°43.71%65.49%
CMYK40.72%0.00%43.71%
34.51%

Color #63A75E in popluar number systems.

HEX63A75E
Decimal9916794
Binary1100011101001111011110
Octal143247136

Shades and tints

Shades of #63A75E

#63A75E
(99,167,94)
#5A9856
(90,152,86)
#51894E
(81,137,78)
#487A46
(72,122,70)
#3F6B3E
(63,107,62)
#365C36
(54,92,54)
#2D4D2E
(45,77,46)
#243E26
(36,62,38)
#1B2F1E
(27,47,30)
#122016
(18,32,22)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #63A75E

#63A75E
(99,167,94)
#71AF6C
(113,175,108)
#7FB77A
(127,183,122)
#8DBF88
(141,191,136)
#9BC796
(155,199,150)
#A9CFA4
(169,207,164)
#B7D7B2
(183,215,178)
#C5DFC0
(197,223,192)
#D3E7CE
(211,231,206)
#E1EFDC
(225,239,220)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A75E color. Also use rgb(99,167,94) instead hex code.

Text Font Color

.myTextColor { color: #63A75E; }

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

This text font color is #63A75E.


Background Color

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

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

This div background color is #63A75E.


Border color

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

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

This div border color is #63A75E.


Opacity

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

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

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

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

This text has shadow with #63A75E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A75E on black background.


Color preview on white background

This text has color #63A75E on white background.



Black color preview on #63A75E background

This text has black color on #63A75E background.


White color preview on #63A75E background

This text has white color on #63A75E background.