COLOR #63474A

HEX: #63474A
RGB: (99,71,74)

Renk bilgisi

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

RGB renk modeli

#63474A color RGB value is (99,71,74).

  • kırmız ton 99;
  • yeşil ton 71;
  • mavi ton 74.
RGB:
(99,71,74)
(39%,28%,29%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 71 of 255 = 28%
B 74 of 255 = 29%

99
71
74

R + G + B ~ 32%. #63474A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 71 + 74 = 244 (100%)
R 99 of 244 ~ 40.57%
G 71 of 244 ~ 29.1%
B 74 of 244 ~ 30.33%

%40.57
%29.1
%30.33

CMYK RENK MODELİ

#63474A rengi CMYK tonu (0,28,25,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.28%
  • sarı tonu 25.25%
  • ana renk tonu 61.18%
CMYK:
(0,28,25,61)
C0M28Y25K61 
(0%,28%,25%,61%)
(0.00/0.28/0.25/0.61)	

CMYK yüzdeleri

%0
%28.28
%25.25
%61.18

Codes

Color #63474A in popluar color models

63474A
RGB997174
HSL354°16.47%33.33%
HSB/HSV354°28.28%38.82%
CMYK0.00%28.28%25.25%
61.18%

Color #63474A in popluar number systems.

HEX63474A
Decimal997174
Binary110001110001111001010
Octal143107112

Shades and tints

Shades of #63474A

#63474A
(99,71,74)
#5A4144
(90,65,68)
#513B3E
(81,59,62)
#483538
(72,53,56)
#3F2F32
(63,47,50)
#36292C
(54,41,44)
#2D2326
(45,35,38)
#241D20
(36,29,32)
#1B171A
(27,23,26)
#121114
(18,17,20)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #63474A

#63474A
(99,71,74)
#71575A
(113,87,90)
#7F676A
(127,103,106)
#8D777A
(141,119,122)
#9B878A
(155,135,138)
#A9979A
(169,151,154)
#B7A7AA
(183,167,170)
#C5B7BA
(197,183,186)
#D3C7CA
(211,199,202)
#E1D7DA
(225,215,218)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63474A color. Also use rgb(99,71,74) instead hex code.

Text Font Color

.myTextColor { color: #63474A; }

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

This text font color is #63474A.


Background Color

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

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

This div background color is #63474A.


Border color

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

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

This div border color is #63474A.


Opacity

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

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

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

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

This text has shadow with #63474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63474A on black background.


Color preview on white background

This text has color #63474A on white background.



Black color preview on #63474A background

This text has black color on #63474A background.


White color preview on #63474A background

This text has white color on #63474A background.