COLOR #63373A

HEX: #63373A
RGB: (99,55,58)

Renk bilgisi

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

RGB renk modeli

#63373A color RGB value is (99,55,58).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 55 of 255 = 22%
B 58 of 255 = 23%

99
55
58

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 55 + 58 = 212 (100%)
R 99 of 212 ~ 46.7%
G 55 of 212 ~ 25.94%
B 58 of 212 ~ 27.36%

%46.7
%25.94
%27.36

CMYK RENK MODELİ

#63373A rengi CMYK tonu (0,44,41,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.44%
  • sarı tonu 41.41%
  • ana renk tonu 61.18%
CMYK:
(0,44,41,61)
C0M44Y41K61 
(0%,44%,41%,61%)
(0.00/0.44/0.41/0.61)	

CMYK yüzdeleri

%0
%44.44
%41.41
%61.18

Codes

Color #63373A in popluar color models

63373A
RGB995558
HSL356°28.57%30.20%
HSB/HSV356°44.44%38.82%
CMYK0.00%44.44%41.41%
61.18%

Color #63373A in popluar number systems.

HEX63373A
Decimal995558
Binary1100011110111111010
Octal1436772

Shades and tints

Shades of #63373A

#63373A
(99,55,58)
#5A3235
(90,50,53)
#512D30
(81,45,48)
#48282B
(72,40,43)
#3F2326
(63,35,38)
#361E21
(54,30,33)
#2D191C
(45,25,28)
#241417
(36,20,23)
#1B0F12
(27,15,18)
#120A0D
(18,10,13)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #63373A

#63373A
(99,55,58)
#71494B
(113,73,75)
#7F5B5C
(127,91,92)
#8D6D6D
(141,109,109)
#9B7F7E
(155,127,126)
#A9918F
(169,145,143)
#B7A3A0
(183,163,160)
#C5B5B1
(197,181,177)
#D3C7C2
(211,199,194)
#E1D9D3
(225,217,211)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63373A; }

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

This text font color is #63373A.


Background Color

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

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

This div background color is #63373A.


Border color

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

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

This div border color is #63373A.


Opacity

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

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

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

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

This text has shadow with #63373A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63373A on black background.


Color preview on white background

This text has color #63373A on white background.



Black color preview on #63373A background

This text has black color on #63373A background.


White color preview on #63373A background

This text has white color on #63373A background.