COLOR #633B46

HEX: #633B46
RGB: (99,59,70)

Color info

#633B46 contains red, green and blue colors in about the same proportion. Web safe color of #633B46 is #663333 (or #633).

RGB color model

#633B46 color RGB value is (99,59,70).

  • red value is 99;
  • green value is 59;
  • blue value is 70.
RGB:
(99,59,70)
(39%,23%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 59 of 255 = 23%
B 70 of 255 = 27%

99
59
70

R + G + B ~ 30%. #633B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 59 + 70 = 228 (100%)
R 99 of 228 ~ 43.42%
G 59 of 228 ~ 25.88%
B 70 of 228 ~ 30.7%

%43.42
%25.88
%30.7

CMYK color model

#633B46 color CMYK value is (0,40,29,61).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(0,40,29,61)
C0M40Y29K61 
(0%,40%,29%,61%)
(0.00/0.40/0.29/0.61)	

CMYK percentages

%0
%40.4
%29.29
%61.18

Codes

Color #633B46 in popluar color models

633B46
RGB995970
HSL344°25.32%30.98%
HSB/HSV344°40.40%38.82%
CMYK0.00%40.40%29.29%
61.18%

Color #633B46 in popluar number systems.

HEX633B46
Decimal995970
Binary11000111110111000110
Octal14373106

Shades and tints

Shades of #633B46

#633B46
(99,59,70)
#5A3640
(90,54,64)
#51313A
(81,49,58)
#482C34
(72,44,52)
#3F272E
(63,39,46)
#362228
(54,34,40)
#2D1D22
(45,29,34)
#24181C
(36,24,28)
#1B1316
(27,19,22)
#120E10
(18,14,16)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #633B46

#633B46
(99,59,70)
#714C56
(113,76,86)
#7F5D66
(127,93,102)
#8D6E76
(141,110,118)
#9B7F86
(155,127,134)
#A99096
(169,144,150)
#B7A1A6
(183,161,166)
#C5B2B6
(197,178,182)
#D3C3C6
(211,195,198)
#E1D4D6
(225,212,214)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633B46 color. Also use rgb(99,59,70) instead hex code.

Text Font Color

.myTextColor { color: #633B46; }

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

This text font color is #633B46.


Background Color

.myBgColor { background-color: #633B46; }

<div style="background-color:#633B46">Inner text</div>

This div background color is #633B46.


Border color

.myBorderColor { border: 1px solid #633B46; }

<div style="border:3px solid #633B46">Div</div>

This div border color is #633B46.


Opacity

.myOpacity80 { color: #633B46; opacity: 0.8; }

<p style="color:#633B46;opacity:0.8;">80%</p>

Text with #633B46 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 #633B46;}

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

This text has shadow with #633B46 color.

.textShadow {text-shadow: 3px 3px 1px #633B46, 3px 3px 1px red;}

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

This text has shadow with #633B46 primary color and red secondary color.


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

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

This text has shadow with #633B46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633B46 on black background.


Color preview on white background

This text has color #633B46 on white background.



Black color preview on #633B46 background

This text has black color on #633B46 background.


White color preview on #633B46 background

This text has white color on #633B46 background.