COLOR #634253

HEX: #634253
RGB: (99,66,83)

Color info

#634253 contains red, green and blue colors in about the same proportion. Web safe color of #634253 is #663366 (or #636).

RGB color model

#634253 color RGB value is (99,66,83).

  • red value is 99;
  • green value is 66;
  • blue value is 83.
RGB:
(99,66,83)
(39%,26%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 66 of 255 = 26%
B 83 of 255 = 33%

99
66
83

R + G + B ~ 33%. #634253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 66 + 83 = 248 (100%)
R 99 of 248 ~ 39.92%
G 66 of 248 ~ 26.61%
B 83 of 248 ~ 33.47%

%39.92
%26.61
%33.47

CMYK color model

#634253 color CMYK value is (0,33,16,61).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(0,33,16,61)
C0M33Y16K61 
(0%,33%,16%,61%)
(0.00/0.33/0.16/0.61)	

CMYK percentages

%0
%33.33
%16.16
%61.18

Codes

Color #634253 in popluar color models

634253
RGB996683
HSL329°20.00%32.35%
HSB/HSV329°33.33%38.82%
CMYK0.00%33.33%16.16%
61.18%

Color #634253 in popluar number systems.

HEX634253
Decimal996683
Binary110001110000101010011
Octal143102123

Shades and tints

Shades of #634253

#634253
(99,66,83)
#5A3C4C
(90,60,76)
#513645
(81,54,69)
#48303E
(72,48,62)
#3F2A37
(63,42,55)
#362430
(54,36,48)
#2D1E29
(45,30,41)
#241822
(36,24,34)
#1B121B
(27,18,27)
#120C14
(18,12,20)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #634253

#634253
(99,66,83)
#715362
(113,83,98)
#7F6471
(127,100,113)
#8D7580
(141,117,128)
#9B868F
(155,134,143)
#A9979E
(169,151,158)
#B7A8AD
(183,168,173)
#C5B9BC
(197,185,188)
#D3CACB
(211,202,203)
#E1DBDA
(225,219,218)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634253; }

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

This text font color is #634253.


Background Color

.myBgColor { background-color: #634253; }

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

This div background color is #634253.


Border color

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

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

This div border color is #634253.


Opacity

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

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

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

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

This text has shadow with #634253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634253 on black background.


Color preview on white background

This text has color #634253 on white background.



Black color preview on #634253 background

This text has black color on #634253 background.


White color preview on #634253 background

This text has white color on #634253 background.