COLOR #63A46B

HEX: #63A46B
RGB: (99,164,107)

Renk bilgisi

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

RGB renk modeli

#63A46B color RGB value is (99,164,107).

  • kırmız ton 99;
  • yeşil ton 164;
  • mavi ton 107.
RGB:
(99,164,107)
(39%,64%,42%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 164 of 255 = 64%
B 107 of 255 = 42%

99
164
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 164 + 107 = 370 (100%)
R 99 of 370 ~ 26.76%
G 164 of 370 ~ 44.32%
B 107 of 370 ~ 28.92%

%26.76
%44.32
%28.92

CMYK RENK MODELİ

#63A46B rengi CMYK tonu (40,0,35,36).

  • camgöbeği tonu 39.63%
  • eflatun tonu 0.00%
  • sarı tonu 34.76%
  • ana renk tonu 35.69%
CMYK:
(40,0,35,36)
C40M0Y35K36 
(40%,0%,35%,36%)
(0.40/0.00/0.35/0.36)	

CMYK yüzdeleri

%39.63
%0
%34.76
%35.69

Codes

Color #63A46B in popluar color models

63A46B
RGB99164107
HSL127°26.32%51.57%
HSB/HSV127°39.63%64.31%
CMYK39.63%0.00%34.76%
35.69%

Color #63A46B in popluar number systems.

HEX63A46B
Decimal99164107
Binary1100011101001001101011
Octal143244153

Shades and tints

Shades of #63A46B

#63A46B
(99,164,107)
#5A9662
(90,150,98)
#518859
(81,136,89)
#487A50
(72,122,80)
#3F6C47
(63,108,71)
#365E3E
(54,94,62)
#2D5035
(45,80,53)
#24422C
(36,66,44)
#1B3423
(27,52,35)
#12261A
(18,38,26)
#091811
(9,24,17)
#000000
(0,0,0)

Tints of #63A46B

#63A46B
(99,164,107)
#71AC78
(113,172,120)
#7FB485
(127,180,133)
#8DBC92
(141,188,146)
#9BC49F
(155,196,159)
#A9CCAC
(169,204,172)
#B7D4B9
(183,212,185)
#C5DCC6
(197,220,198)
#D3E4D3
(211,228,211)
#E1ECE0
(225,236,224)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A46B color. Also use rgb(99,164,107) instead hex code.

Text Font Color

.myTextColor { color: #63A46B; }

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

This text font color is #63A46B.


Background Color

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

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

This div background color is #63A46B.


Border color

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

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

This div border color is #63A46B.


Opacity

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

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

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

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

This text has shadow with #63A46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A46B on black background.


Color preview on white background

This text has color #63A46B on white background.



Black color preview on #63A46B background

This text has black color on #63A46B background.


White color preview on #63A46B background

This text has white color on #63A46B background.