COLOR #633538

HEX: #633538
RGB: (99,53,56)

Color info

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

RGB color model

#633538 color RGB value is (99,53,56).

  • red value is 99;
  • green value is 53;
  • blue value is 56.
RGB:
(99,53,56)
(39%,21%,22%)

RGB channels and saturation

R 99 of 255 = 39%
G 53 of 255 = 21%
B 56 of 255 = 22%

99
53
56

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

Portions of RGB colors in percentages

R + G + B =
99 + 53 + 56 = 208 (100%)
R 99 of 208 ~ 47.6%
G 53 of 208 ~ 25.48%
B 56 of 208 ~ 26.92%

%47.6
%25.48
%26.92

CMYK color model

#633538 color CMYK value is (0,46,43,61).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 43.43%
  • key color value is 61.18%
CMYK:
(0,46,43,61)
C0M46Y43K61 
(0%,46%,43%,61%)
(0.00/0.46/0.43/0.61)	

CMYK percentages

%0
%46.46
%43.43
%61.18

Codes

Color #633538 in popluar color models

633538
RGB995356
HSL356°30.26%29.80%
HSB/HSV356°46.46%38.82%
CMYK0.00%46.46%43.43%
61.18%

Color #633538 in popluar number systems.

HEX633538
Decimal995356
Binary1100011110101111000
Octal1436570

Shades and tints

Shades of #633538

#633538
(99,53,56)
#5A3133
(90,49,51)
#512D2E
(81,45,46)
#482929
(72,41,41)
#3F2524
(63,37,36)
#36211F
(54,33,31)
#2D1D1A
(45,29,26)
#241915
(36,25,21)
#1B1510
(27,21,16)
#12110B
(18,17,11)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #633538

#633538
(99,53,56)
#71474A
(113,71,74)
#7F595C
(127,89,92)
#8D6B6E
(141,107,110)
#9B7D80
(155,125,128)
#A98F92
(169,143,146)
#B7A1A4
(183,161,164)
#C5B3B6
(197,179,182)
#D3C5C8
(211,197,200)
#E1D7DA
(225,215,218)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633538 color. Also use rgb(99,53,56) instead hex code.

Text Font Color

.myTextColor { color: #633538; }

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

This text font color is #633538.


Background Color

.myBgColor { background-color: #633538; }

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

This div background color is #633538.


Border color

.myBorderColor { border: 1px solid #633538; }

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

This div border color is #633538.


Opacity

.myOpacity80 { color: #633538; opacity: 0.8; }

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

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

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

This text has shadow with #633538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633538 on black background.


Color preview on white background

This text has color #633538 on white background.



Black color preview on #633538 background

This text has black color on #633538 background.


White color preview on #633538 background

This text has white color on #633538 background.