COLOR #3B485A

HEX: #3B485A
RGB: (59,72,90)

Color info

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

RGB color model

#3B485A color RGB value is (59,72,90).

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

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 90 of 255 = 35%

59
72
90

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

Portions of RGB colors in percentages

R + G + B =
59 + 72 + 90 = 221 (100%)
R 59 of 221 ~ 26.7%
G 72 of 221 ~ 32.58%
B 90 of 221 ~ 40.72%

%26.7
%32.58
%40.72

CMYK color model

#3B485A color CMYK value is (34,20,0,65).

  • cyan value is 34.44%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(34,20,0,65)
C34M20Y0K65 
(34%,20%,0%,65%)
(0.34/0.20/0.00/0.65)	

CMYK percentages

%34.44
%20
%0
%64.71

Codes

Color #3B485A in popluar color models

3B485A
RGB597290
HSL215°20.81%29.22%
HSB/HSV215°34.44%35.29%
CMYK34.44%20.00%0.00%
64.71%

Color #3B485A in popluar number systems.

HEX3B485A
Decimal597290
Binary11101110010001011010
Octal73110132

Shades and tints

Shades of #3B485A

#3B485A
(59,72,90)
#364252
(54,66,82)
#313C4A
(49,60,74)
#2C3642
(44,54,66)
#27303A
(39,48,58)
#222A32
(34,42,50)
#1D242A
(29,36,42)
#181E22
(24,30,34)
#13181A
(19,24,26)
#0E1212
(14,18,18)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #3B485A

#3B485A
(59,72,90)
#4C5869
(76,88,105)
#5D6878
(93,104,120)
#6E7887
(110,120,135)
#7F8896
(127,136,150)
#9098A5
(144,152,165)
#A1A8B4
(161,168,180)
#B2B8C3
(178,184,195)
#C3C8D2
(195,200,210)
#D4D8E1
(212,216,225)
#E5E8F0
(229,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B485A; }

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

This text font color is #3B485A.


Background Color

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

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

This div background color is #3B485A.


Border color

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

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

This div border color is #3B485A.


Opacity

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

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

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

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

This text has shadow with #3B485A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B485A on black background.


Color preview on white background

This text has color #3B485A on white background.



Black color preview on #3B485A background

This text has black color on #3B485A background.


White color preview on #3B485A background

This text has white color on #3B485A background.