COLOR #634841

HEX: #634841
RGB: (99,72,65)

Color info

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

RGB color model

#634841 color RGB value is (99,72,65).

  • red value is 99;
  • green value is 72;
  • blue value is 65.
RGB:
(99,72,65)
(39%,28%,25%)

RGB channels and saturation

R 99 of 255 = 39%
G 72 of 255 = 28%
B 65 of 255 = 25%

99
72
65

R + G + B ~ 31%. #634841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 72 + 65 = 236 (100%)
R 99 of 236 ~ 41.95%
G 72 of 236 ~ 30.51%
B 65 of 236 ~ 27.54%

%41.95
%30.51
%27.54

CMYK color model

#634841 color CMYK value is (0,27,34,61).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 34.34%
  • key color value is 61.18%
CMYK:
(0,27,34,61)
C0M27Y34K61 
(0%,27%,34%,61%)
(0.00/0.27/0.34/0.61)	

CMYK percentages

%0
%27.27
%34.34
%61.18

Codes

Color #634841 in popluar color models

634841
RGB997265
HSL12°20.73%32.16%
HSB/HSV12°34.34%38.82%
CMYK0.00%27.27%34.34%
61.18%

Color #634841 in popluar number systems.

HEX634841
Decimal997265
Binary110001110010001000001
Octal143110101

Shades and tints

Shades of #634841

#634841
(99,72,65)
#5A423C
(90,66,60)
#513C37
(81,60,55)
#483632
(72,54,50)
#3F302D
(63,48,45)
#362A28
(54,42,40)
#2D2423
(45,36,35)
#241E1E
(36,30,30)
#1B1819
(27,24,25)
#121214
(18,18,20)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #634841

#634841
(99,72,65)
#715852
(113,88,82)
#7F6863
(127,104,99)
#8D7874
(141,120,116)
#9B8885
(155,136,133)
#A99896
(169,152,150)
#B7A8A7
(183,168,167)
#C5B8B8
(197,184,184)
#D3C8C9
(211,200,201)
#E1D8DA
(225,216,218)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634841 color. Also use rgb(99,72,65) instead hex code.

Text Font Color

.myTextColor { color: #634841; }

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

This text font color is #634841.


Background Color

.myBgColor { background-color: #634841; }

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

This div background color is #634841.


Border color

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

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

This div border color is #634841.


Opacity

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

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

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

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

This text has shadow with #634841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634841 on black background.


Color preview on white background

This text has color #634841 on white background.



Black color preview on #634841 background

This text has black color on #634841 background.


White color preview on #634841 background

This text has white color on #634841 background.