COLOR #634349

HEX: #634349
RGB: (99,67,73)

Color info

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

RGB color model

#634349 color RGB value is (99,67,73).

  • red value is 99;
  • green value is 67;
  • blue value is 73.
RGB:
(99,67,73)
(39%,26%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 67 of 255 = 26%
B 73 of 255 = 29%

99
67
73

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

Portions of RGB colors in percentages

R + G + B =
99 + 67 + 73 = 239 (100%)
R 99 of 239 ~ 41.42%
G 67 of 239 ~ 28.03%
B 73 of 239 ~ 30.54%

%41.42
%28.03
%30.54

CMYK color model

#634349 color CMYK value is (0,32,26,61).

  • cyan value is 0.00%
  • magenta value is 32.32%
  • yellow value is 26.26%
  • key color value is 61.18%
CMYK:
(0,32,26,61)
C0M32Y26K61 
(0%,32%,26%,61%)
(0.00/0.32/0.26/0.61)	

CMYK percentages

%0
%32.32
%26.26
%61.18

Codes

Color #634349 in popluar color models

634349
RGB996773
HSL349°19.28%32.55%
HSB/HSV349°32.32%38.82%
CMYK0.00%32.32%26.26%
61.18%

Color #634349 in popluar number systems.

HEX634349
Decimal996773
Binary110001110000111001001
Octal143103111

Shades and tints

Shades of #634349

#634349
(99,67,73)
#5A3D43
(90,61,67)
#51373D
(81,55,61)
#483137
(72,49,55)
#3F2B31
(63,43,49)
#36252B
(54,37,43)
#2D1F25
(45,31,37)
#24191F
(36,25,31)
#1B1319
(27,19,25)
#120D13
(18,13,19)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #634349

#634349
(99,67,73)
#715459
(113,84,89)
#7F6569
(127,101,105)
#8D7679
(141,118,121)
#9B8789
(155,135,137)
#A99899
(169,152,153)
#B7A9A9
(183,169,169)
#C5BAB9
(197,186,185)
#D3CBC9
(211,203,201)
#E1DCD9
(225,220,217)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634349 color. Also use rgb(99,67,73) instead hex code.

Text Font Color

.myTextColor { color: #634349; }

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

This text font color is #634349.


Background Color

.myBgColor { background-color: #634349; }

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

This div background color is #634349.


Border color

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

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

This div border color is #634349.


Opacity

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

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

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

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

This text has shadow with #634349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634349 on black background.


Color preview on white background

This text has color #634349 on white background.



Black color preview on #634349 background

This text has black color on #634349 background.


White color preview on #634349 background

This text has white color on #634349 background.