COLOR #63A05F

HEX: #63A05F
RGB: (99,160,95)

Color info

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

RGB color model

#63A05F color RGB value is (99,160,95).

  • red value is 99;
  • green value is 160;
  • blue value is 95.
RGB:
(99,160,95)
(39%,63%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 160 of 255 = 63%
B 95 of 255 = 37%

99
160
95

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

Portions of RGB colors in percentages

R + G + B =
99 + 160 + 95 = 354 (100%)
R 99 of 354 ~ 27.97%
G 160 of 354 ~ 45.2%
B 95 of 354 ~ 26.84%

%27.97
%45.2
%26.84

CMYK color model

#63A05F color CMYK value is (38,0,41,37).

  • cyan value is 38.13%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 37.25%
CMYK:
(38,0,41,37)
C38M0Y41K37 
(38%,0%,41%,37%)
(0.38/0.00/0.41/0.37)	

CMYK percentages

%38.13
%0
%40.63
%37.25

Codes

Color #63A05F in popluar color models

63A05F
RGB9916095
HSL116°25.49%50.00%
HSB/HSV116°40.63%62.75%
CMYK38.13%0.00%40.63%
37.25%

Color #63A05F in popluar number systems.

HEX63A05F
Decimal9916095
Binary1100011101000001011111
Octal143240137

Shades and tints

Shades of #63A05F

#63A05F
(99,160,95)
#5A9257
(90,146,87)
#51844F
(81,132,79)
#487647
(72,118,71)
#3F683F
(63,104,63)
#365A37
(54,90,55)
#2D4C2F
(45,76,47)
#243E27
(36,62,39)
#1B301F
(27,48,31)
#122217
(18,34,23)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #63A05F

#63A05F
(99,160,95)
#71A86D
(113,168,109)
#7FB07B
(127,176,123)
#8DB889
(141,184,137)
#9BC097
(155,192,151)
#A9C8A5
(169,200,165)
#B7D0B3
(183,208,179)
#C5D8C1
(197,216,193)
#D3E0CF
(211,224,207)
#E1E8DD
(225,232,221)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63A05F; }

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

This text font color is #63A05F.


Background Color

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

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

This div background color is #63A05F.


Border color

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

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

This div border color is #63A05F.


Opacity

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

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

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

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

This text has shadow with #63A05F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A05F on black background.


Color preview on white background

This text has color #63A05F on white background.



Black color preview on #63A05F background

This text has black color on #63A05F background.


White color preview on #63A05F background

This text has white color on #63A05F background.