COLOR #633E20

HEX: #633E20 RGB: (99,62,32)

Color info

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

RGB color model

#633E20 color RGB value is (99,62,32).

RGB: (99,62,32) (39%, 24%, 13%)

RGB channels and saturation

R 99 of 255 = 39%
G 62 of 255 = 24%
B 32 of 255 = 13%

99
62
32

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

Portions of RGB colors in percentages

R + G + B = 99 + 62 + 32 = 193 (100%)
R 99 of 193 ~ 51.3%
G 62 of 193 ~ 32.12%
B 32 of 193 ~ 16.58'%

%51.3
%32.12
%16.58

CMYK color model

#633E20 color CMYK value is (0,37,68,61).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 67.68%
  • key color value is 61.18%

CMYK: (0,37,68,61)
C0M37Y68K61 (0%, 37%, 68%, 61%)
(0.00 / 0.37 / 0.68 / 0.61)

CMYK percentages

%0
%37.37
%67.68
%61.18

Codes

Color #633E20 in popluar color models

63 3E 20
RGB 99 62 32
HSL 27° 51.15% 25.69%
HSB/HSV 27° 67.68% 38.82%
CMYK 0.00% 37.37% 67.68%
61.18%

Color #633E20 in popluar number systems.

HEX 63 3E 20
Decimal 99 62 32
Binary 1100011 111110 100000
Octal 143 76 40

Shades and tints

Shades of #633E20

#633E20
(99,62,32)
#5A391E
(90,57,30)
#51341C
(81,52,28)
#482F1A
(72,47,26)
#3F2A18
(63,42,24)
#362516
(54,37,22)
#2D2014
(45,32,20)
#241B12
(36,27,18)
#1B1610
(27,22,16)
#12110E
(18,17,14)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #633E20

#633E20
(99,62,32)
#714F34
(113,79,52)
#7F6048
(127,96,72)
#8D715C
(141,113,92)
#9B8270
(155,130,112)
#A99384
(169,147,132)
#B7A498
(183,164,152)
#C5B5AC
(197,181,172)
#D3C6C0
(211,198,192)
#E1D7D4
(225,215,212)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633E20; }

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

This text font color is #633E20.

Background Color

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

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

This div background color is #633E20.

Border color

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

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

This div border color is #633E20.

Opacity

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

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

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

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

This text has shadow with #633E20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633E20.

Preview

Color preview on black background

This text has color #633E20 on black background.


Color preview on white background

This text has color #633E20 on white background.


Black color preview on #633E20 background

This text has black color on #633E20 background.


White color preview on #633E20 background

This text has white color on #633E20 background.


Related colors

Complementary color

Complementary color for #hex is #9CC1DF.


I love getcolorcode.com

Triadic colors

1 #20633E and #3E2063 with #633E20 are triadic colors.

2 #203E63 and #3E6320 with #633E20 are triadic colors.