COLOR #3B636D

HEX: #3B636D
RGB: (59,99,109)

Color info

#3B636D contains red, green and blue colors in about the same proportion. Web safe color of #3B636D is #336666 (or #366).

RGB color model

#3B636D color RGB value is (59,99,109).

  • red value is 59;
  • green value is 99;
  • blue value is 109.
RGB:
(59,99,109)
(23%,39%,43%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 109 of 255 = 43%

59
99
109

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

Portions of RGB colors in percentages

R + G + B =
59 + 99 + 109 = 267 (100%)
R 59 of 267 ~ 22.1%
G 99 of 267 ~ 37.08%
B 109 of 267 ~ 40.82%

%22.1
%37.08
%40.82

CMYK color model

#3B636D color CMYK value is (46,9,0,57).

  • cyan value is 45.87%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(46,9,0,57)
C46M9Y0K57 
(46%,9%,0%,57%)
(0.46/0.09/0.00/0.57)	

CMYK percentages

%45.87
%9.17
%0
%57.25

Codes

Color #3B636D in popluar color models

3B636D
RGB5999109
HSL192°29.76%32.94%
HSB/HSV192°45.87%42.75%
CMYK45.87%9.17%0.00%
57.25%

Color #3B636D in popluar number systems.

HEX3B636D
Decimal5999109
Binary11101111000111101101
Octal73143155

Shades and tints

Shades of #3B636D

#3B636D
(59,99,109)
#365A64
(54,90,100)
#31515B
(49,81,91)
#2C4852
(44,72,82)
#273F49
(39,63,73)
#223640
(34,54,64)
#1D2D37
(29,45,55)
#18242E
(24,36,46)
#131B25
(19,27,37)
#0E121C
(14,18,28)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #3B636D

#3B636D
(59,99,109)
#4C717A
(76,113,122)
#5D7F87
(93,127,135)
#6E8D94
(110,141,148)
#7F9BA1
(127,155,161)
#90A9AE
(144,169,174)
#A1B7BB
(161,183,187)
#B2C5C8
(178,197,200)
#C3D3D5
(195,211,213)
#D4E1E2
(212,225,226)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B636D color. Also use rgb(59,99,109) instead hex code.

Text Font Color

.myTextColor { color: #3B636D; }

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

This text font color is #3B636D.


Background Color

.myBgColor { background-color: #3B636D; }

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

This div background color is #3B636D.


Border color

.myBorderColor { border: 1px solid #3B636D; }

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

This div border color is #3B636D.


Opacity

.myOpacity80 { color: #3B636D; opacity: 0.8; }

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

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

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

This text has shadow with #3B636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B636D on black background.


Color preview on white background

This text has color #3B636D on white background.



Black color preview on #3B636D background

This text has black color on #3B636D background.


White color preview on #3B636D background

This text has white color on #3B636D background.