COLOR #63252F

HEX: #63252F
RGB: (99,37,47)

Color info

#63252F contains mainly red and blue colors. Web safe color of #63252F is #663333 (or #633).

RGB color model

#63252F color RGB value is (99,37,47).

  • red value is 99;
  • green value is 37;
  • blue value is 47.
RGB:
(99,37,47)
(39%,15%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 37 of 255 = 15%
B 47 of 255 = 18%

99
37
47

R + G + B ~ 24%. #63252F is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 37 + 47 = 183 (100%)
R 99 of 183 ~ 54.1%
G 37 of 183 ~ 20.22%
B 47 of 183 ~ 25.68%

%54.1
%20.22
%25.68

CMYK color model

#63252F color CMYK value is (0,63,53,61).

  • cyan value is 0.00%
  • magenta value is 62.63%
  • yellow value is 52.53%
  • key color value is 61.18%
CMYK:
(0,63,53,61)
C0M63Y53K61 
(0%,63%,53%,61%)
(0.00/0.63/0.53/0.61)	

CMYK percentages

%0
%62.63
%52.53
%61.18

Codes

Color #63252F in popluar color models

63252F
RGB993747
HSL350°45.59%26.67%
HSB/HSV350°62.63%38.82%
CMYK0.00%62.63%52.53%
61.18%

Color #63252F in popluar number systems.

HEX63252F
Decimal993747
Binary1100011100101101111
Octal1434557

Shades and tints

Shades of #63252F

#63252F
(99,37,47)
#5A222B
(90,34,43)
#511F27
(81,31,39)
#481C23
(72,28,35)
#3F191F
(63,25,31)
#36161B
(54,22,27)
#2D1317
(45,19,23)
#241013
(36,16,19)
#1B0D0F
(27,13,15)
#120A0B
(18,10,11)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #63252F

#63252F
(99,37,47)
#713841
(113,56,65)
#7F4B53
(127,75,83)
#8D5E65
(141,94,101)
#9B7177
(155,113,119)
#A98489
(169,132,137)
#B7979B
(183,151,155)
#C5AAAD
(197,170,173)
#D3BDBF
(211,189,191)
#E1D0D1
(225,208,209)
#EFE3E3
(239,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63252F color. Also use rgb(99,37,47) instead hex code.

Text Font Color

.myTextColor { color: #63252F; }

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

This text font color is #63252F.


Background Color

.myBgColor { background-color: #63252F; }

<div style="background-color:#63252F">Inner text</div>

This div background color is #63252F.


Border color

.myBorderColor { border: 1px solid #63252F; }

<div style="border:3px solid #63252F">Div</div>

This div border color is #63252F.


Opacity

.myOpacity80 { color: #63252F; opacity: 0.8; }

<p style="color:#63252F;opacity:0.8;">80%</p>

Text with #63252F 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 #63252F;}

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

This text has shadow with #63252F color.

.textShadow {text-shadow: 3px 3px 1px #63252F, 3px 3px 1px red;}

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

This text has shadow with #63252F primary color and red secondary color.


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

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

This text has shadow with #63252F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63252F on black background.


Color preview on white background

This text has color #63252F on white background.



Black color preview on #63252F background

This text has black color on #63252F background.


White color preview on #63252F background

This text has white color on #63252F background.