COLOR #634A4B

HEX: #634A4B
RGB: (99,74,75)

Color info

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

RGB color model

#634A4B color RGB value is (99,74,75).

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

RGB channels and saturation

R 99 of 255 = 39%
G 74 of 255 = 29%
B 75 of 255 = 29%

99
74
75

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

Portions of RGB colors in percentages

R + G + B =
99 + 74 + 75 = 248 (100%)
R 99 of 248 ~ 39.92%
G 74 of 248 ~ 29.84%
B 75 of 248 ~ 30.24%

%39.92
%29.84
%30.24

CMYK color model

#634A4B color CMYK value is (0,25,24,61).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 24.24%
  • key color value is 61.18%
CMYK:
(0,25,24,61)
C0M25Y24K61 
(0%,25%,24%,61%)
(0.00/0.25/0.24/0.61)	

CMYK percentages

%0
%25.25
%24.24
%61.18

Codes

Color #634A4B in popluar color models

634A4B
RGB997475
HSL358°14.45%33.92%
HSB/HSV358°25.25%38.82%
CMYK0.00%25.25%24.24%
61.18%

Color #634A4B in popluar number systems.

HEX634A4B
Decimal997475
Binary110001110010101001011
Octal143112113

Shades and tints

Shades of #634A4B

#634A4B
(99,74,75)
#5A4445
(90,68,69)
#513E3F
(81,62,63)
#483839
(72,56,57)
#3F3233
(63,50,51)
#362C2D
(54,44,45)
#2D2627
(45,38,39)
#242021
(36,32,33)
#1B1A1B
(27,26,27)
#121415
(18,20,21)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #634A4B

#634A4B
(99,74,75)
#715A5B
(113,90,91)
#7F6A6B
(127,106,107)
#8D7A7B
(141,122,123)
#9B8A8B
(155,138,139)
#A99A9B
(169,154,155)
#B7AAAB
(183,170,171)
#C5BABB
(197,186,187)
#D3CACB
(211,202,203)
#E1DADB
(225,218,219)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634A4B; }

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

This text font color is #634A4B.


Background Color

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

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

This div background color is #634A4B.


Border color

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

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

This div border color is #634A4B.


Opacity

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

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

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

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

This text has shadow with #634A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634A4B on black background.


Color preview on white background

This text has color #634A4B on white background.



Black color preview on #634A4B background

This text has black color on #634A4B background.


White color preview on #634A4B background

This text has white color on #634A4B background.