COLOR #63884D

HEX: #63884D
RGB: (99,136,77)

Renk bilgisi

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

RGB renk modeli

#63884D color RGB value is (99,136,77).

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

RGB bağlantıları ve doygunluk

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

99
136
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 136 + 77 = 312 (100%)
R 99 of 312 ~ 31.73%
G 136 of 312 ~ 43.59%
B 77 of 312 ~ 24.68%

%31.73
%43.59
%24.68

CMYK RENK MODELİ

#63884D rengi CMYK tonu (27,0,43,47).

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

CMYK yüzdeleri

%27.21
%0
%43.38
%46.67

Codes

Color #63884D in popluar color models

63884D
RGB9913677
HSL98°27.70%41.76%
HSB/HSV98°43.38%53.33%
CMYK27.21%0.00%43.38%
46.67%

Color #63884D in popluar number systems.

HEX63884D
Decimal9913677
Binary1100011100010001001101
Octal143210115

Shades and tints

Shades of #63884D

#63884D
(99,136,77)
#5A7C46
(90,124,70)
#51703F
(81,112,63)
#486438
(72,100,56)
#3F5831
(63,88,49)
#364C2A
(54,76,42)
#2D4023
(45,64,35)
#24341C
(36,52,28)
#1B2815
(27,40,21)
#121C0E
(18,28,14)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #63884D

#63884D
(99,136,77)
#71925D
(113,146,93)
#7F9C6D
(127,156,109)
#8DA67D
(141,166,125)
#9BB08D
(155,176,141)
#A9BA9D
(169,186,157)
#B7C4AD
(183,196,173)
#C5CEBD
(197,206,189)
#D3D8CD
(211,216,205)
#E1E2DD
(225,226,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63884D; }

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

This text font color is #63884D.


Background Color

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

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

This div background color is #63884D.


Border color

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

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

This div border color is #63884D.


Opacity

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

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

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

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

This text has shadow with #63884D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63884D on black background.


Color preview on white background

This text has color #63884D on white background.



Black color preview on #63884D background

This text has black color on #63884D background.


White color preview on #63884D background

This text has white color on #63884D background.