COLOR #633A24

HEX: #633A24
RGB: (99,58,36)

Color info

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

RGB color model

#633A24 color RGB value is (99,58,36).

  • red value is 99;
  • green value is 58;
  • blue value is 36.
RGB:
(99,58,36)
(39%,23%,14%)

RGB channels and saturation

R 99 of 255 = 39%
G 58 of 255 = 23%
B 36 of 255 = 14%

99
58
36

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

Portions of RGB colors in percentages

R + G + B =
99 + 58 + 36 = 193 (100%)
R 99 of 193 ~ 51.3%
G 58 of 193 ~ 30.05%
B 36 of 193 ~ 18.65%

%51.3
%30.05
%18.65

CMYK color model

#633A24 color CMYK value is (0,41,64,61).

  • cyan value is 0.00%
  • magenta value is 41.41%
  • yellow value is 63.64%
  • key color value is 61.18%
CMYK:
(0,41,64,61)
C0M41Y64K61 
(0%,41%,64%,61%)
(0.00/0.41/0.64/0.61)	

CMYK percentages

%0
%41.41
%63.64
%61.18

Codes

Color #633A24 in popluar color models

633A24
RGB995836
HSL21°46.67%26.47%
HSB/HSV21°63.64%38.82%
CMYK0.00%41.41%63.64%
61.18%

Color #633A24 in popluar number systems.

HEX633A24
Decimal995836
Binary1100011111010100100
Octal1437244

Shades and tints

Shades of #633A24

#633A24
(99,58,36)
#5A3521
(90,53,33)
#51301E
(81,48,30)
#482B1B
(72,43,27)
#3F2618
(63,38,24)
#362115
(54,33,21)
#2D1C12
(45,28,18)
#24170F
(36,23,15)
#1B120C
(27,18,12)
#120D09
(18,13,9)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #633A24

#633A24
(99,58,36)
#714B37
(113,75,55)
#7F5C4A
(127,92,74)
#8D6D5D
(141,109,93)
#9B7E70
(155,126,112)
#A98F83
(169,143,131)
#B7A096
(183,160,150)
#C5B1A9
(197,177,169)
#D3C2BC
(211,194,188)
#E1D3CF
(225,211,207)
#EFE4E2
(239,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633A24; }

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

This text font color is #633A24.


Background Color

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

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

This div background color is #633A24.


Border color

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

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

This div border color is #633A24.


Opacity

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

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

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

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

This text has shadow with #633A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633A24 on black background.


Color preview on white background

This text has color #633A24 on white background.



Black color preview on #633A24 background

This text has black color on #633A24 background.


White color preview on #633A24 background

This text has white color on #633A24 background.