COLOR #636185

HEX: #636185
RGB: (99,97,133)

Color info

#636185 contains red, green and blue colors in about the same proportion. Web safe color of #636185 is #666699 (or #669).

RGB color model

#636185 color RGB value is (99,97,133).

  • red value is 99;
  • green value is 97;
  • blue value is 133.
RGB:
(99,97,133)
(39%,38%,52%)

RGB channels and saturation

R 99 of 255 = 39%
G 97 of 255 = 38%
B 133 of 255 = 52%

99
97
133

R + G + B ~ 43%. #636185 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 133 = 329 (100%)
R 99 of 329 ~ 30.09%
G 97 of 329 ~ 29.48%
B 133 of 329 ~ 40.43%

%30.09
%29.48
%40.43

CMYK color model

#636185 color CMYK value is (26,27,0,48).

  • cyan value is 25.56%
  • magenta value is 27.07%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,27,0,48)
C26M27Y0K48 
(26%,27%,0%,48%)
(0.26/0.27/0.00/0.48)	

CMYK percentages

%25.56
%27.07
%0
%47.84

Codes

Color #636185 in popluar color models

636185
RGB9997133
HSL243°15.65%45.10%
HSB/HSV243°27.07%52.16%
CMYK25.56%27.07%0.00%
47.84%

Color #636185 in popluar number systems.

HEX636185
Decimal9997133
Binary1100011110000110000101
Octal143141205

Shades and tints

Shades of #636185

#636185
(99,97,133)
#5A5979
(90,89,121)
#51516D
(81,81,109)
#484961
(72,73,97)
#3F4155
(63,65,85)
#363949
(54,57,73)
#2D313D
(45,49,61)
#242931
(36,41,49)
#1B2125
(27,33,37)
#121919
(18,25,25)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #636185

#636185
(99,97,133)
#716F90
(113,111,144)
#7F7D9B
(127,125,155)
#8D8BA6
(141,139,166)
#9B99B1
(155,153,177)
#A9A7BC
(169,167,188)
#B7B5C7
(183,181,199)
#C5C3D2
(197,195,210)
#D3D1DD
(211,209,221)
#E1DFE8
(225,223,232)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636185 color. Also use rgb(99,97,133) instead hex code.

Text Font Color

.myTextColor { color: #636185; }

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

This text font color is #636185.


Background Color

.myBgColor { background-color: #636185; }

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

This div background color is #636185.


Border color

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

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

This div border color is #636185.


Opacity

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

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

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

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

This text has shadow with #636185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636185 on black background.


Color preview on white background

This text has color #636185 on white background.



Black color preview on #636185 background

This text has black color on #636185 background.


White color preview on #636185 background

This text has white color on #636185 background.