COLOR #63998A

HEX: #63998A
RGB: (99,153,138)

Renk bilgisi

#63998A contains red, green and blue colors in about the same proportion. #63998A ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#63998A color RGB value is (99,153,138).

  • kırmız ton 99;
  • yeşil ton 153;
  • mavi ton 138.
RGB:
(99,153,138)
(39%,60%,54%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 153 of 255 = 60%
B 138 of 255 = 54%

99
153
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 153 + 138 = 390 (100%)
R 99 of 390 ~ 25.38%
G 153 of 390 ~ 39.23%
B 138 of 390 ~ 35.38%

%25.38
%39.23
%35.38

CMYK RENK MODELİ

#63998A rengi CMYK tonu (35,0,10,40).

  • camgöbeği tonu 35.29%
  • eflatun tonu 0.00%
  • sarı tonu 9.80%
  • ana renk tonu 40.00%
CMYK:
(35,0,10,40)
C35M0Y10K40 
(35%,0%,10%,40%)
(0.35/0.00/0.10/0.40)	

CMYK yüzdeleri

%35.29
%0
%9.8
%40

Codes

Color #63998A in popluar color models

63998A
RGB99153138
HSL163°21.43%49.41%
HSB/HSV163°35.29%60.00%
CMYK35.29%0.00%9.80%
40.00%

Color #63998A in popluar number systems.

HEX63998A
Decimal99153138
Binary11000111001100110001010
Octal143231212

Shades and tints

Shades of #63998A

#63998A
(99,153,138)
#5A8C7E
(90,140,126)
#517F72
(81,127,114)
#487266
(72,114,102)
#3F655A
(63,101,90)
#36584E
(54,88,78)
#2D4B42
(45,75,66)
#243E36
(36,62,54)
#1B312A
(27,49,42)
#12241E
(18,36,30)
#091712
(9,23,18)
#000000
(0,0,0)

Tints of #63998A

#63998A
(99,153,138)
#71A294
(113,162,148)
#7FAB9E
(127,171,158)
#8DB4A8
(141,180,168)
#9BBDB2
(155,189,178)
#A9C6BC
(169,198,188)
#B7CFC6
(183,207,198)
#C5D8D0
(197,216,208)
#D3E1DA
(211,225,218)
#E1EAE4
(225,234,228)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63998A color. Also use rgb(99,153,138) instead hex code.

Text Font Color

.myTextColor { color: #63998A; }

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

This text font color is #63998A.


Background Color

.myBgColor { background-color: #63998A; }

<div style="background-color:#63998A">Inner text</div>

This div background color is #63998A.


Border color

.myBorderColor { border: 1px solid #63998A; }

<div style="border:3px solid #63998A">Div</div>

This div border color is #63998A.


Opacity

.myOpacity80 { color: #63998A; opacity: 0.8; }

<p style="color:#63998A;opacity:0.8;">80%</p>

Text with #63998A 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 #63998A;}

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

This text has shadow with #63998A color.

.textShadow {text-shadow: 3px 3px 1px #63998A, 3px 3px 1px red;}

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

This text has shadow with #63998A primary color and red secondary color.


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

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

This text has shadow with #63998A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63998A on black background.


Color preview on white background

This text has color #63998A on white background.



Black color preview on #63998A background

This text has black color on #63998A background.


White color preview on #63998A background

This text has white color on #63998A background.