COLOR #3B485D

HEX: #3B485D
RGB: (59,72,93)

Color info

#3B485D contains red, green and blue colors in about the same proportion. Web safe color of #3B485D is #333366 (or #336).

RGB color model

#3B485D color RGB value is (59,72,93).

  • red value is 59;
  • green value is 72;
  • blue value is 93.
RGB:
(59,72,93)
(23%,28%,36%)

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 93 of 255 = 36%

59
72
93

R + G + B ~ 29%. #3B485D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 72 + 93 = 224 (100%)
R 59 of 224 ~ 26.34%
G 72 of 224 ~ 32.14%
B 93 of 224 ~ 41.52%

%26.34
%32.14
%41.52

CMYK color model

#3B485D color CMYK value is (37,23,0,64).

  • cyan value is 36.56%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(37,23,0,64)
C37M23Y0K64 
(37%,23%,0%,64%)
(0.37/0.23/0.00/0.64)	

CMYK percentages

%36.56
%22.58
%0
%63.53

Codes

Color #3B485D in popluar color models

3B485D
RGB597293
HSL217°22.37%29.80%
HSB/HSV217°36.56%36.47%
CMYK36.56%22.58%0.00%
63.53%

Color #3B485D in popluar number systems.

HEX3B485D
Decimal597293
Binary11101110010001011101
Octal73110135

Shades and tints

Shades of #3B485D

#3B485D
(59,72,93)
#364255
(54,66,85)
#313C4D
(49,60,77)
#2C3645
(44,54,69)
#27303D
(39,48,61)
#222A35
(34,42,53)
#1D242D
(29,36,45)
#181E25
(24,30,37)
#13181D
(19,24,29)
#0E1215
(14,18,21)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #3B485D

#3B485D
(59,72,93)
#4C586B
(76,88,107)
#5D6879
(93,104,121)
#6E7887
(110,120,135)
#7F8895
(127,136,149)
#9098A3
(144,152,163)
#A1A8B1
(161,168,177)
#B2B8BF
(178,184,191)
#C3C8CD
(195,200,205)
#D4D8DB
(212,216,219)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B485D color. Also use rgb(59,72,93) instead hex code.

Text Font Color

.myTextColor { color: #3B485D; }

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

This text font color is #3B485D.


Background Color

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

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

This div background color is #3B485D.


Border color

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

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

This div border color is #3B485D.


Opacity

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

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

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

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

This text has shadow with #3B485D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B485D on black background.


Color preview on white background

This text has color #3B485D on white background.



Black color preview on #3B485D background

This text has black color on #3B485D background.


White color preview on #3B485D background

This text has white color on #3B485D background.