COLOR #63A57B

HEX: #63A57B
RGB: (99,165,123)

Renk bilgisi

#63A57B contains mainly green and blue colors. #63A57B ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#63A57B color RGB value is (99,165,123).

  • kırmız ton 99;
  • yeşil ton 165;
  • mavi ton 123.
RGB:
(99,165,123)
(39%,65%,48%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 165 of 255 = 65%
B 123 of 255 = 48%

99
165
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 165 + 123 = 387 (100%)
R 99 of 387 ~ 25.58%
G 165 of 387 ~ 42.64%
B 123 of 387 ~ 31.78%

%25.58
%42.64
%31.78

CMYK RENK MODELİ

#63A57B rengi CMYK tonu (40,0,25,35).

  • camgöbeği tonu 40.00%
  • eflatun tonu 0.00%
  • sarı tonu 25.45%
  • ana renk tonu 35.29%
CMYK:
(40,0,25,35)
C40M0Y25K35 
(40%,0%,25%,35%)
(0.40/0.00/0.25/0.35)	

CMYK yüzdeleri

%40
%0
%25.45
%35.29

Codes

Color #63A57B in popluar color models

63A57B
RGB99165123
HSL142°26.83%51.76%
HSB/HSV142°40.00%64.71%
CMYK40.00%0.00%25.45%
35.29%

Color #63A57B in popluar number systems.

HEX63A57B
Decimal99165123
Binary1100011101001011111011
Octal143245173

Shades and tints

Shades of #63A57B

#63A57B
(99,165,123)
#5A9670
(90,150,112)
#518765
(81,135,101)
#48785A
(72,120,90)
#3F694F
(63,105,79)
#365A44
(54,90,68)
#2D4B39
(45,75,57)
#243C2E
(36,60,46)
#1B2D23
(27,45,35)
#121E18
(18,30,24)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #63A57B

#63A57B
(99,165,123)
#71AD87
(113,173,135)
#7FB593
(127,181,147)
#8DBD9F
(141,189,159)
#9BC5AB
(155,197,171)
#A9CDB7
(169,205,183)
#B7D5C3
(183,213,195)
#C5DDCF
(197,221,207)
#D3E5DB
(211,229,219)
#E1EDE7
(225,237,231)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A57B color. Also use rgb(99,165,123) instead hex code.

Text Font Color

.myTextColor { color: #63A57B; }

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

This text font color is #63A57B.


Background Color

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

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

This div background color is #63A57B.


Border color

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

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

This div border color is #63A57B.


Opacity

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

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

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

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

This text has shadow with #63A57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A57B on black background.


Color preview on white background

This text has color #63A57B on white background.



Black color preview on #63A57B background

This text has black color on #63A57B background.


White color preview on #63A57B background

This text has white color on #63A57B background.