COLOR #635154

HEX: #635154
RGB: (99,81,84)

Color info

#635154 contains red, green and blue colors in about the same proportion. Web safe color of #635154 is #666666 (or #666).

RGB color model

#635154 color RGB value is (99,81,84).

  • red value is 99;
  • green value is 81;
  • blue value is 84.
RGB:
(99,81,84)
(39%,32%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 84 of 255 = 33%

99
81
84

R + G + B ~ 35%. #635154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 84 = 264 (100%)
R 99 of 264 ~ 37.5%
G 81 of 264 ~ 30.68%
B 84 of 264 ~ 31.82%

%37.5
%30.68
%31.82

CMYK color model

#635154 color CMYK value is (0,18,15,61).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 15.15%
  • key color value is 61.18%
CMYK:
(0,18,15,61)
C0M18Y15K61 
(0%,18%,15%,61%)
(0.00/0.18/0.15/0.61)	

CMYK percentages

%0
%18.18
%15.15
%61.18

Codes

Color #635154 in popluar color models

635154
RGB998184
HSL350°10.00%35.29%
HSB/HSV350°18.18%38.82%
CMYK0.00%18.18%15.15%
61.18%

Color #635154 in popluar number systems.

HEX635154
Decimal998184
Binary110001110100011010100
Octal143121124

Shades and tints

Shades of #635154

#635154
(99,81,84)
#5A4A4D
(90,74,77)
#514346
(81,67,70)
#483C3F
(72,60,63)
#3F3538
(63,53,56)
#362E31
(54,46,49)
#2D272A
(45,39,42)
#242023
(36,32,35)
#1B191C
(27,25,28)
#121215
(18,18,21)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #635154

#635154
(99,81,84)
#716063
(113,96,99)
#7F6F72
(127,111,114)
#8D7E81
(141,126,129)
#9B8D90
(155,141,144)
#A99C9F
(169,156,159)
#B7ABAE
(183,171,174)
#C5BABD
(197,186,189)
#D3C9CC
(211,201,204)
#E1D8DB
(225,216,219)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635154 color. Also use rgb(99,81,84) instead hex code.

Text Font Color

.myTextColor { color: #635154; }

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

This text font color is #635154.


Background Color

.myBgColor { background-color: #635154; }

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

This div background color is #635154.


Border color

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

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

This div border color is #635154.


Opacity

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

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

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

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

This text has shadow with #635154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635154 on black background.


Color preview on white background

This text has color #635154 on white background.



Black color preview on #635154 background

This text has black color on #635154 background.


White color preview on #635154 background

This text has white color on #635154 background.