COLOR #632E20

HEX: #632E20
RGB: (99,46,32)

Color info

#632E20 contains mainly red and green colors. Web safe color of #632E20 is #663333 (or #633).

RGB color model

#632E20 color RGB value is (99,46,32).

  • red value is 99;
  • green value is 46;
  • blue value is 32.
RGB:
(99,46,32)
(39%,18%,13%)

RGB channels and saturation

R 99 of 255 = 39%
G 46 of 255 = 18%
B 32 of 255 = 13%

99
46
32

R + G + B ~ 23%. #632E20 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 46 + 32 = 177 (100%)
R 99 of 177 ~ 55.93%
G 46 of 177 ~ 25.99%
B 32 of 177 ~ 18.08%

%55.93
%25.99
%18.08

CMYK color model

#632E20 color CMYK value is (0,54,68,61).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 67.68%
  • key color value is 61.18%
CMYK:
(0,54,68,61)
C0M54Y68K61 
(0%,54%,68%,61%)
(0.00/0.54/0.68/0.61)	

CMYK percentages

%0
%53.54
%67.68
%61.18

Codes

Color #632E20 in popluar color models

632E20
RGB994632
HSL13°51.15%25.69%
HSB/HSV13°67.68%38.82%
CMYK0.00%53.54%67.68%
61.18%

Color #632E20 in popluar number systems.

HEX632E20
Decimal994632
Binary1100011101110100000
Octal1435640

Shades and tints

Shades of #632E20

#632E20
(99,46,32)
#5A2A1E
(90,42,30)
#51261C
(81,38,28)
#48221A
(72,34,26)
#3F1E18
(63,30,24)
#361A16
(54,26,22)
#2D1614
(45,22,20)
#241212
(36,18,18)
#1B0E10
(27,14,16)
#120A0E
(18,10,14)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #632E20

#632E20
(99,46,32)
#714134
(113,65,52)
#7F5448
(127,84,72)
#8D675C
(141,103,92)
#9B7A70
(155,122,112)
#A98D84
(169,141,132)
#B7A098
(183,160,152)
#C5B3AC
(197,179,172)
#D3C6C0
(211,198,192)
#E1D9D4
(225,217,212)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #632E20 color. Also use rgb(99,46,32) instead hex code.

Text Font Color

.myTextColor { color: #632E20; }

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

This text font color is #632E20.


Background Color

.myBgColor { background-color: #632E20; }

<div style="background-color:#632E20">Inner text</div>

This div background color is #632E20.


Border color

.myBorderColor { border: 1px solid #632E20; }

<div style="border:3px solid #632E20">Div</div>

This div border color is #632E20.


Opacity

.myOpacity80 { color: #632E20; opacity: 0.8; }

<p style="color:#632E20;opacity:0.8;">80%</p>

Text with #632E20 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 #632E20;}

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

This text has shadow with #632E20 color.

.textShadow {text-shadow: 3px 3px 1px #632E20, 3px 3px 1px red;}

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

This text has shadow with #632E20 primary color and red secondary color.


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

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

This text has shadow with #632E20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #632E20 on black background.


Color preview on white background

This text has color #632E20 on white background.



Black color preview on #632E20 background

This text has black color on #632E20 background.


White color preview on #632E20 background

This text has white color on #632E20 background.