COLOR #633B28

HEX: #633B28 RGB: (99,59,40)

Color info

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

RGB color model

#633B28 color RGB value is (99,59,40).

RGB: (99,59,40) (39%, 23%, 16%)

RGB channels and saturation

R 99 of 255 = 39%
G 59 of 255 = 23%
B 40 of 255 = 16%

99
59
40

R + G + B ~ 26%. #633B28 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 59 + 40 = 198 (100%)
R 99 of 198 ~ 50%
G 59 of 198 ~ 29.8%
B 40 of 198 ~ 20.2'%

%50
%29.8
%20.2

CMYK color model

#633B28 color CMYK value is (0,40,60,61).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 59.60%
  • key color value is 61.18%

CMYK: (0,40,60,61)
C0M40Y60K61 (0%, 40%, 60%, 61%)
(0.00 / 0.40 / 0.60 / 0.61)

CMYK percentages

%0
%40.4
%59.6
%61.18

Codes

Color #633B28 in popluar color models

63 3B 28
RGB 99 59 40
HSL 19° 42.45% 27.25%
HSB/HSV 19° 59.60% 38.82%
CMYK 0.00% 40.40% 59.60%
61.18%

Color #633B28 in popluar number systems.

HEX 63 3B 28
Decimal 99 59 40
Binary 1100011 111011 101000
Octal 143 73 50

Shades and tints

Shades of #633B28

#633B28
(99,59,40)
#5A3625
(90,54,37)
#513122
(81,49,34)
#482C1F
(72,44,31)
#3F271C
(63,39,28)
#362219
(54,34,25)
#2D1D16
(45,29,22)
#241813
(36,24,19)
#1B1310
(27,19,16)
#120E0D
(18,14,13)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #633B28

#633B28
(99,59,40)
#714C3B
(113,76,59)
#7F5D4E
(127,93,78)
#8D6E61
(141,110,97)
#9B7F74
(155,127,116)
#A99087
(169,144,135)
#B7A19A
(183,161,154)
#C5B2AD
(197,178,173)
#D3C3C0
(211,195,192)
#E1D4D3
(225,212,211)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633B28; }

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

This text font color is #633B28.

Background Color

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

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

This div background color is #633B28.

Border color

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

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

This div border color is #633B28.

Opacity

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

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

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

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

This text has shadow with #633B28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633B28.

Preview

Color preview on black background

This text has color #633B28 on black background.


Color preview on white background

This text has color #633B28 on white background.


Black color preview on #633B28 background

This text has black color on #633B28 background.


White color preview on #633B28 background

This text has white color on #633B28 background.


Related colors

Complementary color

Complementary color for #hex is #9CC4D7.


I love getcolorcode.com

Triadic colors

1 #28633B and #3B2863 with #633B28 are triadic colors.

2 #283B63 and #3B6328 with #633B28 are triadic colors.