COLOR #63838C

HEX: #63838C
RGB: (99,131,140)

Renk bilgisi

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

RGB renk modeli

#63838C color RGB value is (99,131,140).

  • kırmız ton 99;
  • yeşil ton 131;
  • mavi ton 140.
RGB:
(99,131,140)
(39%,51%,55%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 131 of 255 = 51%
B 140 of 255 = 55%

99
131
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 131 + 140 = 370 (100%)
R 99 of 370 ~ 26.76%
G 131 of 370 ~ 35.41%
B 140 of 370 ~ 37.84%

%26.76
%35.41
%37.84

CMYK RENK MODELİ

#63838C rengi CMYK tonu (29,6,0,45).

  • camgöbeği tonu 29.29%
  • eflatun tonu 6.43%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(29,6,0,45)
C29M6Y0K45 
(29%,6%,0%,45%)
(0.29/0.06/0.00/0.45)	

CMYK yüzdeleri

%29.29
%6.43
%0
%45.1

Codes

Color #63838C in popluar color models

63838C
RGB99131140
HSL193°17.15%46.86%
HSB/HSV193°29.29%54.90%
CMYK29.29%6.43%0.00%
45.10%

Color #63838C in popluar number systems.

HEX63838C
Decimal99131140
Binary11000111000001110001100
Octal143203214

Shades and tints

Shades of #63838C

#63838C
(99,131,140)
#5A7880
(90,120,128)
#516D74
(81,109,116)
#486268
(72,98,104)
#3F575C
(63,87,92)
#364C50
(54,76,80)
#2D4144
(45,65,68)
#243638
(36,54,56)
#1B2B2C
(27,43,44)
#122020
(18,32,32)
#091514
(9,21,20)
#000000
(0,0,0)

Tints of #63838C

#63838C
(99,131,140)
#718E96
(113,142,150)
#7F99A0
(127,153,160)
#8DA4AA
(141,164,170)
#9BAFB4
(155,175,180)
#A9BABE
(169,186,190)
#B7C5C8
(183,197,200)
#C5D0D2
(197,208,210)
#D3DBDC
(211,219,220)
#E1E6E6
(225,230,230)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63838C color. Also use rgb(99,131,140) instead hex code.

Text Font Color

.myTextColor { color: #63838C; }

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

This text font color is #63838C.


Background Color

.myBgColor { background-color: #63838C; }

<div style="background-color:#63838C">Inner text</div>

This div background color is #63838C.


Border color

.myBorderColor { border: 1px solid #63838C; }

<div style="border:3px solid #63838C">Div</div>

This div border color is #63838C.


Opacity

.myOpacity80 { color: #63838C; opacity: 0.8; }

<p style="color:#63838C;opacity:0.8;">80%</p>

Text with #63838C 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 #63838C;}

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

This text has shadow with #63838C color.

.textShadow {text-shadow: 3px 3px 1px #63838C, 3px 3px 1px red;}

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

This text has shadow with #63838C primary color and red secondary color.


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

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

This text has shadow with #63838C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63838C on black background.


Color preview on white background

This text has color #63838C on white background.



Black color preview on #63838C background

This text has black color on #63838C background.


White color preview on #63838C background

This text has white color on #63838C background.