COLOR #633B1F

HEX: #633B1F
RGB: (99,59,31)

Color info

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

RGB color model

#633B1F color RGB value is (99,59,31).

  • red value is 99;
  • green value is 59;
  • blue value is 31.
RGB:
(99,59,31)
(39%,23%,12%)

RGB channels and saturation

R 99 of 255 = 39%
G 59 of 255 = 23%
B 31 of 255 = 12%

99
59
31

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

Portions of RGB colors in percentages

R + G + B =
99 + 59 + 31 = 189 (100%)
R 99 of 189 ~ 52.38%
G 59 of 189 ~ 31.22%
B 31 of 189 ~ 16.4%

%52.38
%31.22
%16.4

CMYK color model

#633B1F color CMYK value is (0,40,69,61).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 68.69%
  • key color value is 61.18%
CMYK:
(0,40,69,61)
C0M40Y69K61 
(0%,40%,69%,61%)
(0.00/0.40/0.69/0.61)	

CMYK percentages

%0
%40.4
%68.69
%61.18

Codes

Color #633B1F in popluar color models

633B1F
RGB995931
HSL25°52.31%25.49%
HSB/HSV25°68.69%38.82%
CMYK0.00%40.40%68.69%
61.18%

Color #633B1F in popluar number systems.

HEX633B1F
Decimal995931
Binary110001111101111111
Octal1437337

Shades and tints

Shades of #633B1F

#633B1F
(99,59,31)
#5A361D
(90,54,29)
#51311B
(81,49,27)
#482C19
(72,44,25)
#3F2717
(63,39,23)
#362215
(54,34,21)
#2D1D13
(45,29,19)
#241811
(36,24,17)
#1B130F
(27,19,15)
#120E0D
(18,14,13)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #633B1F

#633B1F
(99,59,31)
#714C33
(113,76,51)
#7F5D47
(127,93,71)
#8D6E5B
(141,110,91)
#9B7F6F
(155,127,111)
#A99083
(169,144,131)
#B7A197
(183,161,151)
#C5B2AB
(197,178,171)
#D3C3BF
(211,195,191)
#E1D4D3
(225,212,211)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633B1F; }

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

This text font color is #633B1F.


Background Color

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

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

This div background color is #633B1F.


Border color

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

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

This div border color is #633B1F.


Opacity

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

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

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

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

This text has shadow with #633B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633B1F on black background.


Color preview on white background

This text has color #633B1F on white background.



Black color preview on #633B1F background

This text has black color on #633B1F background.


White color preview on #633B1F background

This text has white color on #633B1F background.