COLOR #634A37

HEX: #634A37
RGB: (99,74,55)

Color info

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

RGB color model

#634A37 color RGB value is (99,74,55).

  • red value is 99;
  • green value is 74;
  • blue value is 55.
RGB:
(99,74,55)
(39%,29%,22%)

RGB channels and saturation

R 99 of 255 = 39%
G 74 of 255 = 29%
B 55 of 255 = 22%

99
74
55

R + G + B ~ 30%. #634A37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 74 + 55 = 228 (100%)
R 99 of 228 ~ 43.42%
G 74 of 228 ~ 32.46%
B 55 of 228 ~ 24.12%

%43.42
%32.46
%24.12

CMYK color model

#634A37 color CMYK value is (0,25,44,61).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 44.44%
  • key color value is 61.18%
CMYK:
(0,25,44,61)
C0M25Y44K61 
(0%,25%,44%,61%)
(0.00/0.25/0.44/0.61)	

CMYK percentages

%0
%25.25
%44.44
%61.18

Codes

Color #634A37 in popluar color models

634A37
RGB997455
HSL26°28.57%30.20%
HSB/HSV26°44.44%38.82%
CMYK0.00%25.25%44.44%
61.18%

Color #634A37 in popluar number systems.

HEX634A37
Decimal997455
Binary11000111001010110111
Octal14311267

Shades and tints

Shades of #634A37

#634A37
(99,74,55)
#5A4432
(90,68,50)
#513E2D
(81,62,45)
#483828
(72,56,40)
#3F3223
(63,50,35)
#362C1E
(54,44,30)
#2D2619
(45,38,25)
#242014
(36,32,20)
#1B1A0F
(27,26,15)
#12140A
(18,20,10)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #634A37

#634A37
(99,74,55)
#715A49
(113,90,73)
#7F6A5B
(127,106,91)
#8D7A6D
(141,122,109)
#9B8A7F
(155,138,127)
#A99A91
(169,154,145)
#B7AAA3
(183,170,163)
#C5BAB5
(197,186,181)
#D3CAC7
(211,202,199)
#E1DAD9
(225,218,217)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634A37 color. Also use rgb(99,74,55) instead hex code.

Text Font Color

.myTextColor { color: #634A37; }

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

This text font color is #634A37.


Background Color

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

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

This div background color is #634A37.


Border color

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

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

This div border color is #634A37.


Opacity

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

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

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

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

This text has shadow with #634A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634A37 on black background.


Color preview on white background

This text has color #634A37 on white background.



Black color preview on #634A37 background

This text has black color on #634A37 background.


White color preview on #634A37 background

This text has white color on #634A37 background.