COLOR #63B05D

HEX: #63B05D RGB: (99,176,93)

Color info

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

RGB color model

#63B05D color RGB value is (99,176,93).

RGB: (99,176,93) (39%, 69%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 176 of 255 = 69%
B 93 of 255 = 36%

99
176
93

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

Portions of RGB colors in percentages

R + G + B = 99 + 176 + 93 = 368 (100%)
R 99 of 368 ~ 26.9%
G 176 of 368 ~ 47.83%
B 93 of 368 ~ 25.27'%

%26.9
%47.83
%25.27

CMYK color model

#63B05D color CMYK value is (44,0,47,31).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 47.16%
  • key color value is 30.98%

CMYK: (44,0,47,31)
C44M0Y47K31 (44%, 0%, 47%, 31%)
(0.44 / 0.00 / 0.47 / 0.31)

CMYK percentages

%43.75
%0
%47.16
%30.98

Codes

Color #63B05D in popluar color models

63 B0 5D
RGB 99 176 93
HSL 116° 34.44% 52.75%
HSB/HSV 116° 47.16% 69.02%
CMYK 43.75% 0.00% 47.16%
30.98%

Color #63B05D in popluar number systems.

HEX 63 B0 5D
Decimal 99 176 93
Binary 1100011 10110000 1011101
Octal 143 260 135

Shades and tints

Shades of #63B05D

#63B05D
(99,176,93)
#5AA055
(90,160,85)
#51904D
(81,144,77)
#488045
(72,128,69)
#3F703D
(63,112,61)
#366035
(54,96,53)
#2D502D
(45,80,45)
#244025
(36,64,37)
#1B301D
(27,48,29)
#122015
(18,32,21)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #63B05D

#63B05D
(99,176,93)
#71B76B
(113,183,107)
#7FBE79
(127,190,121)
#8DC587
(141,197,135)
#9BCC95
(155,204,149)
#A9D3A3
(169,211,163)
#B7DAB1
(183,218,177)
#C5E1BF
(197,225,191)
#D3E8CD
(211,232,205)
#E1EFDB
(225,239,219)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B05D; }

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

This text font color is #63B05D.

Background Color

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

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

This div background color is #63B05D.

Border color

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

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

This div border color is #63B05D.

Opacity

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

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

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

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

This text has shadow with #63B05D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B05D.

Preview

Color preview on black background

This text has color #63B05D on black background.


Color preview on white background

This text has color #63B05D on white background.


Black color preview on #63B05D background

This text has black color on #63B05D background.


White color preview on #63B05D background

This text has white color on #63B05D background.


Related colors

Complementary color

Complementary color for #hex is #9C4FA2.


I love getcolorcode.com

Triadic colors

1 #5D63B0 and #B05D63 with #63B05D are triadic colors.

2 #5DB063 and #B0635D with #63B05D are triadic colors.