COLOR #63493B

HEX: #63493B
RGB: (99,73,59)

Renk bilgisi

#63493B contains red, green and blue colors in about the same proportion. #63493B ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#63493B color RGB value is (99,73,59).

  • kırmız ton 99;
  • yeşil ton 73;
  • mavi ton 59.
RGB:
(99,73,59)
(39%,29%,23%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 73 of 255 = 29%
B 59 of 255 = 23%

99
73
59

R + G + B ~ 30%. #63493B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 73 + 59 = 231 (100%)
R 99 of 231 ~ 42.86%
G 73 of 231 ~ 31.6%
B 59 of 231 ~ 25.54%

%42.86
%31.6
%25.54

CMYK RENK MODELİ

#63493B rengi CMYK tonu (0,26,40,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.26%
  • sarı tonu 40.40%
  • ana renk tonu 61.18%
CMYK:
(0,26,40,61)
C0M26Y40K61 
(0%,26%,40%,61%)
(0.00/0.26/0.40/0.61)	

CMYK yüzdeleri

%0
%26.26
%40.4
%61.18

Codes

Color #63493B in popluar color models

63493B
RGB997359
HSL21°25.32%30.98%
HSB/HSV21°40.40%38.82%
CMYK0.00%26.26%40.40%
61.18%

Color #63493B in popluar number systems.

HEX63493B
Decimal997359
Binary11000111001001111011
Octal14311173

Shades and tints

Shades of #63493B

#63493B
(99,73,59)
#5A4336
(90,67,54)
#513D31
(81,61,49)
#48372C
(72,55,44)
#3F3127
(63,49,39)
#362B22
(54,43,34)
#2D251D
(45,37,29)
#241F18
(36,31,24)
#1B1913
(27,25,19)
#12130E
(18,19,14)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #63493B

#63493B
(99,73,59)
#71594C
(113,89,76)
#7F695D
(127,105,93)
#8D796E
(141,121,110)
#9B897F
(155,137,127)
#A99990
(169,153,144)
#B7A9A1
(183,169,161)
#C5B9B2
(197,185,178)
#D3C9C3
(211,201,195)
#E1D9D4
(225,217,212)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63493B color. Also use rgb(99,73,59) instead hex code.

Text Font Color

.myTextColor { color: #63493B; }

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

This text font color is #63493B.


Background Color

.myBgColor { background-color: #63493B; }

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

This div background color is #63493B.


Border color

.myBorderColor { border: 1px solid #63493B; }

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

This div border color is #63493B.


Opacity

.myOpacity80 { color: #63493B; opacity: 0.8; }

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

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

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

This text has shadow with #63493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63493B on black background.


Color preview on white background

This text has color #63493B on white background.



Black color preview on #63493B background

This text has black color on #63493B background.


White color preview on #63493B background

This text has white color on #63493B background.