COLOR #63343D

HEX: #63343D
RGB: (99,52,61)

Renk bilgisi

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

RGB renk modeli

#63343D color RGB value is (99,52,61).

  • kırmız ton 99;
  • yeşil ton 52;
  • mavi ton 61.
RGB:
(99,52,61)
(39%,20%,24%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 52 of 255 = 20%
B 61 of 255 = 24%

99
52
61

R + G + B ~ 28%. #63343D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 52 + 61 = 212 (100%)
R 99 of 212 ~ 46.7%
G 52 of 212 ~ 24.53%
B 61 of 212 ~ 28.77%

%46.7
%24.53
%28.77

CMYK RENK MODELİ

#63343D rengi CMYK tonu (0,47,38,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.47%
  • sarı tonu 38.38%
  • ana renk tonu 61.18%
CMYK:
(0,47,38,61)
C0M47Y38K61 
(0%,47%,38%,61%)
(0.00/0.47/0.38/0.61)	

CMYK yüzdeleri

%0
%47.47
%38.38
%61.18

Codes

Color #63343D in popluar color models

63343D
RGB995261
HSL349°31.13%29.61%
HSB/HSV349°47.47%38.82%
CMYK0.00%47.47%38.38%
61.18%

Color #63343D in popluar number systems.

HEX63343D
Decimal995261
Binary1100011110100111101
Octal1436475

Shades and tints

Shades of #63343D

#63343D
(99,52,61)
#5A3038
(90,48,56)
#512C33
(81,44,51)
#48282E
(72,40,46)
#3F2429
(63,36,41)
#362024
(54,32,36)
#2D1C1F
(45,28,31)
#24181A
(36,24,26)
#1B1415
(27,20,21)
#121010
(18,16,16)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #63343D

#63343D
(99,52,61)
#71464E
(113,70,78)
#7F585F
(127,88,95)
#8D6A70
(141,106,112)
#9B7C81
(155,124,129)
#A98E92
(169,142,146)
#B7A0A3
(183,160,163)
#C5B2B4
(197,178,180)
#D3C4C5
(211,196,197)
#E1D6D6
(225,214,214)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63343D color. Also use rgb(99,52,61) instead hex code.

Text Font Color

.myTextColor { color: #63343D; }

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

This text font color is #63343D.


Background Color

.myBgColor { background-color: #63343D; }

<div style="background-color:#63343D">Inner text</div>

This div background color is #63343D.


Border color

.myBorderColor { border: 1px solid #63343D; }

<div style="border:3px solid #63343D">Div</div>

This div border color is #63343D.


Opacity

.myOpacity80 { color: #63343D; opacity: 0.8; }

<p style="color:#63343D;opacity:0.8;">80%</p>

Text with #63343D 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 #63343D;}

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

This text has shadow with #63343D color.

.textShadow {text-shadow: 3px 3px 1px #63343D, 3px 3px 1px red;}

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

This text has shadow with #63343D primary color and red secondary color.


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

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

This text has shadow with #63343D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63343D on black background.


Color preview on white background

This text has color #63343D on white background.



Black color preview on #63343D background

This text has black color on #63343D background.


White color preview on #63343D background

This text has white color on #63343D background.