COLOR #63738A

HEX: #63738A
RGB: (99,115,138)

Renk bilgisi

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

RGB renk modeli

#63738A color RGB value is (99,115,138).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 115 of 255 = 45%
B 138 of 255 = 54%

99
115
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 115 + 138 = 352 (100%)
R 99 of 352 ~ 28.13%
G 115 of 352 ~ 32.67%
B 138 of 352 ~ 39.2%

%28.13
%32.67
%39.2

CMYK RENK MODELİ

#63738A rengi CMYK tonu (28,17,0,46).

  • camgöbeği tonu 28.26%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(28,17,0,46)
C28M17Y0K46 
(28%,17%,0%,46%)
(0.28/0.17/0.00/0.46)	

CMYK yüzdeleri

%28.26
%16.67
%0
%45.88

Codes

Color #63738A in popluar color models

63738A
RGB99115138
HSL215°16.46%46.47%
HSB/HSV215°28.26%54.12%
CMYK28.26%16.67%0.00%
45.88%

Color #63738A in popluar number systems.

HEX63738A
Decimal99115138
Binary1100011111001110001010
Octal143163212

Shades and tints

Shades of #63738A

#63738A
(99,115,138)
#5A697E
(90,105,126)
#515F72
(81,95,114)
#485566
(72,85,102)
#3F4B5A
(63,75,90)
#36414E
(54,65,78)
#2D3742
(45,55,66)
#242D36
(36,45,54)
#1B232A
(27,35,42)
#12191E
(18,25,30)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #63738A

#63738A
(99,115,138)
#717F94
(113,127,148)
#7F8B9E
(127,139,158)
#8D97A8
(141,151,168)
#9BA3B2
(155,163,178)
#A9AFBC
(169,175,188)
#B7BBC6
(183,187,198)
#C5C7D0
(197,199,208)
#D3D3DA
(211,211,218)
#E1DFE4
(225,223,228)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63738A; }

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

This text font color is #63738A.


Background Color

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

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

This div background color is #63738A.


Border color

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

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

This div border color is #63738A.


Opacity

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

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

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

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

This text has shadow with #63738A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63738A on black background.


Color preview on white background

This text has color #63738A on white background.



Black color preview on #63738A background

This text has black color on #63738A background.


White color preview on #63738A background

This text has white color on #63738A background.