COLOR #633E3A

HEX: #633E3A RGB: (99,62,58)

Color info

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

RGB color model

#633E3A color RGB value is (99,62,58).

RGB: (99,62,58) (39%, 24%, 23%)

RGB channels and saturation

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

99
62
58

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

Portions of RGB colors in percentages

R + G + B = 99 + 62 + 58 = 219 (100%)
R 99 of 219 ~ 45.21%
G 62 of 219 ~ 28.31%
B 58 of 219 ~ 26.48'%

%45.21
%28.31
%26.48

CMYK color model

#633E3A color CMYK value is (0,37,41,61).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 41.41%
  • key color value is 61.18%

CMYK: (0,37,41,61)
C0M37Y41K61 (0%, 37%, 41%, 61%)
(0.00 / 0.37 / 0.41 / 0.61)

CMYK percentages

%0
%37.37
%41.41
%61.18

Codes

Color #633E3A in popluar color models

63 3E 3A
RGB 99 62 58
HSL 26.11% 30.78%
HSB/HSV 41.41% 38.82%
CMYK 0.00% 37.37% 41.41%
61.18%

Color #633E3A in popluar number systems.

HEX 63 3E 3A
Decimal 99 62 58
Binary 1100011 111110 111010
Octal 143 76 72

Shades and tints

Shades of #633E3A

#633E3A
(99,62,58)
#5A3935
(90,57,53)
#513430
(81,52,48)
#482F2B
(72,47,43)
#3F2A26
(63,42,38)
#362521
(54,37,33)
#2D201C
(45,32,28)
#241B17
(36,27,23)
#1B1612
(27,22,18)
#12110D
(18,17,13)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #633E3A

#633E3A
(99,62,58)
#714F4B
(113,79,75)
#7F605C
(127,96,92)
#8D716D
(141,113,109)
#9B827E
(155,130,126)
#A9938F
(169,147,143)
#B7A4A0
(183,164,160)
#C5B5B1
(197,181,177)
#D3C6C2
(211,198,194)
#E1D7D3
(225,215,211)
#EFE8E4
(239,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633E3A; }

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

This text font color is #633E3A.

Background Color

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

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

This div background color is #633E3A.

Border color

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

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

This div border color is #633E3A.

Opacity

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

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

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

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

This text has shadow with #633E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633E3A.

Preview

Color preview on black background

This text has color #633E3A on black background.


Color preview on white background

This text has color #633E3A on white background.


Black color preview on #633E3A background

This text has black color on #633E3A background.


White color preview on #633E3A background

This text has white color on #633E3A background.


Related colors

Complementary color

Complementary color for #hex is #9CC1C5.


I love getcolorcode.com

Triadic colors

1 #3A633E and #3E3A63 with #633E3A are triadic colors.

2 #3A3E63 and #3E633A with #633E3A are triadic colors.