COLOR #63A774

HEX: #63A774
RGB: (99,167,116)

Renk bilgisi

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

RGB renk modeli

#63A774 color RGB value is (99,167,116).

  • kırmız ton 99;
  • yeşil ton 167;
  • mavi ton 116.
RGB:
(99,167,116)
(39%,65%,45%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 167 of 255 = 65%
B 116 of 255 = 45%

99
167
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 167 + 116 = 382 (100%)
R 99 of 382 ~ 25.92%
G 167 of 382 ~ 43.72%
B 116 of 382 ~ 30.37%

%25.92
%43.72
%30.37

CMYK RENK MODELİ

#63A774 rengi CMYK tonu (41,0,31,35).

  • camgöbeği tonu 40.72%
  • eflatun tonu 0.00%
  • sarı tonu 30.54%
  • ana renk tonu 34.51%
CMYK:
(41,0,31,35)
C41M0Y31K35 
(41%,0%,31%,35%)
(0.41/0.00/0.31/0.35)	

CMYK yüzdeleri

%40.72
%0
%30.54
%34.51

Codes

Color #63A774 in popluar color models

63A774
RGB99167116
HSL135°27.87%52.16%
HSB/HSV135°40.72%65.49%
CMYK40.72%0.00%30.54%
34.51%

Color #63A774 in popluar number systems.

HEX63A774
Decimal99167116
Binary1100011101001111110100
Octal143247164

Shades and tints

Shades of #63A774

#63A774
(99,167,116)
#5A986A
(90,152,106)
#518960
(81,137,96)
#487A56
(72,122,86)
#3F6B4C
(63,107,76)
#365C42
(54,92,66)
#2D4D38
(45,77,56)
#243E2E
(36,62,46)
#1B2F24
(27,47,36)
#12201A
(18,32,26)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #63A774

#63A774
(99,167,116)
#71AF80
(113,175,128)
#7FB78C
(127,183,140)
#8DBF98
(141,191,152)
#9BC7A4
(155,199,164)
#A9CFB0
(169,207,176)
#B7D7BC
(183,215,188)
#C5DFC8
(197,223,200)
#D3E7D4
(211,231,212)
#E1EFE0
(225,239,224)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A774 color. Also use rgb(99,167,116) instead hex code.

Text Font Color

.myTextColor { color: #63A774; }

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

This text font color is #63A774.


Background Color

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

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

This div background color is #63A774.


Border color

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

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

This div border color is #63A774.


Opacity

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

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

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

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

This text has shadow with #63A774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63A774 on black background.


Color preview on white background

This text has color #63A774 on white background.



Black color preview on #63A774 background

This text has black color on #63A774 background.


White color preview on #63A774 background

This text has white color on #63A774 background.