COLOR #633C2D

HEX: #633C2D
RGB: (99,60,45)

Color info

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

RGB color model

#633C2D color RGB value is (99,60,45).

  • red value is 99;
  • green value is 60;
  • blue value is 45.
RGB:
(99,60,45)
(39%,24%,18%)

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 45 of 255 = 18%

99
60
45

R + G + B ~ 27%. #633C2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 60 + 45 = 204 (100%)
R 99 of 204 ~ 48.53%
G 60 of 204 ~ 29.41%
B 45 of 204 ~ 22.06%

%48.53
%29.41
%22.06

CMYK color model

#633C2D color CMYK value is (0,39,55,61).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 54.55%
  • key color value is 61.18%
CMYK:
(0,39,55,61)
C0M39Y55K61 
(0%,39%,55%,61%)
(0.00/0.39/0.55/0.61)	

CMYK percentages

%0
%39.39
%54.55
%61.18

Codes

Color #633C2D in popluar color models

633C2D
RGB996045
HSL17°37.50%28.24%
HSB/HSV17°54.55%38.82%
CMYK0.00%39.39%54.55%
61.18%

Color #633C2D in popluar number systems.

HEX633C2D
Decimal996045
Binary1100011111100101101
Octal1437455

Shades and tints

Shades of #633C2D

#633C2D
(99,60,45)
#5A3729
(90,55,41)
#513225
(81,50,37)
#482D21
(72,45,33)
#3F281D
(63,40,29)
#362319
(54,35,25)
#2D1E15
(45,30,21)
#241911
(36,25,17)
#1B140D
(27,20,13)
#120F09
(18,15,9)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #633C2D

#633C2D
(99,60,45)
#714D40
(113,77,64)
#7F5E53
(127,94,83)
#8D6F66
(141,111,102)
#9B8079
(155,128,121)
#A9918C
(169,145,140)
#B7A29F
(183,162,159)
#C5B3B2
(197,179,178)
#D3C4C5
(211,196,197)
#E1D5D8
(225,213,216)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633C2D color. Also use rgb(99,60,45) instead hex code.

Text Font Color

.myTextColor { color: #633C2D; }

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

This text font color is #633C2D.


Background Color

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

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

This div background color is #633C2D.


Border color

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

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

This div border color is #633C2D.


Opacity

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

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

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

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

This text has shadow with #633C2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633C2D on black background.


Color preview on white background

This text has color #633C2D on white background.



Black color preview on #633C2D background

This text has black color on #633C2D background.


White color preview on #633C2D background

This text has white color on #633C2D background.