COLOR #635075

HEX: #635075
RGB: (99,80,117)

Color info

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

RGB color model

#635075 color RGB value is (99,80,117).

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

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 117 of 255 = 46%

99
80
117

R + G + B ~ 39%. #635075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 117 = 296 (100%)
R 99 of 296 ~ 33.45%
G 80 of 296 ~ 27.03%
B 117 of 296 ~ 39.53%

%33.45
%27.03
%39.53

CMYK color model

#635075 color CMYK value is (15,32,0,54).

  • cyan value is 15.38%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(15,32,0,54)
C15M32Y0K54 
(15%,32%,0%,54%)
(0.15/0.32/0.00/0.54)	

CMYK percentages

%15.38
%31.62
%0
%54.12

Codes

Color #635075 in popluar color models

635075
RGB9980117
HSL271°18.78%38.63%
HSB/HSV271°31.62%45.88%
CMYK15.38%31.62%0.00%
54.12%

Color #635075 in popluar number systems.

HEX635075
Decimal9980117
Binary110001110100001110101
Octal143120165

Shades and tints

Shades of #635075

#635075
(99,80,117)
#5A496B
(90,73,107)
#514261
(81,66,97)
#483B57
(72,59,87)
#3F344D
(63,52,77)
#362D43
(54,45,67)
#2D2639
(45,38,57)
#241F2F
(36,31,47)
#1B1825
(27,24,37)
#12111B
(18,17,27)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #635075

#635075
(99,80,117)
#715F81
(113,95,129)
#7F6E8D
(127,110,141)
#8D7D99
(141,125,153)
#9B8CA5
(155,140,165)
#A99BB1
(169,155,177)
#B7AABD
(183,170,189)
#C5B9C9
(197,185,201)
#D3C8D5
(211,200,213)
#E1D7E1
(225,215,225)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635075; }

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

This text font color is #635075.


Background Color

.myBgColor { background-color: #635075; }

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

This div background color is #635075.


Border color

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

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

This div border color is #635075.


Opacity

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

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

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

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

This text has shadow with #635075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635075 on black background.


Color preview on white background

This text has color #635075 on white background.



Black color preview on #635075 background

This text has black color on #635075 background.


White color preview on #635075 background

This text has white color on #635075 background.