COLOR #63363A

HEX: #63363A
RGB: (99,54,58)

Renk bilgisi

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

RGB renk modeli

#63363A color RGB value is (99,54,58).

  • kırmız ton 99;
  • yeşil ton 54;
  • mavi ton 58.
RGB:
(99,54,58)
(39%,21%,23%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 54 of 255 = 21%
B 58 of 255 = 23%

99
54
58

R + G + B ~ 28%. #63363A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 54 + 58 = 211 (100%)
R 99 of 211 ~ 46.92%
G 54 of 211 ~ 25.59%
B 58 of 211 ~ 27.49%

%46.92
%25.59
%27.49

CMYK RENK MODELİ

#63363A rengi CMYK tonu (0,45,41,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.45%
  • sarı tonu 41.41%
  • ana renk tonu 61.18%
CMYK:
(0,45,41,61)
C0M45Y41K61 
(0%,45%,41%,61%)
(0.00/0.45/0.41/0.61)	

CMYK yüzdeleri

%0
%45.45
%41.41
%61.18

Codes

Color #63363A in popluar color models

63363A
RGB995458
HSL355°29.41%30.00%
HSB/HSV355°45.45%38.82%
CMYK0.00%45.45%41.41%
61.18%

Color #63363A in popluar number systems.

HEX63363A
Decimal995458
Binary1100011110110111010
Octal1436672

Shades and tints

Shades of #63363A

#63363A
(99,54,58)
#5A3235
(90,50,53)
#512E30
(81,46,48)
#482A2B
(72,42,43)
#3F2626
(63,38,38)
#362221
(54,34,33)
#2D1E1C
(45,30,28)
#241A17
(36,26,23)
#1B1612
(27,22,18)
#12120D
(18,18,13)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #63363A

#63363A
(99,54,58)
#71484B
(113,72,75)
#7F5A5C
(127,90,92)
#8D6C6D
(141,108,109)
#9B7E7E
(155,126,126)
#A9908F
(169,144,143)
#B7A2A0
(183,162,160)
#C5B4B1
(197,180,177)
#D3C6C2
(211,198,194)
#E1D8D3
(225,216,211)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63363A color. Also use rgb(99,54,58) instead hex code.

Text Font Color

.myTextColor { color: #63363A; }

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

This text font color is #63363A.


Background Color

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

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

This div background color is #63363A.


Border color

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

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

This div border color is #63363A.


Opacity

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

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

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

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

This text has shadow with #63363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63363A on black background.


Color preview on white background

This text has color #63363A on white background.



Black color preview on #63363A background

This text has black color on #63363A background.


White color preview on #63363A background

This text has white color on #63363A background.