COLOR #3B547A

HEX: #3B547A
RGB: (59,84,122)

Color info

#3B547A contains mainly green and blue colors. Web safe color of #3B547A is #336666 (or #366).

RGB color model

#3B547A color RGB value is (59,84,122).

  • red value is 59;
  • green value is 84;
  • blue value is 122.
RGB:
(59,84,122)
(23%,33%,48%)

RGB channels and saturation

R 59 of 255 = 23%
G 84 of 255 = 33%
B 122 of 255 = 48%

59
84
122

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

Portions of RGB colors in percentages

R + G + B =
59 + 84 + 122 = 265 (100%)
R 59 of 265 ~ 22.26%
G 84 of 265 ~ 31.7%
B 122 of 265 ~ 46.04%

%22.26
%31.7
%46.04

CMYK color model

#3B547A color CMYK value is (52,31,0,52).

  • cyan value is 51.64%
  • magenta value is 31.15%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(52,31,0,52)
C52M31Y0K52 
(52%,31%,0%,52%)
(0.52/0.31/0.00/0.52)	

CMYK percentages

%51.64
%31.15
%0
%52.16

Codes

Color #3B547A in popluar color models

3B547A
RGB5984122
HSL216°34.81%35.49%
HSB/HSV216°51.64%47.84%
CMYK51.64%31.15%0.00%
52.16%

Color #3B547A in popluar number systems.

HEX3B547A
Decimal5984122
Binary11101110101001111010
Octal73124172

Shades and tints

Shades of #3B547A

#3B547A
(59,84,122)
#364D6F
(54,77,111)
#314664
(49,70,100)
#2C3F59
(44,63,89)
#27384E
(39,56,78)
#223143
(34,49,67)
#1D2A38
(29,42,56)
#18232D
(24,35,45)
#131C22
(19,28,34)
#0E1517
(14,21,23)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #3B547A

#3B547A
(59,84,122)
#4C6386
(76,99,134)
#5D7292
(93,114,146)
#6E819E
(110,129,158)
#7F90AA
(127,144,170)
#909FB6
(144,159,182)
#A1AEC2
(161,174,194)
#B2BDCE
(178,189,206)
#C3CCDA
(195,204,218)
#D4DBE6
(212,219,230)
#E5EAF2
(229,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B547A color. Also use rgb(59,84,122) instead hex code.

Text Font Color

.myTextColor { color: #3B547A; }

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

This text font color is #3B547A.


Background Color

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

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

This div background color is #3B547A.


Border color

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

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

This div border color is #3B547A.


Opacity

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

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

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

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

This text has shadow with #3B547A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B547A on black background.


Color preview on white background

This text has color #3B547A on white background.



Black color preview on #3B547A background

This text has black color on #3B547A background.


White color preview on #3B547A background

This text has white color on #3B547A background.