COLOR #633C3A

HEX: #633C3A
RGB: (99,60,58)

Color info

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

RGB color model

#633C3A color RGB value is (99,60,58).

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

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 58 of 255 = 23%

99
60
58

R + G + B ~ 29%. #633C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 60 + 58 = 217 (100%)
R 99 of 217 ~ 45.62%
G 60 of 217 ~ 27.65%
B 58 of 217 ~ 26.73%

%45.62
%27.65
%26.73

CMYK color model

#633C3A color CMYK value is (0,39,41,61).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 41.41%
  • key color value is 61.18%
CMYK:
(0,39,41,61)
C0M39Y41K61 
(0%,39%,41%,61%)
(0.00/0.39/0.41/0.61)	

CMYK percentages

%0
%39.39
%41.41
%61.18

Codes

Color #633C3A in popluar color models

633C3A
RGB996058
HSL26.11%30.78%
HSB/HSV41.41%38.82%
CMYK0.00%39.39%41.41%
61.18%

Color #633C3A in popluar number systems.

HEX633C3A
Decimal996058
Binary1100011111100111010
Octal1437472

Shades and tints

Shades of #633C3A

#633C3A
(99,60,58)
#5A3735
(90,55,53)
#513230
(81,50,48)
#482D2B
(72,45,43)
#3F2826
(63,40,38)
#362321
(54,35,33)
#2D1E1C
(45,30,28)
#241917
(36,25,23)
#1B1412
(27,20,18)
#120F0D
(18,15,13)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #633C3A

#633C3A
(99,60,58)
#714D4B
(113,77,75)
#7F5E5C
(127,94,92)
#8D6F6D
(141,111,109)
#9B807E
(155,128,126)
#A9918F
(169,145,143)
#B7A2A0
(183,162,160)
#C5B3B1
(197,179,177)
#D3C4C2
(211,196,194)
#E1D5D3
(225,213,211)
#EFE6E4
(239,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633C3A; }

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

This text font color is #633C3A.


Background Color

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

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

This div background color is #633C3A.


Border color

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

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

This div border color is #633C3A.


Opacity

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

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

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

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

This text has shadow with #633C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633C3A on black background.


Color preview on white background

This text has color #633C3A on white background.



Black color preview on #633C3A background

This text has black color on #633C3A background.


White color preview on #633C3A background

This text has white color on #633C3A background.