COLOR #63B70D

HEX: #63B70D
RGB: (99,183,13)

Color info

#63B70D contains mainly green color. Web safe color of #63B70D is #66CC00 (or #6C0).

RGB color model

#63B70D color RGB value is (99,183,13).

  • red value is 99;
  • green value is 183;
  • blue value is 13.
RGB:
(99,183,13)
(39%,72%,5%)

RGB channels and saturation

R 99 of 255 = 39%
G 183 of 255 = 72%
B 13 of 255 = 5%

99
183
13

R + G + B ~ 39%. #63B70D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 183 + 13 = 295 (100%)
R 99 of 295 ~ 33.56%
G 183 of 295 ~ 62.03%
B 13 of 295 ~ 4.41%

%33.56
%62.03

CMYK color model

#63B70D color CMYK value is (46,0,93,28).

  • cyan value is 45.90%
  • magenta value is 0.00%
  • yellow value is 92.90%
  • key color value is 28.24%
CMYK:
(46,0,93,28)
C46M0Y93K28 
(46%,0%,93%,28%)
(0.46/0.00/0.93/0.28)	

CMYK percentages

%45.9
%0
%92.9
%28.24

Codes

Color #63B70D in popluar color models

63B70D
RGB9918313
HSL90°86.73%38.43%
HSB/HSV90°92.90%71.76%
CMYK45.90%0.00%92.90%
28.24%

Color #63B70D in popluar number systems.

HEX63B70D
Decimal9918313
Binary1100011101101111101
Octal14326715

Shades and tints

Shades of #63B70D

#63B70D
(99,183,13)
#5AA70C
(90,167,12)
#51970B
(81,151,11)
#48870A
(72,135,10)
#3F7709
(63,119,9)
#366708
(54,103,8)
#2D5707
(45,87,7)
#244706
(36,71,6)
#1B3705
(27,55,5)
#122704
(18,39,4)
#091703
(9,23,3)
#000000
(0,0,0)

Tints of #63B70D

#63B70D
(99,183,13)
#71BD23
(113,189,35)
#7FC339
(127,195,57)
#8DC94F
(141,201,79)
#9BCF65
(155,207,101)
#A9D57B
(169,213,123)
#B7DB91
(183,219,145)
#C5E1A7
(197,225,167)
#D3E7BD
(211,231,189)
#E1EDD3
(225,237,211)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B70D color. Also use rgb(99,183,13) instead hex code.

Text Font Color

.myTextColor { color: #63B70D; }

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

This text font color is #63B70D.


Background Color

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

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

This div background color is #63B70D.


Border color

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

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

This div border color is #63B70D.


Opacity

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

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

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

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

This text has shadow with #63B70D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B70D on black background.


Color preview on white background

This text has color #63B70D on white background.



Black color preview on #63B70D background

This text has black color on #63B70D background.


White color preview on #63B70D background

This text has white color on #63B70D background.