COLOR #3B547C

HEX: #3B547C RGB: (59,84,124)

Color info

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

RGB color model

#3B547C color RGB value is (59,84,124).

RGB: (59,84,124) (23%, 33%, 49%)

RGB channels and saturation

R 59 of 255 = 23%
G 84 of 255 = 33%
B 124 of 255 = 49%

59
84
124

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

Portions of RGB colors in percentages

R + G + B = 59 + 84 + 124 = 267 (100%)
R 59 of 267 ~ 22.1%
G 84 of 267 ~ 31.46%
B 124 of 267 ~ 46.44'%

%22.1
%31.46
%46.44

CMYK color model

#3B547C color CMYK value is (52,32,0,51).

  • cyan value is 52.42%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (52,32,0,51)
C52M32Y0K51 (52%, 32%, 0%, 51%)
(0.52 / 0.32 / 0.00 / 0.51)

CMYK percentages

%52.42
%32.26
%0
%51.37

Codes

Color #3B547C in popluar color models

3B 54 7C
RGB 59 84 124
HSL 217° 35.52% 35.88%
HSB/HSV 217° 52.42% 48.63%
CMYK 52.42% 32.26% 0.00%
51.37%

Color #3B547C in popluar number systems.

HEX 3B 54 7C
Decimal 59 84 124
Binary 111011 1010100 1111100
Octal 73 124 174

Shades and tints

Shades of #3B547C

#3B547C
(59,84,124)
#364D71
(54,77,113)
#314666
(49,70,102)
#2C3F5B
(44,63,91)
#273850
(39,56,80)
#223145
(34,49,69)
#1D2A3A
(29,42,58)
#18232F
(24,35,47)
#131C24
(19,28,36)
#0E1519
(14,21,25)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #3B547C

#3B547C
(59,84,124)
#4C6387
(76,99,135)
#5D7292
(93,114,146)
#6E819D
(110,129,157)
#7F90A8
(127,144,168)
#909FB3
(144,159,179)
#A1AEBE
(161,174,190)
#B2BDC9
(178,189,201)
#C3CCD4
(195,204,212)
#D4DBDF
(212,219,223)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B547C; }

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

This text font color is #3B547C.

Background Color

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

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

This div background color is #3B547C.

Border color

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

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

This div border color is #3B547C.

Opacity

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

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

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

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

This text has shadow with #3B547C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B547C.

Preview

Color preview on black background

This text has color #3B547C on black background.


Color preview on white background

This text has color #3B547C on white background.


Black color preview on #3B547C background

This text has black color on #3B547C background.


White color preview on #3B547C background

This text has white color on #3B547C background.


Related colors

Complementary color

Complementary color for #hex is #C4AB83.


I love getcolorcode.com

Triadic colors

1 #7C3B54 and #547C3B with #3B547C are triadic colors.

2 #7C543B and #543B7C with #3B547C are triadic colors.