COLOR #633F35

HEX: #633F35 RGB: (99,63,53)

Color info

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

RGB color model

#633F35 color RGB value is (99,63,53).

RGB: (99,63,53) (39%, 25%, 21%)

RGB channels and saturation

R 99 of 255 = 39%
G 63 of 255 = 25%
B 53 of 255 = 21%

99
63
53

R + G + B ~ 28%. #633F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 63 + 53 = 215 (100%)
R 99 of 215 ~ 46.05%
G 63 of 215 ~ 29.3%
B 53 of 215 ~ 24.65'%

%46.05
%29.3
%24.65

CMYK color model

#633F35 color CMYK value is (0,36,46,61).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 46.46%
  • key color value is 61.18%

CMYK: (0,36,46,61)
C0M36Y46K61 (0%, 36%, 46%, 61%)
(0.00 / 0.36 / 0.46 / 0.61)

CMYK percentages

%0
%36.36
%46.46
%61.18

Codes

Color #633F35 in popluar color models

63 3F 35
RGB 99 63 53
HSL 13° 30.26% 29.80%
HSB/HSV 13° 46.46% 38.82%
CMYK 0.00% 36.36% 46.46%
61.18%

Color #633F35 in popluar number systems.

HEX 63 3F 35
Decimal 99 63 53
Binary 1100011 111111 110101
Octal 143 77 65

Shades and tints

Shades of #633F35

#633F35
(99,63,53)
#5A3A31
(90,58,49)
#51352D
(81,53,45)
#483029
(72,48,41)
#3F2B25
(63,43,37)
#362621
(54,38,33)
#2D211D
(45,33,29)
#241C19
(36,28,25)
#1B1715
(27,23,21)
#121211
(18,18,17)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #633F35

#633F35
(99,63,53)
#715047
(113,80,71)
#7F6159
(127,97,89)
#8D726B
(141,114,107)
#9B837D
(155,131,125)
#A9948F
(169,148,143)
#B7A5A1
(183,165,161)
#C5B6B3
(197,182,179)
#D3C7C5
(211,199,197)
#E1D8D7
(225,216,215)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633F35; }

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

This text font color is #633F35.

Background Color

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

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

This div background color is #633F35.

Border color

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

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

This div border color is #633F35.

Opacity

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

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

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

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

This text has shadow with #633F35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633F35.

Preview

Color preview on black background

This text has color #633F35 on black background.


Color preview on white background

This text has color #633F35 on white background.


Black color preview on #633F35 background

This text has black color on #633F35 background.


White color preview on #633F35 background

This text has white color on #633F35 background.


Related colors

Complementary color

Complementary color for #hex is #9CC0CA.


I love getcolorcode.com

Triadic colors

1 #35633F and #3F3563 with #633F35 are triadic colors.

2 #353F63 and #3F6335 with #633F35 are triadic colors.