COLOR #63B58B

HEX: #63B58B
RGB: (99,181,139)

Renk bilgisi

#63B58B contains mainly green and blue colors. #63B58B ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#63B58B color RGB value is (99,181,139).

  • kırmız ton 99;
  • yeşil ton 181;
  • mavi ton 139.
RGB:
(99,181,139)
(39%,71%,55%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 181 of 255 = 71%
B 139 of 255 = 55%

99
181
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 181 + 139 = 419 (100%)
R 99 of 419 ~ 23.63%
G 181 of 419 ~ 43.2%
B 139 of 419 ~ 33.17%

%23.63
%43.2
%33.17

CMYK RENK MODELİ

#63B58B rengi CMYK tonu (45,0,23,29).

  • camgöbeği tonu 45.30%
  • eflatun tonu 0.00%
  • sarı tonu 23.20%
  • ana renk tonu 29.02%
CMYK:
(45,0,23,29)
C45M0Y23K29 
(45%,0%,23%,29%)
(0.45/0.00/0.23/0.29)	

CMYK yüzdeleri

%45.3
%0
%23.2
%29.02

Codes

Color #63B58B in popluar color models

63B58B
RGB99181139
HSL149°35.65%54.90%
HSB/HSV149°45.30%70.98%
CMYK45.30%0.00%23.20%
29.02%

Color #63B58B in popluar number systems.

HEX63B58B
Decimal99181139
Binary11000111011010110001011
Octal143265213

Shades and tints

Shades of #63B58B

#63B58B
(99,181,139)
#5AA57F
(90,165,127)
#519573
(81,149,115)
#488567
(72,133,103)
#3F755B
(63,117,91)
#36654F
(54,101,79)
#2D5543
(45,85,67)
#244537
(36,69,55)
#1B352B
(27,53,43)
#12251F
(18,37,31)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #63B58B

#63B58B
(99,181,139)
#71BB95
(113,187,149)
#7FC19F
(127,193,159)
#8DC7A9
(141,199,169)
#9BCDB3
(155,205,179)
#A9D3BD
(169,211,189)
#B7D9C7
(183,217,199)
#C5DFD1
(197,223,209)
#D3E5DB
(211,229,219)
#E1EBE5
(225,235,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B58B color. Also use rgb(99,181,139) instead hex code.

Text Font Color

.myTextColor { color: #63B58B; }

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

This text font color is #63B58B.


Background Color

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

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

This div background color is #63B58B.


Border color

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

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

This div border color is #63B58B.


Opacity

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

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

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

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

This text has shadow with #63B58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B58B on black background.


Color preview on white background

This text has color #63B58B on white background.



Black color preview on #63B58B background

This text has black color on #63B58B background.


White color preview on #63B58B background

This text has white color on #63B58B background.