COLOR #633F41

HEX: #633F41
RGB: (99,63,65)

Color info

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

RGB color model

#633F41 color RGB value is (99,63,65).

  • red value is 99;
  • green value is 63;
  • blue value is 65.
RGB:
(99,63,65)
(39%,25%,25%)

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 65 of 255 = 25%

99
63
65

R + G + B ~ 30%. #633F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 63 + 65 = 227 (100%)
R 99 of 227 ~ 43.61%
G 63 of 227 ~ 27.75%
B 65 of 227 ~ 28.63%

%43.61
%27.75
%28.63

CMYK color model

#633F41 color CMYK value is (0,36,34,61).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 34.34%
  • key color value is 61.18%
CMYK:
(0,36,34,61)
C0M36Y34K61 
(0%,36%,34%,61%)
(0.00/0.36/0.34/0.61)	

CMYK percentages

%0
%36.36
%34.34
%61.18

Codes

Color #633F41 in popluar color models

633F41
RGB996365
HSL357°22.22%31.76%
HSB/HSV357°36.36%38.82%
CMYK0.00%36.36%34.34%
61.18%

Color #633F41 in popluar number systems.

HEX633F41
Decimal996365
Binary11000111111111000001
Octal14377101

Shades and tints

Shades of #633F41

#633F41
(99,63,65)
#5A3A3C
(90,58,60)
#513537
(81,53,55)
#483032
(72,48,50)
#3F2B2D
(63,43,45)
#362628
(54,38,40)
#2D2123
(45,33,35)
#241C1E
(36,28,30)
#1B1719
(27,23,25)
#121214
(18,18,20)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #633F41

#633F41
(99,63,65)
#715052
(113,80,82)
#7F6163
(127,97,99)
#8D7274
(141,114,116)
#9B8385
(155,131,133)
#A99496
(169,148,150)
#B7A5A7
(183,165,167)
#C5B6B8
(197,182,184)
#D3C7C9
(211,199,201)
#E1D8DA
(225,216,218)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633F41 color. Also use rgb(99,63,65) instead hex code.

Text Font Color

.myTextColor { color: #633F41; }

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

This text font color is #633F41.


Background Color

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

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

This div background color is #633F41.


Border color

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

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

This div border color is #633F41.


Opacity

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

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

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

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

This text has shadow with #633F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633F41 on black background.


Color preview on white background

This text has color #633F41 on white background.



Black color preview on #633F41 background

This text has black color on #633F41 background.


White color preview on #633F41 background

This text has white color on #633F41 background.