COLOR #634E42

HEX: #634E42 RGB: (99,78,66)

Color info

#634E42 contains red, green and blue colors in about the same proportion. Web safe color of #634E42 is #666633 (or #663).

RGB color model

#634E42 color RGB value is (99,78,66).

RGB: (99,78,66) (39%, 31%, 26%)

RGB channels and saturation

R 99 of 255 = 39%
G 78 of 255 = 31%
B 66 of 255 = 26%

99
78
66

R + G + B ~ 32%. #634E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 78 + 66 = 243 (100%)
R 99 of 243 ~ 40.74%
G 78 of 243 ~ 32.1%
B 66 of 243 ~ 27.16'%

%40.74
%32.1
%27.16

CMYK color model

#634E42 color CMYK value is (0,21,33,61).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 33.33%
  • key color value is 61.18%

CMYK: (0,21,33,61)
C0M21Y33K61 (0%, 21%, 33%, 61%)
(0.00 / 0.21 / 0.33 / 0.61)

CMYK percentages

%0
%21.21
%33.33
%61.18

Codes

Color #634E42 in popluar color models

63 4E 42
RGB 99 78 66
HSL 22° 20.00% 32.35%
HSB/HSV 22° 33.33% 38.82%
CMYK 0.00% 21.21% 33.33%
61.18%

Color #634E42 in popluar number systems.

HEX 63 4E 42
Decimal 99 78 66
Binary 1100011 1001110 1000010
Octal 143 116 102

Shades and tints

Shades of #634E42

#634E42
(99,78,66)
#5A473C
(90,71,60)
#514036
(81,64,54)
#483930
(72,57,48)
#3F322A
(63,50,42)
#362B24
(54,43,36)
#2D241E
(45,36,30)
#241D18
(36,29,24)
#1B1612
(27,22,18)
#120F0C
(18,15,12)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #634E42

#634E42
(99,78,66)
#715E53
(113,94,83)
#7F6E64
(127,110,100)
#8D7E75
(141,126,117)
#9B8E86
(155,142,134)
#A99E97
(169,158,151)
#B7AEA8
(183,174,168)
#C5BEB9
(197,190,185)
#D3CECA
(211,206,202)
#E1DEDB
(225,222,219)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634E42 color. Also use rgb(99,78,66) instead hex code.

Text Font Color

.myTextColor { color: #634E42; }

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

This text font color is #634E42.

Background Color

.myBgColor { background-color: #634E42; }

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

This div background color is #634E42.

Border color

.myBorderColor { border: 1px solid #634E42; }

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

This div border color is #634E42.

Opacity

.myOpacity80 { color: #634E42; opacity: 0.8; }

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

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

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

This text has shadow with #634E42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #634E42.

Preview

Color preview on black background

This text has color #634E42 on black background.


Color preview on white background

This text has color #634E42 on white background.


Black color preview on #634E42 background

This text has black color on #634E42 background.


White color preview on #634E42 background

This text has white color on #634E42 background.


Related colors

Complementary color

Complementary color for #hex is #9CB1BD.


I love getcolorcode.com

Triadic colors

1 #42634E and #4E4263 with #634E42 are triadic colors.

2 #424E63 and #4E6342 with #634E42 are triadic colors.