COLOR #63513D

HEX: #63513D
RGB: (99,81,61)

Renk bilgisi

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

RGB renk modeli

#63513D color RGB value is (99,81,61).

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

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 81 of 255 = 32%
B 61 of 255 = 24%

99
81
61

R + G + B ~ 32%. #63513D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 81 + 61 = 241 (100%)
R 99 of 241 ~ 41.08%
G 81 of 241 ~ 33.61%
B 61 of 241 ~ 25.31%

%41.08
%33.61
%25.31

CMYK RENK MODELİ

#63513D rengi CMYK tonu (0,18,38,61).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 38.38%
  • ana renk tonu 61.18%
CMYK:
(0,18,38,61)
C0M18Y38K61 
(0%,18%,38%,61%)
(0.00/0.18/0.38/0.61)	

CMYK yüzdeleri

%0
%18.18
%38.38
%61.18

Codes

Color #63513D in popluar color models

63513D
RGB998161
HSL32°23.75%31.37%
HSB/HSV32°38.38%38.82%
CMYK0.00%18.18%38.38%
61.18%

Color #63513D in popluar number systems.

HEX63513D
Decimal998161
Binary11000111010001111101
Octal14312175

Shades and tints

Shades of #63513D

#63513D
(99,81,61)
#5A4A38
(90,74,56)
#514333
(81,67,51)
#483C2E
(72,60,46)
#3F3529
(63,53,41)
#362E24
(54,46,36)
#2D271F
(45,39,31)
#24201A
(36,32,26)
#1B1915
(27,25,21)
#121210
(18,18,16)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #63513D

#63513D
(99,81,61)
#71604E
(113,96,78)
#7F6F5F
(127,111,95)
#8D7E70
(141,126,112)
#9B8D81
(155,141,129)
#A99C92
(169,156,146)
#B7ABA3
(183,171,163)
#C5BAB4
(197,186,180)
#D3C9C5
(211,201,197)
#E1D8D6
(225,216,214)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63513D; }

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

This text font color is #63513D.


Background Color

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

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

This div background color is #63513D.


Border color

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

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

This div border color is #63513D.


Opacity

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

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

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

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

This text has shadow with #63513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63513D on black background.


Color preview on white background

This text has color #63513D on white background.



Black color preview on #63513D background

This text has black color on #63513D background.


White color preview on #63513D background

This text has white color on #63513D background.