COLOR #63693F

HEX: #63693F
RGB: (99,105,63)

Renk bilgisi

#63693F contains red, green and blue colors in about the same proportion. #63693F ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#63693F color RGB value is (99,105,63).

  • kırmız ton 99;
  • yeşil ton 105;
  • mavi ton 63.
RGB:
(99,105,63)
(39%,41%,25%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 105 of 255 = 41%
B 63 of 255 = 25%

99
105
63

R + G + B ~ 35%. #63693F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 105 + 63 = 267 (100%)
R 99 of 267 ~ 37.08%
G 105 of 267 ~ 39.33%
B 63 of 267 ~ 23.6%

%37.08
%39.33
%23.6

CMYK RENK MODELİ

#63693F rengi CMYK tonu (6,0,40,59).

  • camgöbeği tonu 5.71%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 58.82%
CMYK:
(6,0,40,59)
C6M0Y40K59 
(6%,0%,40%,59%)
(0.06/0.00/0.40/0.59)	

CMYK yüzdeleri

%5.71
%0
%40
%58.82

Codes

Color #63693F in popluar color models

63693F
RGB9910563
HSL69°25.00%32.94%
HSB/HSV69°40.00%41.18%
CMYK5.71%0.00%40.00%
58.82%

Color #63693F in popluar number systems.

HEX63693F
Decimal9910563
Binary11000111101001111111
Octal14315177

Shades and tints

Shades of #63693F

#63693F
(99,105,63)
#5A603A
(90,96,58)
#515735
(81,87,53)
#484E30
(72,78,48)
#3F452B
(63,69,43)
#363C26
(54,60,38)
#2D3321
(45,51,33)
#242A1C
(36,42,28)
#1B2117
(27,33,23)
#121812
(18,24,18)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #63693F

#63693F
(99,105,63)
#717650
(113,118,80)
#7F8361
(127,131,97)
#8D9072
(141,144,114)
#9B9D83
(155,157,131)
#A9AA94
(169,170,148)
#B7B7A5
(183,183,165)
#C5C4B6
(197,196,182)
#D3D1C7
(211,209,199)
#E1DED8
(225,222,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63693F color. Also use rgb(99,105,63) instead hex code.

Text Font Color

.myTextColor { color: #63693F; }

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

This text font color is #63693F.


Background Color

.myBgColor { background-color: #63693F; }

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

This div background color is #63693F.


Border color

.myBorderColor { border: 1px solid #63693F; }

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

This div border color is #63693F.


Opacity

.myOpacity80 { color: #63693F; opacity: 0.8; }

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

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

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

This text has shadow with #63693F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63693F on black background.


Color preview on white background

This text has color #63693F on white background.



Black color preview on #63693F background

This text has black color on #63693F background.


White color preview on #63693F background

This text has white color on #63693F background.