COLOR #635054

HEX: #635054
RGB: (99,80,84)

Color info

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

RGB color model

#635054 color RGB value is (99,80,84).

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

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 84 of 255 = 33%

99
80
84

R + G + B ~ 34%. #635054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 84 = 263 (100%)
R 99 of 263 ~ 37.64%
G 80 of 263 ~ 30.42%
B 84 of 263 ~ 31.94%

%37.64
%30.42
%31.94

CMYK color model

#635054 color CMYK value is (0,19,15,61).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 15.15%
  • key color value is 61.18%
CMYK:
(0,19,15,61)
C0M19Y15K61 
(0%,19%,15%,61%)
(0.00/0.19/0.15/0.61)	

CMYK percentages

%0
%19.19
%15.15
%61.18

Codes

Color #635054 in popluar color models

635054
RGB998084
HSL347°10.61%35.10%
HSB/HSV347°19.19%38.82%
CMYK0.00%19.19%15.15%
61.18%

Color #635054 in popluar number systems.

HEX635054
Decimal998084
Binary110001110100001010100
Octal143120124

Shades and tints

Shades of #635054

#635054
(99,80,84)
#5A494D
(90,73,77)
#514246
(81,66,70)
#483B3F
(72,59,63)
#3F3438
(63,52,56)
#362D31
(54,45,49)
#2D262A
(45,38,42)
#241F23
(36,31,35)
#1B181C
(27,24,28)
#121115
(18,17,21)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #635054

#635054
(99,80,84)
#715F63
(113,95,99)
#7F6E72
(127,110,114)
#8D7D81
(141,125,129)
#9B8C90
(155,140,144)
#A99B9F
(169,155,159)
#B7AAAE
(183,170,174)
#C5B9BD
(197,185,189)
#D3C8CC
(211,200,204)
#E1D7DB
(225,215,219)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635054; }

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

This text font color is #635054.


Background Color

.myBgColor { background-color: #635054; }

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

This div background color is #635054.


Border color

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

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

This div border color is #635054.


Opacity

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

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

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

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

This text has shadow with #635054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635054 on black background.


Color preview on white background

This text has color #635054 on white background.



Black color preview on #635054 background

This text has black color on #635054 background.


White color preview on #635054 background

This text has white color on #635054 background.