COLOR #3C587A

HEX: #3C587A
RGB: (60,88,122)

Color info

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

RGB color model

#3C587A color RGB value is (60,88,122).

  • red value is 60;
  • green value is 88;
  • blue value is 122.
RGB:
(60,88,122)
(24%,35%,48%)

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 122 of 255 = 48%

60
88
122

R + G + B ~ 36%. #3C587A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 88 + 122 = 270 (100%)
R 60 of 270 ~ 22.22%
G 88 of 270 ~ 32.59%
B 122 of 270 ~ 45.19%

%22.22
%32.59
%45.19

CMYK color model

#3C587A color CMYK value is (51,28,0,52).

  • cyan value is 50.82%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(51,28,0,52)
C51M28Y0K52 
(51%,28%,0%,52%)
(0.51/0.28/0.00/0.52)	

CMYK percentages

%50.82
%27.87
%0
%52.16

Codes

Color #3C587A in popluar color models

3C587A
RGB6088122
HSL213°34.07%35.69%
HSB/HSV213°50.82%47.84%
CMYK50.82%27.87%0.00%
52.16%

Color #3C587A in popluar number systems.

HEX3C587A
Decimal6088122
Binary11110010110001111010
Octal74130172

Shades and tints

Shades of #3C587A

#3C587A
(60,88,122)
#37506F
(55,80,111)
#324864
(50,72,100)
#2D4059
(45,64,89)
#28384E
(40,56,78)
#233043
(35,48,67)
#1E2838
(30,40,56)
#19202D
(25,32,45)
#141822
(20,24,34)
#0F1017
(15,16,23)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #3C587A

#3C587A
(60,88,122)
#4D6786
(77,103,134)
#5E7692
(94,118,146)
#6F859E
(111,133,158)
#8094AA
(128,148,170)
#91A3B6
(145,163,182)
#A2B2C2
(162,178,194)
#B3C1CE
(179,193,206)
#C4D0DA
(196,208,218)
#D5DFE6
(213,223,230)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C587A color. Also use rgb(60,88,122) instead hex code.

Text Font Color

.myTextColor { color: #3C587A; }

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

This text font color is #3C587A.


Background Color

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

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

This div background color is #3C587A.


Border color

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

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

This div border color is #3C587A.


Opacity

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

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

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

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

This text has shadow with #3C587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C587A on black background.


Color preview on white background

This text has color #3C587A on white background.



Black color preview on #3C587A background

This text has black color on #3C587A background.


White color preview on #3C587A background

This text has white color on #3C587A background.