COLOR #633A21

HEX: #633A21 RGB: (99,58,33)

Color info

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

RGB color model

#633A21 color RGB value is (99,58,33).

RGB: (99,58,33) (39%, 23%, 13%)

RGB channels and saturation

R 99 of 255 = 39%
G 58 of 255 = 23%
B 33 of 255 = 13%

99
58
33

R + G + B ~ 25%. #633A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 58 + 33 = 190 (100%)
R 99 of 190 ~ 52.11%
G 58 of 190 ~ 30.53%
B 33 of 190 ~ 17.37'%

%52.11
%30.53
%17.37

CMYK color model

#633A21 color CMYK value is (0,41,67,61).

  • cyan value is 0.00%
  • magenta value is 41.41%
  • yellow value is 66.67%
  • key color value is 61.18%

CMYK: (0,41,67,61)
C0M41Y67K61 (0%, 41%, 67%, 61%)
(0.00 / 0.41 / 0.67 / 0.61)

CMYK percentages

%0
%41.41
%66.67
%61.18

Codes

Color #633A21 in popluar color models

63 3A 21
RGB 99 58 33
HSL 23° 50.00% 25.88%
HSB/HSV 23° 66.67% 38.82%
CMYK 0.00% 41.41% 66.67%
61.18%

Color #633A21 in popluar number systems.

HEX 63 3A 21
Decimal 99 58 33
Binary 1100011 111010 100001
Octal 143 72 41

Shades and tints

Shades of #633A21

#633A21
(99,58,33)
#5A351E
(90,53,30)
#51301B
(81,48,27)
#482B18
(72,43,24)
#3F2615
(63,38,21)
#362112
(54,33,18)
#2D1C0F
(45,28,15)
#24170C
(36,23,12)
#1B1209
(27,18,9)
#120D06
(18,13,6)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #633A21

#633A21
(99,58,33)
#714B35
(113,75,53)
#7F5C49
(127,92,73)
#8D6D5D
(141,109,93)
#9B7E71
(155,126,113)
#A98F85
(169,143,133)
#B7A099
(183,160,153)
#C5B1AD
(197,177,173)
#D3C2C1
(211,194,193)
#E1D3D5
(225,211,213)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633A21 color. Also use rgb(99,58,33) instead hex code.

Text Font Color

.myTextColor { color: #633A21; }

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

This text font color is #633A21.

Background Color

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

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

This div background color is #633A21.

Border color

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

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

This div border color is #633A21.

Opacity

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

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

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

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

This text has shadow with #633A21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633A21.

Preview

Color preview on black background

This text has color #633A21 on black background.


Color preview on white background

This text has color #633A21 on white background.


Black color preview on #633A21 background

This text has black color on #633A21 background.


White color preview on #633A21 background

This text has white color on #633A21 background.


Related colors

Complementary color

Complementary color for #hex is #9CC5DE.


I love getcolorcode.com

Triadic colors

1 #21633A and #3A2163 with #633A21 are triadic colors.

2 #213A63 and #3A6321 with #633A21 are triadic colors.