COLOR #63895D

HEX: #63895D
RGB: (99,137,93)

Renk bilgisi

#63895D contains red, green and blue colors in about the same proportion. #63895D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#63895D color RGB value is (99,137,93).

  • kırmız ton 99;
  • yeşil ton 137;
  • mavi ton 93.
RGB:
(99,137,93)
(39%,54%,36%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 137 of 255 = 54%
B 93 of 255 = 36%

99
137
93

R + G + B ~ 43%. #63895D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 137 + 93 = 329 (100%)
R 99 of 329 ~ 30.09%
G 137 of 329 ~ 41.64%
B 93 of 329 ~ 28.27%

%30.09
%41.64
%28.27

CMYK RENK MODELİ

#63895D rengi CMYK tonu (28,0,32,46).

  • camgöbeği tonu 27.74%
  • eflatun tonu 0.00%
  • sarı tonu 32.12%
  • ana renk tonu 46.27%
CMYK:
(28,0,32,46)
C28M0Y32K46 
(28%,0%,32%,46%)
(0.28/0.00/0.32/0.46)	

CMYK yüzdeleri

%27.74
%0
%32.12
%46.27

Codes

Color #63895D in popluar color models

63895D
RGB9913793
HSL112°19.13%45.10%
HSB/HSV112°32.12%53.73%
CMYK27.74%0.00%32.12%
46.27%

Color #63895D in popluar number systems.

HEX63895D
Decimal9913793
Binary1100011100010011011101
Octal143211135

Shades and tints

Shades of #63895D

#63895D
(99,137,93)
#5A7D55
(90,125,85)
#51714D
(81,113,77)
#486545
(72,101,69)
#3F593D
(63,89,61)
#364D35
(54,77,53)
#2D412D
(45,65,45)
#243525
(36,53,37)
#1B291D
(27,41,29)
#121D15
(18,29,21)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #63895D

#63895D
(99,137,93)
#71936B
(113,147,107)
#7F9D79
(127,157,121)
#8DA787
(141,167,135)
#9BB195
(155,177,149)
#A9BBA3
(169,187,163)
#B7C5B1
(183,197,177)
#C5CFBF
(197,207,191)
#D3D9CD
(211,217,205)
#E1E3DB
(225,227,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63895D color. Also use rgb(99,137,93) instead hex code.

Text Font Color

.myTextColor { color: #63895D; }

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

This text font color is #63895D.


Background Color

.myBgColor { background-color: #63895D; }

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

This div background color is #63895D.


Border color

.myBorderColor { border: 1px solid #63895D; }

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

This div border color is #63895D.


Opacity

.myOpacity80 { color: #63895D; opacity: 0.8; }

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

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

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

This text has shadow with #63895D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63895D on black background.


Color preview on white background

This text has color #63895D on white background.



Black color preview on #63895D background

This text has black color on #63895D background.


White color preview on #63895D background

This text has white color on #63895D background.