COLOR #636388

HEX: #636388
RGB: (99,99,136)

Renk bilgisi

#636388 contains red, green and blue colors in about the same proportion. #636388 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#636388 color RGB value is (99,99,136).

  • kırmız ton 99;
  • yeşil ton 99;
  • mavi ton 136.
RGB:
(99,99,136)
(39%,39%,53%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 99 of 255 = 39%
B 136 of 255 = 53%

99
99
136

R + G + B ~ 44%. #636388 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 99 + 136 = 334 (100%)
R 99 of 334 ~ 29.64%
G 99 of 334 ~ 29.64%
B 136 of 334 ~ 40.72%

%29.64
%29.64
%40.72

CMYK RENK MODELİ

#636388 rengi CMYK tonu (27,27,0,47).

  • camgöbeği tonu 27.21%
  • eflatun tonu 27.21%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(27,27,0,47)
C27M27Y0K47 
(27%,27%,0%,47%)
(0.27/0.27/0.00/0.47)	

CMYK yüzdeleri

%27.21
%27.21
%0
%46.67

Codes

Color #636388 in popluar color models

636388
RGB9999136
HSL240°15.74%46.08%
HSB/HSV240°27.21%53.33%
CMYK27.21%27.21%0.00%
46.67%

Color #636388 in popluar number systems.

HEX636388
Decimal9999136
Binary1100011110001110001000
Octal143143210

Shades and tints

Shades of #636388

#636388
(99,99,136)
#5A5A7C
(90,90,124)
#515170
(81,81,112)
#484864
(72,72,100)
#3F3F58
(63,63,88)
#36364C
(54,54,76)
#2D2D40
(45,45,64)
#242434
(36,36,52)
#1B1B28
(27,27,40)
#12121C
(18,18,28)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #636388

#636388
(99,99,136)
#717192
(113,113,146)
#7F7F9C
(127,127,156)
#8D8DA6
(141,141,166)
#9B9BB0
(155,155,176)
#A9A9BA
(169,169,186)
#B7B7C4
(183,183,196)
#C5C5CE
(197,197,206)
#D3D3D8
(211,211,216)
#E1E1E2
(225,225,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636388 color. Also use rgb(99,99,136) instead hex code.

Text Font Color

.myTextColor { color: #636388; }

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

This text font color is #636388.


Background Color

.myBgColor { background-color: #636388; }

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

This div background color is #636388.


Border color

.myBorderColor { border: 1px solid #636388; }

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

This div border color is #636388.


Opacity

.myOpacity80 { color: #636388; opacity: 0.8; }

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

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

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

This text has shadow with #636388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636388 on black background.


Color preview on white background

This text has color #636388 on white background.



Black color preview on #636388 background

This text has black color on #636388 background.


White color preview on #636388 background

This text has white color on #636388 background.